.coupon-card[data-v-307f9942] {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    height: 100%;
    overflow: hidden;
    padding: 16px;
    transition: transform .3s ease, box-shadow .3s ease;
    width: 100%
}

.coupon-card[data-v-307f9942]:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transform: translateY(-5px)
}

.coupon-card .coupon-card__img[data-v-307f9942] {
    border-radius: 12px;
    flex-shrink: 0;
    height: 180px;
    overflow: hidden;
    width: 100%
}

.coupon-card .coupon-card__img img[data-v-307f9942] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease;
    width: 100%
}

.coupon-card .coupon-card__img:hover img[data-v-307f9942] {
    transform: scale(1.05)
}

.coupon-card .coupon-card__content[data-v-307f9942] {
    flex: 1
}

.coupon-card .coupon-card__content .coupon-card__title[data-v-307f9942] {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px
}

.coupon-card .coupon-card__content .price[data-v-307f9942] {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 14px;
    font-weight: 500
}

.coupon-card .coupon-card__content .during[data-v-307f9942] {
    align-items: center;
    color: #f2631c;
    display: flex;
    font-size: 13px;
    font-weight: 500
}

.coupon-card .btn-offer[data-v-307f9942] {
    background: transparent;
    border: 1px solid #3e9b8e;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;
    font-weight: 600;
    margin-top: 16px;
    padding: 8px 0;
    transition: background-color .3s ease;
    width: 100%
}

.coupon-card .btn-offer span[data-v-307f9942] {
    color: #3e9b8e;
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500
}

.coupon-card .btn-offer[data-v-307f9942]:hover {
    background-color: #3e9b8e
}

.coupon-card .btn-offer:hover span[data-v-307f9942] {
    color: #fff
}

@media(max-width:991px) {
    .coupon-card .coupon-card__img[data-v-307f9942] {
        height: 160px
    }
    .coupon-card .coupon-card__content .coupon-card__title[data-v-307f9942] {
        font-size: 15px
    }
}

@media(max-width:576px) {
    .coupon-card[data-v-307f9942] {
        padding: 12px
    }
    .coupon-card .coupon-card__img[data-v-307f9942] {
        height: 140px
    }
    .coupon-card .coupon-card__content .coupon-card__title[data-v-307f9942] {
        font-size: 14px
    }
    .coupon-card .coupon-card__content .during[data-v-307f9942],
    .coupon-card .coupon-card__content .price[data-v-307f9942] {
        font-size: 12px
    }
    .coupon-card .btn-offer span[data-v-307f9942] {
        font-size: 14px
    }
}