.coupon-card-image  {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.coupon-page-image  {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}


.coupon-list-item-text-color {
    color: #2439EA;
}

.coupon-list-item-name {
    --lh: 1.2em;
    line-height: var(--lh);
}

.coupon-list-item-discount {
    /*font-size: 1.75rem;*/
}

.deal-list-item-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
}

.deal-list-item-discount {
    color: #2439EA;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
}

.deal-list-item-valid {
    /* muted color */
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 2px;
}

.thumbnail-brand-img-container {
    left: 10px;
    bottom: 10px;
    z-index: 1;
    width:5vw;
    height:5vh;
    border-radius: 10px;
    background-color: white;
}

@media (max-width: 769px) {
    .coupon-list-item-name {
        font-weight: 700;
        font-size: 0.8rem;
    }

    .coupon-list-item-discount {
        font-size: 0.9rem;
        line-height: 0.8;
    }

    .coupon-card-image  {
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }

    .deal-list-item-name {
        font-weight: 700;
        font-size: 0.8rem;
    }

    .deal-list-item-discount {
        font-size: 0.9rem;
        line-height: 0.8;
    }

    .deal-card-image  {
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }

    .deal-list-item-valid {
        font-size: 0.6rem;
        line-height: 0.8;
    }
}
