/* Container */
.emi-offers-box {
    margin: 16px 0;
    font-family: Arial, sans-serif;
}

/* Title */
.emi-offers-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

/* Cards row */
.emi-offers-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
}

/* Card */
.emi-offer-card {
    min-width: 120px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.emi-offer-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

/* Heading */
.emi-offer-heading {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Text */
.emi-offer-text {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
}

/* Link */
.emi-offer-link {
    font-size: 13px;
    color: #007185; /* Amazon blue */
    cursor: pointer;
}

/* .emi-offer-link:hover {
    text-decoration: underline;
} */
.emi-offers-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 20px;
}

.emi-bac-logo {
    height: 32px;
    width: auto;
}

.emi-title-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.emi-brand {
    font-size: 14px;
    font-weight: 700;
    color: #c4001a; /* BAC red */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.emi-offer {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.emi-offer strong {
    color: #0aad0a; /* highlight 0% */
    font-weight: 700;
}
