@font-face {
    font-family: "PeydaFaNum";
    src: url("/wp-content/themes/buyno/assets/fonts/peyda/PeydaFaNumWeb-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PeydaFaNum";
    src: url("/wp-content/themes/buyno/assets/fonts/peyda/PeydaFaNumWeb-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PeydaFaNum";
    src: url("/wp-content/themes/buyno/assets/fonts/peyda/PeydaFaNumWeb-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PeydaFaNum";
    src: url("/wp-content/themes/buyno/assets/fonts/peyda/PeydaFaNumWeb-Bold.woff2") format("woff2");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

.byno-wheel-wrap,
.byno-wheel-wrap * {
    box-sizing: border-box;
}

.byno-wheel-wrap {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 52px 20px 64px;
    border-radius: 28px;
    background: linear-gradient(var(--byno-wheel-bg-angle, 145deg), var(--byno-wheel-bg-start, #4a1118), var(--byno-wheel-bg-end, #160608));
    color: #fff;
    text-align: center;
    direction: rtl;
    font-family: "PeydaFaNum", "Peyda", inherit;
    box-shadow: 0 24px 70px rgba(21, 3, 6, .28);
}

.byno-wheel-content {
    position: relative;
    z-index: 2;
}

.byno-wheel-glow {
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(10px);
    opacity: .22;
    pointer-events: none;
}

.byno-wheel-glow-one {
    top: -180px;
    right: -120px;
    background: radial-gradient(circle, rgba(255, 219, 121, .72), transparent 68%);
}

.byno-wheel-glow-two {
    bottom: -210px;
    left: -130px;
    background: radial-gradient(circle, rgba(186, 39, 62, .8), transparent 70%);
}

.byno-wheel-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 13px;
    border: 1px solid rgba(255, 222, 145, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #f8df99;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
}

.byno-wheel-title {
    margin: 12px 0 5px;
    color: #fff4ce;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.25;
}

.byno-wheel-subtitle {
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.8;
}

.byno-wheel-empty {
    max-width: 480px;
    margin: 30px auto 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
}

.byno-wheel-stage {
    position: relative;
    width: min(390px, 78vw);
    aspect-ratio: 1;
    margin: 0 auto 30px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .32));
}

.byno-wheel-circle {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 10px solid var(--byno-wheel-ring, #d8ad48);
    border-radius: 50%;
    background-color: #7c1d2c;
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, .08),
        0 0 0 8px rgba(72, 15, 23, .9),
        inset 0 0 0 2px rgba(255, 255, 255, .18),
        inset 0 0 28px rgba(0, 0, 0, .2);
    transition: transform 4.5s cubic-bezier(.12, .64, .18, 1);
    will-change: transform;
}

.byno-wheel-inner-ring {
    position: absolute;
    z-index: 2;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    pointer-events: none;
}

.byno-wheel-pointer {
    position: absolute;
    z-index: 12;
    top: 50%;
    right: -36px;
    width: 62px;
    height: 54px;
    transform: translateY(-50%);
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .28));
    pointer-events: none;
}

.byno-wheel-pointer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 34px solid var(--byno-wheel-pointer, #f4d77a);
}

.byno-wheel-pointer::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 31px;
    height: 31px;
    transform: translateY(-50%);
    border: 3px solid rgba(84, 45, 12, .32);
    border-radius: 50%;
    background: linear-gradient(145deg, #fff2bd, var(--byno-wheel-pointer, #f4d77a));
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, .55);
}

.byno-wheel-pointer span {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 11px;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(90, 43, 7, .48);
}

.byno-wheel-label {
    position: absolute;
    z-index: 3;
    width: 29%;
    transform: translate(-50%, -50%) rotate(var(--byno-label-rotation, 0deg));
    transform-origin: center;
    pointer-events: none;
}

.byno-wheel-label span {
    display: -webkit-box;
    overflow: hidden;
    max-height: 52px;
    padding: 3px 4px;
    color: #fff;
    font-size: clamp(10px, 2.5vw, 13px);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .55);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.byno-wheel-center {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border: 5px solid var(--byno-wheel-ring, #d8ad48);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .32), inset 0 0 0 3px rgba(132, 76, 18, .12);
}

.byno-wheel-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.byno-wheel-center-placeholder {
    color: #7b1d2b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.byno-wheel-panel {
    width: min(470px, 100%);
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.byno-wheel-phone-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
}

.byno-wheel-phone-box input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    outline: none;
    background: rgba(255, 255, 255, .96);
    color: #321018;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.byno-wheel-phone-box input:focus {
    border-color: #f6d676;
    box-shadow: 0 0 0 3px rgba(246, 214, 118, .18);
}

.byno-wheel-phone-box input[readonly] {
    opacity: .9;
    cursor: default;
}

.byno-wheel-btn-outline,
.byno-wheel-login-btn,
#byno-wheel-copy-btn {
    font-family: inherit;
}

.byno-wheel-btn-outline {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(247, 220, 135, .7);
    border-radius: 13px;
    background: rgba(247, 220, 135, .07);
    color: #ffe8a3;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.byno-wheel-btn-outline:hover {
    background: rgba(247, 220, 135, .15);
    transform: translateY(-1px);
}

.byno-wheel-btn-outline:disabled {
    opacity: .55;
    cursor: wait;
}

.byno-wheel-status {
    min-height: 28px;
    margin: 12px 0 4px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

.byno-wheel-status.is-success {
    color: #baf0c7;
}

.byno-wheel-status.is-error {
    color: #ffd5d5;
}

.byno-wheel-status.is-loading {
    color: #ffe69f;
}

.byno-wheel-login-action {
    margin: 8px 0 14px;
}

.byno-wheel-login-action[hidden] {
    display: none;
}

.byno-wheel-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: #fff;
    color: #681724 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.byno-wheel-spin-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 62px;
    margin-top: 12px;
    padding: 10px 34px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--byno-btn-start, #f7df8a), var(--byno-btn-end, #c9942f));
    color: var(--byno-btn-text, #3a0d0d);
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .6);
    transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}

.byno-wheel-spin-btn span {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
}

.byno-wheel-spin-btn small {
    margin-top: 3px;
    font-size: 10px;
    font-weight: 600;
    opacity: .72;
}

.byno-wheel-spin-btn:not(:disabled):hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.byno-wheel-spin-btn:disabled {
    opacity: .48;
    cursor: not-allowed;
    filter: grayscale(.2);
}

.byno-wheel-result {
    width: min(470px, 100%);
    margin: 18px auto 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.byno-result-icon {
    margin-bottom: 5px;
    font-size: 30px;
}

#byno-wheel-result-text {
    margin: 0;
    color: #fff5d6;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

#byno-wheel-coupon-box {
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 12px;
}

#byno-wheel-coupon-code {
    min-width: 170px;
    padding: 10px 14px;
    border: 1px dashed rgba(109, 27, 39, .28);
    border-radius: 10px;
    background: #fff;
    color: #51131d;
    font-size: 14px;
    font-weight: 800;
    direction: ltr;
    letter-spacing: 1px;
}

#byno-wheel-copy-btn {
    min-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    background: var(--byno-btn-start, #f7df8a);
    color: var(--byno-btn-text, #3a0d0d);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 600px) {
    .byno-wheel-wrap {
        padding: 38px 12px 46px;
        border-radius: 20px;
    }

    .byno-wheel-stage {
        width: min(315px, 78vw);
        margin-bottom: 24px;
    }

    .byno-wheel-circle {
        border-width: 8px;
    }

    .byno-wheel-center {
        width: 78px;
        height: 78px;
        border-width: 4px;
    }

    .byno-wheel-pointer {
        right: -31px;
        transform: translateY(-50%) scale(.86);
    }

    .byno-wheel-label {
        width: 31%;
    }

    .byno-wheel-label span {
        font-size: clamp(9px, 2.8vw, 11px);
        line-height: 1.25;
    }

    .byno-wheel-phone-box {
        grid-template-columns: 1fr;
    }

    .byno-wheel-btn-outline {
        width: 100%;
    }

    .byno-wheel-panel,
    .byno-wheel-result {
        border-radius: 17px;
    }
}

@media (max-width: 390px) {
    .byno-wheel-stage {
        width: 272px;
    }

    .byno-wheel-label {
        width: 32%;
    }

    .byno-wheel-label span {
        max-height: 42px;
        font-size: 9px;
    }
}

/* حالت مهمان و کاربر واردشده */
.byno-wheel-gift-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 15px;
    border: 1px solid rgba(255, 225, 143, .22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 232, 164, .13), rgba(255, 255, 255, .04));
    text-align: right;
}

.byno-wheel-gift-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .11);
    font-size: 23px;
}

.byno-wheel-gift-note strong {
    display: block;
    color: #fff0b7;
    font-size: 15px;
    font-weight: 800;
}

.byno-wheel-gift-note p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.7;
}

.byno-wheel-member-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.byno-wheel-credit-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 232, 164, .24);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 236, 179, .14), rgba(255, 255, 255, .045));
    text-align: right;
}

.byno-credit-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff2bf, #d7a945);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
    font-size: 24px;
}

.byno-credit-copy span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 600;
}

.byno-credit-copy strong {
    display: block;
    margin-top: 1px;
    color: #fff5d1;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.15;
}

.byno-credit-label {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.byno-wheel-coupons-link,
.byno-result-account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    color: #ffe7a2 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.byno-wheel-coupons-link::after,
.byno-result-account-link::after {
    content: "←";
    margin-right: 6px;
}

.byno-wheel-account-warning {
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(255, 186, 186, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    text-align: center;
}

.byno-wheel-account-warning > span {
    display: block;
    margin-bottom: 7px;
    font-size: 30px;
}

.byno-wheel-account-warning strong {
    color: #fff0d1;
    font-size: 15px;
}

.byno-wheel-account-warning p {
    margin: 6px 0 12px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.8;
}

.byno-wheel-account-warning a {
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 10px;
    background: #fff;
    color: #681724 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

/* صفحه کدهای تخفیف در حساب کاربری ووکامرس */
.byno-account-coupons,
.byno-account-coupons * {
    box-sizing: border-box;
}

.byno-account-coupons {
    width: 100%;
    color: #3d1c23;
    direction: rtl;
    font-family: "PeydaFaNum", "Peyda", inherit;
}

.byno-account-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px;
    border: 1px solid rgba(112, 27, 42, .1);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff9ed, #fff, #f8ecee);
    box-shadow: 0 15px 38px rgba(83, 24, 35, .08);
}

.byno-account-eyebrow {
    display: inline-block;
    margin-bottom: 7px;
    color: #a06c1d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.byno-account-hero h2 {
    margin: 0;
    color: #671925;
    font-size: clamp(23px, 3vw, 31px);
    font-weight: 900;
    line-height: 1.35;
}

.byno-account-hero p {
    max-width: 620px;
    margin: 7px 0 0;
    color: #78636a;
    font-size: 13px;
    line-height: 1.9;
}

.byno-account-wheel-link,
.byno-account-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7d1d2b, #4f101a);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 9px 20px rgba(103, 25, 37, .18);
}

.byno-account-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.byno-summary-card {
    padding: 16px 18px;
    border: 1px solid #eee3e5;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(71, 25, 34, .05);
}

.byno-summary-card span {
    display: block;
    color: #937f84;
    font-size: 11px;
    font-weight: 600;
}

.byno-summary-card strong {
    display: block;
    margin-top: 4px;
    color: #681724;
    font-size: 24px;
    font-weight: 900;
}

.byno-summary-phone strong {
    font-size: 17px;
    letter-spacing: .4px;
}

.byno-coupon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.byno-coupon-card {
    position: relative;
    overflow: hidden;
    padding: 19px;
    border: 1px solid #eadcdf;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(66, 21, 30, .07);
}

.byno-coupon-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #d7ad4e, #7b1c2a);
}

.byno-coupon-card.is-used,
.byno-coupon-card.is-expired {
    opacity: .72;
    background: #fbf8f8;
}

.byno-coupon-card.is-reserved {
    background: linear-gradient(145deg, #fffdf8, #fff8e8);
    border-color: #ead7a5;
}

.byno-coupon-card.is-reserved::before {
    background: linear-gradient(90deg, #d7ad4e, #f0cf7a);
}

.byno-coupon-card.is-used::before,
.byno-coupon-card.is-expired::before {
    background: #b9afb1;
}

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

.byno-coupon-status {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ebf8ef;
    color: #23733b;
    font-size: 10px;
    font-weight: 800;
}

.is-used .byno-coupon-status,
.is-expired .byno-coupon-status {
    background: #eee9ea;
    color: #75666a;
}

.is-reserved .byno-coupon-status {
    background: #fff0bf;
    color: #7b5710;
}

.byno-coupon-countdown.is-reserved {
    border-color: #ead7a5;
    background: rgba(255, 244, 207, .72);
}

.byno-coupon-countdown.is-reserved strong {
    color: #6f4d0d;
    font-size: 11px;
    line-height: 1.8;
}

.byno-coupon-gift {
    font-size: 22px;
}

.byno-coupon-card h3 {
    margin: 0;
    color: #58141f;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.55;
}

.byno-coupon-description {
    margin: 5px 0 14px;
    color: #826d72;
    font-size: 12px;
    line-height: 1.8;
}

.byno-coupon-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
    border: 1px dashed #d8c4c8;
    border-radius: 13px;
    background: #fffaf3;
}

.byno-coupon-code-row code {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 8px;
    color: #5f1722;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.byno-coupon-reserved-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 11px;
    border-radius: 10px;
    background: #fff0bf;
    color: #76520e;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.byno-account-copy {
    min-height: 36px;
    padding: 0 12px;
    border: 0;
    border-radius: 9px;
    background: #721a28;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.byno-coupon-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 13px 0 0;
}

.byno-coupon-meta div {
    padding: 9px 10px;
    border-radius: 11px;
    background: #faf6f7;
}

.byno-coupon-meta dt {
    color: #a18e93;
    font-size: 9px;
    font-weight: 600;
}

.byno-coupon-meta dd {
    margin: 3px 0 0;
    color: #5c464b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
}

.byno-coupon-countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 11px;
    padding: 10px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff6d9, #fffaf0);
    color: #765117;
}

.byno-coupon-countdown span {
    font-size: 10px;
    font-weight: 700;
}

.byno-coupon-countdown strong {
    font-size: 11px;
    font-weight: 900;
    direction: rtl;
}

.byno-coupon-countdown.is-expired {
    background: #eee9ea;
    color: #726469;
}

.byno-account-empty {
    margin-top: 18px;
    padding: 38px 20px;
    border: 1px dashed #dcc7cb;
    border-radius: 20px;
    background: #fffafb;
    text-align: center;
}

.byno-account-empty > span {
    display: block;
    margin-bottom: 7px;
    font-size: 38px;
}

.byno-account-empty h3 {
    margin: 0;
    color: #671925;
    font-size: 19px;
    font-weight: 900;
}

.byno-account-empty p {
    max-width: 540px;
    margin: 7px auto 15px;
    color: #806a70;
    font-size: 12px;
    line-height: 1.9;
}

@media (max-width: 780px) {
    .byno-account-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .byno-account-summary,
    .byno-coupon-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .byno-wheel-credit-card {
        grid-template-columns: auto 1fr;
    }

    .byno-credit-label {
        grid-column: 1 / -1;
        justify-self: stretch;
        text-align: center;
    }

    .byno-account-hero,
    .byno-coupon-card {
        padding: 16px;
        border-radius: 16px;
    }

    .byno-coupon-meta {
        grid-template-columns: 1fr;
    }
}

/* قوانین دریافت شانس */
.byno-wheel-rules {
    width: min(560px, 100%);
    margin: -12px auto 28px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 231, 164, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .055);
    text-align: right;
}

.byno-wheel-rules p {
    margin: 4px 0;
    color: rgba(255, 255, 255, .83);
    font-size: 12px;
    line-height: 1.8;
}

.byno-wheel-rules p span {
    margin-left: 5px;
    color: #f8df99;
}

.byno-wheel-rules .byno-wheel-rule-warning {
    color: #ffd6d9;
    font-size: 11px;
}

/* قالب نباید رنگ تنظیم‌شده دکمه را با selectorهای عمومی button بپوشاند. */
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn,
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn:disabled,
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn:hover,
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn:focus {
    border: 0 !important;
    background-color: var(--byno-btn-end, #c9942f) !important;
    background-image: linear-gradient(180deg, var(--byno-btn-start, #f7df8a), var(--byno-btn-end, #c9942f)) !important;
    color: var(--byno-btn-text, #3a0d0d) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn::before,
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn::after {
    content: none !important;
    display: none !important;
}

.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn span,
.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn small {
    color: inherit !important;
}

.byno-wheel-wrap button#byno-wheel-spin-btn.byno-wheel-spin-btn:disabled {
    opacity: .64;
    filter: none !important;
}

.byno-order-prizes {
    margin-top: 20px;
    padding: 16px 18px;
    border: 1px solid #eadfca;
    border-radius: 14px;
    background: #fffaf0;
}

.byno-order-prizes ul {
    margin: 8px 18px 0 0;
}

/* نسخه 1.4.1: حذف عنوان و قاب پیش‌فرض برگه فقط در صفحه اختصاصی گردونه */
body.byno-wheel-page .entry-header,
body.byno-wheel-page .page-header,
body.byno-wheel-page h1.entry-title,
body.byno-wheel-page h1.page-title,
body.byno-wheel-page h1.post-title,
body.byno-wheel-page-ready .byno-wheel-native-title {
    display: none !important;
}

body.byno-wheel-page .entry-content,
body.byno-wheel-page .page-content,
body.byno-wheel-page .post-content,
body.byno-wheel-page .byno-wheel-host,
body.byno-wheel-page-ready .byno-wheel-host {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.byno-wheel-page article.page,
body.byno-wheel-page article.type-page,
body.byno-wheel-page-ready .byno-wheel-host {
    border-top: 0 !important;
}

body.byno-wheel-page .byno-wheel-wrap,
body.byno-wheel-page-ready .byno-wheel-wrap {
    margin-top: 0 !important;
}

.byno-wheel-result.is-revealed {
    animation: bynoWheelResultReveal .55s ease both;
}

@keyframes bynoWheelResultReveal {
    from {
        opacity: .35;
        transform: translateY(14px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

body.byno-wheel-page #content,
body.byno-wheel-page #primary,
body.byno-wheel-page .content-area,
body.byno-wheel-page .site-content,
body.byno-wheel-page main.site-main,
body.byno-wheel-page article.page,
body.byno-wheel-page article.type-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* نسخه 1.4.2: خوانایی متن‌ها روی پس‌زمینه روشن و پنل شیشه‌ای عضو */
.byno-wheel-wrap .byno-wheel-kicker {
    color: #a52e64 !important;
    background: rgba(255, 255, 255, .62) !important;
    border-color: rgba(165, 46, 100, .30) !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-title {
    color: #54213f !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-subtitle {
    color: #6f4b60 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-rules {
    background: rgba(255, 255, 255, .68) !important;
    border: 1px solid rgba(165, 46, 100, .18) !important;
    box-shadow: 0 8px 24px rgba(84, 33, 63, .08) !important;
}

.byno-wheel-wrap .byno-wheel-rules p {
    color: #4f293e !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.byno-wheel-wrap .byno-wheel-rules p > span {
    color: #b52f6a !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-rule-warning {
    color: #8c214e !important;
    background: rgba(181, 47, 106, .08) !important;
    border-right: 3px solid #b52f6a !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    font-weight: 700 !important;
}

.byno-wheel-wrap .byno-wheel-member-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(100%, 430px);
    margin: 22px auto 0;
    padding: 22px 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 242, 248, .55)) !important;
    border: 1px solid rgba(255, 255, 255, .88) !important;
    border-radius: 26px !important;
    box-shadow:
        0 18px 45px rgba(104, 27, 66, .13),
        0 6px 18px rgba(200, 63, 120, .09),
        inset 0 1px 0 rgba(255, 255, 255, .95),
        inset 0 -1px 0 rgba(181, 47, 106, .08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}

.byno-wheel-wrap .byno-wheel-member-panel::before,
.byno-wheel-wrap .byno-wheel-member-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.byno-wheel-wrap .byno-wheel-member-panel::before {
    top: -90px;
    right: -70px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(240, 98, 152, .24) 0%, rgba(240, 98, 152, 0) 72%);
}

.byno-wheel-wrap .byno-wheel-member-panel::after {
    bottom: -100px;
    left: -80px;
    width: 210px;
    height: 210px;
    background: radial-gradient(circle, rgba(210, 170, 92, .20) 0%, rgba(210, 170, 92, 0) 70%);
}

.byno-wheel-wrap .byno-wheel-credit-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .48)) !important;
    border: 1px solid rgba(181, 47, 106, .15) !important;
    border-radius: 19px !important;
    box-shadow: 0 8px 24px rgba(84, 33, 63, .08), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.byno-wheel-wrap .byno-credit-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fff, #f9dce8) !important;
    border: 1px solid rgba(181, 47, 106, .16) !important;
    border-radius: 16px !important;
    box-shadow: 0 7px 18px rgba(181, 47, 106, .12), inset 0 1px 0 #fff !important;
}

.byno-wheel-wrap .byno-credit-copy span {
    color: #6f4b60 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap #byno-wheel-credit-count {
    color: #681b42 !important;
    -webkit-text-fill-color: #681b42 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.byno-wheel-wrap .byno-credit-label {
    min-width: 82px;
    padding: 8px 11px;
    color: #8c214e !important;
    -webkit-text-fill-color: #8c214e !important;
    background: rgba(181, 47, 106, .08) !important;
    border: 1px solid rgba(181, 47, 106, .13) !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.5;
    text-align: center;
    opacity: 1 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-status,
.byno-wheel-wrap .byno-wheel-result,
.byno-wheel-wrap .byno-wheel-result p {
    color: #54213f !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-status.is-error {
    color: #a61b3c !important;
}

.byno-wheel-wrap .byno-wheel-status.is-success {
    color: #276844 !important;
}

.byno-wheel-wrap .byno-wheel-label,
.byno-wheel-wrap .byno-wheel-label span {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(45, 12, 28, .85), 0 0 4px rgba(45, 12, 28, .40) !important;
}

.byno-wheel-wrap .byno-wheel-coupons-link {
    color: #922452 !important;
    background: rgba(255, 255, 255, .50) !important;
    border: 1px solid rgba(181, 47, 106, .15) !important;
    border-radius: 12px !important;
}

.byno-wheel-wrap .byno-wheel-coupons-link:hover {
    color: #701b43 !important;
    background: rgba(255, 255, 255, .78) !important;
}

@media (max-width: 480px) {
    .byno-wheel-wrap .byno-wheel-member-panel {
        padding: 17px 13px;
        border-radius: 21px !important;
    }

    .byno-wheel-wrap .byno-wheel-credit-card {
        grid-template-columns: 46px 1fr auto;
        gap: 9px;
        padding: 13px 11px;
    }

    .byno-wheel-wrap .byno-credit-icon {
        width: 44px;
        height: 44px;
    }

    .byno-wheel-wrap #byno-wheel-credit-count {
        font-size: 28px !important;
    }

    .byno-wheel-wrap .byno-credit-label {
        min-width: 70px;
        padding: 7px 8px;
        font-size: 11px !important;
    }
}

/* ======================================================================
 * نسخه 1.5.0 — پنل شیشه‌ای مهمان، مدیریت ظرفیت و حذف کوپن‌ها
 * ====================================================================== */
.byno-wheel-wrap .byno-wheel-guest-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(100%, 430px);
    margin: 22px auto 0;
    padding: 21px 18px 18px;
    border: 1px solid rgba(255, 255, 255, .9) !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(255, 241, 247, .58)) !important;
    box-shadow:
        0 18px 45px rgba(104, 27, 66, .13),
        0 6px 18px rgba(200, 63, 120, .09),
        inset 0 1px 0 rgba(255, 255, 255, .98),
        inset 0 -1px 0 rgba(181, 47, 106, .08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}

.byno-wheel-wrap .byno-wheel-guest-panel::before,
.byno-wheel-wrap .byno-wheel-guest-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.byno-wheel-wrap .byno-wheel-guest-panel::before {
    top: -96px;
    right: -72px;
    width: 205px;
    height: 205px;
    background: radial-gradient(circle, rgba(240, 98, 152, .25), rgba(240, 98, 152, 0) 72%);
}

.byno-wheel-wrap .byno-wheel-guest-panel::after {
    bottom: -110px;
    left: -86px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(210, 170, 92, .2), rgba(210, 170, 92, 0) 72%);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-gift-note {
    position: relative;
    margin-bottom: 15px;
    padding: 14px 15px;
    border: 1px solid rgba(181, 47, 106, .14) !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 247, 250, .58)) !important;
    box-shadow: 0 8px 24px rgba(84, 33, 63, .07), inset 0 1px 0 rgba(255, 255, 255, .98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-gift-icon {
    color: #fff;
    background: linear-gradient(145deg, #f48bb2, #c83f78) !important;
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 7px 18px rgba(181, 47, 106, .2), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-gift-note strong {
    color: #681b42 !important;
    -webkit-text-fill-color: #681b42 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-gift-note p {
    color: #6f4b60 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-phone-box {
    padding: 7px;
    border: 1px solid rgba(181, 47, 106, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-phone-box input {
    border: 1px solid rgba(104, 27, 66, .13) !important;
    background: rgba(255, 255, 255, .96) !important;
    color: #54213f !important;
    -webkit-text-fill-color: #54213f !important;
    box-shadow: 0 5px 14px rgba(84, 33, 63, .05);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-phone-box input::placeholder {
    color: #a98b9b;
    opacity: 1;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-phone-box input:focus {
    border-color: rgba(181, 47, 106, .48) !important;
    box-shadow: 0 0 0 3px rgba(181, 47, 106, .1) !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-btn-outline {
    min-width: 88px;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #f06298, #c83f78) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 8px 18px rgba(200, 63, 120, .23), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-btn-outline:hover {
    background: linear-gradient(135deg, #f276a7, #b9326d) !important;
    box-shadow: 0 10px 22px rgba(200, 63, 120, .28);
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-status {
    margin-bottom: 0;
    color: #54213f !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-status.is-success {
    color: #276844 !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-status.is-error {
    color: #a61b3c !important;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-login-action {
    margin: 10px 0 0;
}

.byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-login-btn {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(181, 47, 106, .16) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 239, 246, .92)) !important;
    color: #8c214e !important;
    -webkit-text-fill-color: #8c214e !important;
    box-shadow: 0 9px 22px rgba(84, 33, 63, .1), inset 0 1px 0 #fff;
}

.byno-wheel-wrap .byno-result-account-link {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(181, 47, 106, .16) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 241, 247, .72)) !important;
    color: #922452 !important;
    -webkit-text-fill-color: #922452 !important;
    box-shadow: 0 8px 18px rgba(84, 33, 63, .08), inset 0 1px 0 #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.byno-wheel-wrap .byno-result-account-link:hover {
    color: #701b43 !important;
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(84, 33, 63, .12), inset 0 1px 0 #fff;
}

.byno-wheel-wrap .byno-wheel-status.is-limit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    padding: 13px;
    border: 1px solid rgba(166, 27, 60, .14);
    border-radius: 14px;
    background: rgba(255, 247, 249, .82);
}

.byno-limit-message {
    display: block;
    color: #8d244b;
    font-weight: 700;
    line-height: 1.9;
}

.byno-limit-manage-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f06298, #c83f78);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 7px 17px rgba(200, 63, 120, .2);
}

/* مدیریت کاربرپسند حذف کوپن‌ها در My Account */
.byno-account-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 17px 0;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
}

.byno-account-notice span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    font-weight: 900;
}

.byno-account-notice p {
    margin: 0;
}

.byno-account-notice.is-success {
    border: 1px solid #cde9d5;
    background: #f1fbf4;
    color: #276844;
}

.byno-account-notice.is-success span {
    background: #d9f3e0;
}

.byno-account-notice.is-error {
    border: 1px solid #f0ced6;
    background: #fff5f7;
    color: #9d294e;
}

.byno-account-notice.is-error span {
    background: #f9dfe6;
}

.byno-summary-card strong small {
    color: #9e7d89;
    font-size: 12px;
    font-weight: 700;
}

.byno-coupon-management-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 0;
    padding: 14px 15px;
    border: 1px solid #eadde1;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #fff7fa);
    box-shadow: 0 8px 24px rgba(71, 25, 34, .05);
}

.byno-coupon-select-all,
.byno-coupon-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5b3349;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.byno-coupon-select-all input,
.byno-coupon-selector input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.byno-checkmark {
    position: relative;
    display: inline-block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #d7bdc6;
    border-radius: 7px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    transition: .18s ease;
}

.byno-coupon-select-all input:checked + .byno-checkmark,
.byno-coupon-selector input:checked + .byno-checkmark,
.byno-coupon-select-all input:indeterminate + .byno-checkmark {
    border-color: #c83f78;
    background: linear-gradient(135deg, #f06298, #c83f78);
}

.byno-coupon-select-all input:checked + .byno-checkmark::after,
.byno-coupon-selector input:checked + .byno-checkmark::after {
    content: "✓";
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 21px;
    text-align: center;
}

.byno-coupon-select-all input:indeterminate + .byno-checkmark::after {
    content: "−";
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
}

.byno-coupon-bulk-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.byno-selected-count {
    color: #917680;
    font-size: 11px;
    font-weight: 700;
}

.byno-delete-selected {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 7px 15px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #a92850, #7e193b);
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(126, 25, 59, .18);
}

.byno-delete-selected span {
    font-size: 12px;
    font-weight: 900;
}

.byno-delete-selected small {
    margin-top: 2px;
    font-size: 9px;
    opacity: .75;
}

.byno-delete-selected:disabled {
    opacity: .42;
    cursor: not-allowed;
    box-shadow: none;
}

.byno-delete-help {
    margin: 8px 3px 16px;
    color: #927a83;
    font-size: 10px;
    line-height: 1.8;
}

.byno-coupon-head-start {
    display: flex;
    align-items: center;
    gap: 8px;
}

.byno-coupon-selector {
    width: 24px;
    height: 24px;
}

.byno-coupon-selector .byno-checkmark {
    width: 24px;
    height: 24px;
}

.byno-coupon-card.is-selected {
    border-color: rgba(200, 63, 120, .42);
    box-shadow: 0 15px 34px rgba(200, 63, 120, .13), 0 0 0 3px rgba(200, 63, 120, .07);
}

.byno-delete-one-coupon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 39px;
    margin-top: 11px;
    border: 1px solid rgba(157, 41, 78, .14);
    border-radius: 10px;
    background: #fff5f7;
    color: #9d294e;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.byno-delete-one-coupon:hover {
    background: #fce8ee;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .byno-wheel-wrap .byno-wheel-guest-panel {
        padding: 17px 13px 15px;
        border-radius: 21px !important;
    }

    .byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-gift-note {
        align-items: flex-start;
        padding: 12px;
    }

    .byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-phone-box {
        grid-template-columns: 1fr;
    }

    .byno-wheel-wrap .byno-wheel-guest-panel .byno-wheel-btn-outline {
        width: 100%;
    }

    .byno-coupon-management-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .byno-coupon-bulk-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .byno-selected-count {
        text-align: center;
    }

    .byno-delete-selected {
        width: 100%;
    }
}
