/* =================================================================
   Custom Global Styles — no build step required
   ================================================================= */

/* -----------------------------------------------------------------
   Themed Table (table-terms)
   Applies to all pages using class="table table-terms"
   ----------------------------------------------------------------- */

.table-terms {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    font-size: 14px;
}

.table-terms thead tr th {
    background-color: #05AF6E;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 16px;
    border: 1px solid #047a4d;
    vertical-align: middle;
    white-space: nowrap;
}

.table-terms tbody tr td {
    padding: 10px 16px;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
    color: #6B6B6B;
    line-height: 1.5;
}

.table-terms tbody tr:nth-child(even) td {
    background-color: #f7fdfb;
}

.table-terms tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

.table-terms tbody tr:hover td {
    background-color: #e8faf4;
}

.table-terms tbody tr td:first-child {
    font-weight: 500;
    color: #000000;
}

/* -----------------------------------------------------------------
   Business Loan Testimonials
   ----------------------------------------------------------------- */

.bl-testimonials {
    background: #303030;
    padding: 40px 0;
}

.bl-testimonials__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #05af6e;
    text-align: center;
    margin-bottom: 30px;
}

.bl-testimonials__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 28px 24px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.bl-testimonials__card--featured {
    background: rgba(5, 175, 110, 0.1);
    border-color: rgba(5, 175, 110, 0.3);
}

.bl-testimonials__stars {
    color: #05af6e;
    font-size: 1.1rem;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.bl-testimonials__quote {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin-bottom: 20px;
}

.bl-testimonials__divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
}

.bl-testimonials__name {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin-bottom: 3px;
}

.bl-testimonials__meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
}

/* -----------------------------------------------------------------
   Blog Stories — uniform image height across all cards
   ----------------------------------------------------------------- */

.blog-stories article img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

