/* Shared menu redemption code cards */

.opencoupon {
    position: relative;
    overflow: hidden;
    border: 2px dashed #fe9917 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #fff 0%, #fff5e8 100%) !important;
    color: #fe9917 !important;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(254, 153, 23, 0.16);
    transition: all 0.2s ease-in-out;
}

.opencoupon::before,
.opencoupon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    border: 2px dashed #fe9917;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.opencoupon::before {
    left: -13px;
}

.opencoupon::after {
    right: -13px;
}

.opencoupon:hover {
    background: linear-gradient(135deg, #fff 0%, #ffe8c4 100%) !important;
    box-shadow: 0 8px 20px rgba(254, 153, 23, 0.26);
    transform: translateY(-1px);
}

#dvcouponlist {
    width: 100%;
    max-width: 440px;
    max-height: 500px;
    margin: 0 auto;
    padding: 20px 16px;
    border: 1px solid rgba(254, 153, 23, 0.22);
    border-radius: 24px;
    background: #fff;
    color: #111;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
    overflow-y: auto;
    overflow-x: hidden;
}

#dvcouponlist::-webkit-scrollbar {
    width: 8px;
}

#dvcouponlist::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 999px;
}

#dvcouponlist::-webkit-scrollbar-thumb {
    background: #fe9917;
    border-radius: 999px;
}

#dvcouponlist .heading-hr--dotted {
    margin-top: 0;
    margin-bottom: 16px;
    border-radius: 999px;
}

#dvcouponlist .reward {
    padding: 0;
    margin-bottom: 18px;
    border-bottom: none;
}

#dvcouponlist .reward:last-child {
    margin-bottom: 0;
}

#dvcouponlist .reward-desc {
    font-size: 12px;
    color: #888;
}

#dvcouponlist .reward-card {
    border: 1px solid rgba(254, 153, 23, 0.24);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 10px 24px rgba(254, 153, 23, 0.16);
}

#dvcouponlist .card-left-red {
    background: linear-gradient(145deg, #ffb34d 0%, #fe9917 100%);
    color: white;
    padding: 20px 15px;
    text-align: center;
    float: left;
    width: 40%;
    min-height: 140px;
    position: relative;
}

#dvcouponlist .val-amount {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 42px;
    line-height: 1;
}

#dvcouponlist .card-divider-line {
    width: 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.45);
    margin: 10px auto;
}

#dvcouponlist .cond-text {
    font-size: 11px;
    opacity: 0.9;
}

#dvcouponlist .card-right-info {
    float: left;
    width: 60%;
    min-height: 140px;
    position: relative;
}

#dvcouponlist .reward-code-card .card-right-info {
    padding: 8px 15px 34px 15px;
}

#dvcouponlist .reward-expiry {
    font-size: 10px;
    line-height: 1.3;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
}

#dvcouponlist .redemption-code-label {
    font-family: Consolas, Monaco, 'Courier New', monospace;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    padding-right: 40px;
    word-break: break-word;
}

#dvcouponlist .btn-redeem {
    background-color: #fe9917 !important;
    color: white !important;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 8px 0;
    border: none;
    border-radius: 999px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(254, 153, 23, 0.3);
    transition: all 0.2s ease-in-out;
}

#dvcouponlist .btn-redeem:hover {
    background-color: #e58300 !important;
    box-shadow: 0 6px 16px rgba(254, 153, 23, 0.42);
    transform: translateY(-2px);
    text-decoration: none;
}

#dvcouponlist .reserved-points {
    font-size: 11px;
    line-height: 1.3;
    color: #666;
    position: absolute;
    right: 15px;
    bottom: 12px;
    text-align: right;
}
