.page-id-725520 .message-wrapper{
    display:none;
}
.page-id-725520 div#main {
    background: #f6f6f6;
    margin-top:120px;
}
.page-id-725520 .sticky-mobile-menu{
    display: none;
}

.card-coupon {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 2px 10px;
    margin: 5px;
    position: relative;
    transition: 0.3s;
}

.card.expired-coupon {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.card-header-coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.badge-coupon {
    background-color: #e0e0e0;
    color: #333;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
}

.title-coupon {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.images-coupon {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.images-coupon img {
    width: 40px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
}

.info2-coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
    border-top: solid 1px #e0e0e0;
}

.expiry-coupon,
.min-order-p-coupon {
    font-size: 8px;
    color: #777;
}

.actions-coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.apply-button-coupon {
    background-color: #0fa6a6;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 2px 16px;
    font-size: 12px;
    cursor: pointer;
}

.apply-button-coupon:hover {
    background-color: #777;
}
.see-products-button-coupon {
    align-content: center;
    color: #10a6a6;
    font-size: 12px;

}
.more-detail-coupon {
    color: #0fa6a6;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.more-detail-coupon:hover {
    text-decoration: underline;
}

.dropdown-coupon {
    display: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown-coupon p {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

.dropdown-coupon button {
    background-color: #0fa6a6;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
}

.dropdown-coupon button:hover {
    background-color: #777;
}





/* Popup Style */
.popup-coupon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    
}

.popup-content-coupon {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.popup-close-coupon {
    background-color: #0fa6a6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-coupon p {
    font-size: 18px;
    margin-bottom: 20px;
}
