/* RWD Core CSS Styles */
/*19-01-2025*/

.draw-on-date {
    color: #e7b32d;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px 20px;
}

.loop-price span.woocommerce-Price-amount.amount:after {
    content: " Per Entry";
    font-size: 10px;
    color: #737373;
}

del span.woocommerce-Price-amount.amount:after {
    display: none;
}

del span.woocommerce-Price-amount.amount {
    color: #737373;
    font-size: 20px;
    font-weight: 400;
}

.loop-counter span.wc_lotery_countdown-section {
    padding: 10px 0 !important;
    border: 0 !important;
}

.loop-counter .lottery-time.countdown {
    background: #111111;
    border-radius: 5px;
}

.loop-counter span.wc_lotery_countdown-period {
    padding-top: 5px;
}

.loop-counter span.wc_lotery_countdown-row {
    display: inline-flex
;
    justify-content: center;
}

.loop-counter span.wc_lotery_countdown-section {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.draw-on-date-loop {
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
    text-align: center;
    color: #1f2937;
    font-size: 13px;
    border-radius: 999px;
    margin: -10px 20px 0px 20px;
    z-index: 999 !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.rwd-loop-countdown__icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1.8px solid #FF8A33;
    border-radius: 50%;
    flex: 0 0 14px;
}

.rwd-loop-countdown__icon::before,
.rwd-loop-countdown__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: #FF8A33;
    border-radius: 999px;
    transform-origin: bottom center;
}

.rwd-loop-countdown__icon::before {
    width: 1.8px;
    height: 4px;
    transform: translateX(-50%);
}

.rwd-loop-countdown__icon::after {
    width: 1.8px;
    height: 5px;
    transform: translateX(-50%) rotate(50deg);
}

.rwd-loop-countdown__text {
    display: inline-block;
}

/*span.wc_lotery_countdown-section {
    background: #ffffff;
    border-radius: 0px;
    border-right: 1px solid #000000;
}

span.wc_lotery_countdown-section:last-child {
    border-right: 0;
}
*/

.e-loop-item .e-con.e-child:has(> .elementor-widget-shortcode .loop-instant-prizes-wrap) {
    position: relative;
}

.e-loop-item .elementor-widget-shortcode:has(.loop-instant-prizes-wrap) {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 25;
    width: 100%;
    margin: 0 !important;
    pointer-events: none;
}

.loop-instant-prizes-wrap {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 12;
    margin: 0;
    pointer-events: none;
}

.loop-instant-prizes-wrap--left {
    justify-content: flex-start;
}

.loop-instant-prizes-wrap--center {
    justify-content: center;
}

.loop-instant-prizes-wrap--right {
    justify-content: flex-end;
}

.loop-instant-prizes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #FF8A33;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 18px rgba(255, 138, 51, 0.22);
    pointer-events: auto;
}

.loop-instant-prizes__label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.loop-instant-prizes__text {
    display: inline-block;
}

.loop-instant-prizes__icon {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
}

.loop-instant-prizes--spin-wheel {
    background: #1f2937;
    box-shadow: 0 8px 18px rgba(31, 41, 55, 0.18);
}

.loop-instant-prizes--scratch-card {
    background: #111827;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.18);
}

.rwd-single-game-type {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 16px;
    background: linear-gradient(90deg, #ff7a00 0%, #ff8a33 100%);
    color: #ffffff;
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-5447e22-font-size, 18px);
    font-weight: var(--e-global-typography-5447e22-font-weight, 700);
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase);
    letter-spacing: 0.08em;
    text-align: center;
    box-shadow: none;
}

.rwd-single-game-type--spin-wheel,
.rwd-single-game-type--scratch-card {
    background: linear-gradient(90deg, #111827 0%, #1f2937 100%);
    box-shadow: none;
}

.rwd-single-game-type__icon,
.rwd-competition-stats__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.rwd-single-game-type__icon svg,
.rwd-competition-stats__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.rwd-competition-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.rwd-competition-stats__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-radius: 14px;
    background: var(--e-global-color-912faf6, #FAFAFA);
    box-shadow: none;
}

.rwd-competition-stats__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff3e8;
    color: #ff8a33;
}

.rwd-competition-stats__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.rwd-competition-stats__label {
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-3cbe425-font-family, "Oswald"), sans-serif;
    font-size: 11px;
    font-weight: var(--e-global-typography-3cbe425-font-weight, 500);
    letter-spacing: var(--e-global-typography-3cbe425-letter-spacing, 1.3px);
    text-transform: var(--e-global-typography-3cbe425-text-transform, uppercase);
}

.rwd-competition-stats__value {
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-3cbe425-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-3cbe425-font-size, 14px);
    font-weight: 700;
    letter-spacing: var(--e-global-typography-3cbe425-letter-spacing, 1.3px);
    text-transform: var(--e-global-typography-3cbe425-text-transform, uppercase);
    line-height: 1.35;
    word-break: break-word;
}

.loop-no-instant-prizes {
   background: #16bcc8;
    box-shadow: 0px 0px 2px 0px #69727d;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 26px;
    margin: -20px 0px 0px 0px;
    z-index: 999 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 5px;
}

.loop-ending-soon {
    background: #FF5733;
    box-shadow: 0px 0px 2px 0px #69727d;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 26px;
    margin: -20px 0px 0px 0px;
    z-index: 999 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 5px;
}

.looptitle h4 a {
    font-weight: 600 !important;
}

.wcl-progress-meter {
    margin: 0 !important;
}

.wcl-progress-meter .progress-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

span.sold-precentage {
    display: block;
    margin-bottom: 0;
    text-align: right;
    font-family: var(--e-global-typography-accent-font-family, "Inter"), sans-serif;
    font-size: 11px;
    font-weight: var(--e-global-typography-accent-font-weight, 500);
    line-height: 1;
    text-transform: uppercase;
    color: var(--e-global-color-primary, #FF6B00);
    letter-spacing: 0.02em;
}

progress {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    border-radius: 999px;
    width: 100% !important;
    height: 10px !important;
    background: #F0F0F0 !important;
    overflow: hidden !important;
}

/* Style the value within the progress bar (optional) */
progress::-webkit-progress-value {
  background: #FF8A33 !important;
  border-radius: 999px !important;
}

progress::-moz-progress-bar {
  background: #FF8A33 !important;
  border-radius: 999px !important;
}

/* Style the background of the meter */
.wcl-progress-meter progress::-webkit-progress-bar {
    background-color: #F0F0F0 !important;
    border-radius: 999px !important;
}

/* Style the filled portion of the meter */
.wcl-progress-meter progress::-webkit-progress-value {
    background: #FF8A33 !important;
    border-radius: 999px !important;
}

/* Firefox-specific styling */
.wcl-progress-meter progress {
    background-color: #F0F0F0 !important;
}

.wcl-progress-meter progress::-moz-progress-bar {
    background: #FF8A33 !important;
    border-radius: 999px !important;
}

.progress-wrapper {
    position: relative;
}

.prodprice bdi {
    font-size: 40px;
    color: #e7b32d;
    font-weight: 700;
}

img.prod-ticket-icon {
    width: 17px;
    margin-top: -6px;
}

.keyinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}

.max-pariticipants {
    display: grid;
    justify-items: center;
    justify-content: center;
}

.question h3,
h3#answer-the-question,
h3.answer-question {
    margin: 0 0 8px;
    padding: 0;
    background: transparent;
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-5447e22-font-size, 18px);
    font-weight: var(--e-global-typography-5447e22-font-weight, 700);
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase);
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-align: left;
    border-radius: 0;
}

.question p.lottery-question,
p.lottery-question {
    margin: 0 0 18px;
    color: #ff7a00;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
}

ul.lottery-pn-answers li {
    border: 0 !important;
    background: #f5f5f5;
    margin: 10px 0px !important;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #ccc;
}

ul.lottery-pn-answers li:before {
    content: "⬤";
    padding-right: 10px;
    color: white;
    text-shadow: 0px 0px 1px #000;
}

ul.lottery-pn-answers li.selected:before {
    color: #1f1f1f;
    -webkit-text-stroke: 3px #fff;
}

ul.lottery-pn-answers li.selected {
    background: #e7b32d !important;
    color: white;
}

ul.lottery-pn-answers li {
    display: flex;
    align-items: center;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5) !important;
    background: var(--e-global-color-912faf6, #FAFAFA);
    box-shadow: none;
    color: var(--e-global-color-primary, #FF6B00);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

ul.lottery-pn-answers li:hover {
    border-color: var(--e-global-color-da4f162, #A0A0A0) !important;
}

ul.lottery-pn-answers li:before {
    content: "";
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    padding-right: 0;
    border: 1px solid var(--e-global-color-da4f162, #A0A0A0);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 3px #ffffff;
    color: transparent;
    text-shadow: none;
}

ul.lottery-pn-answers li.selected {
    border-color: var(--e-global-color-primary, #FF6B00) !important;
    background: var(--e-global-color-e740fdf, #FFF0E0) !important;
    color: var(--e-global-color-primary, #FF6B00);
}

ul.lottery-pn-answers li.selected:before {
    border-color: var(--e-global-color-8a24601, #141414);
    background: var(--e-global-color-primary, #FF6B00);
    -webkit-text-stroke: 0;
}

ul.lottery-pn-answers li::before {
    display: inline-block !important;
    box-sizing: border-box !important;
    flex: 0 0 14px !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    padding: 0 !important;
    border: 1px solid var(--e-global-color-da4f162, #A0A0A0) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    line-height: 0 !important;
    vertical-align: middle !important;
}

ul.lottery-pn-answers li.selected::before {
    border-color: var(--e-global-color-8a24601, #141414) !important;
    background: var(--e-global-color-primary, #FF6B00) !important;
}

button.single_add_to_cart_button.button {
    padding: 20px !important;
    text-transform: uppercase;
}

/*.comp-lottery-time.countdown span.wc_lotery_countdown-section {
    padding: 15px 5px;
}*/

.comp-lottery-time.countdown span.wc_lotery_countdown-amount {
    color: var(--e-global-color-primary, #FF6B00);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase);
}

.comp-lottery-time.countdown span.wc_lotery_countdown-period {
    margin-top: 0;
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px);
    text-transform: uppercase;
}

.comp-lottery-time.countdown .wc_lotery_countdown-row,
.lottery-time.countdown .main-lottery .wc_lotery_countdown-row,
.lottery-time.countdown .lottery-time-countdown .wc_lotery_countdown-row,
.main-lottery.lottery-time-countdown .wc_lotery_countdown-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 100% !important;
}

.comp-lottery-time.countdown .wc_lotery_countdown-section,
.lottery-time.countdown .main-lottery .wc_lotery_countdown-section,
.lottery-time.countdown .lottery-time-countdown .wc_lotery_countdown-section,
.main-lottery.lottery-time-countdown .wc_lotery_countdown-section {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    line-height: 1 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.comp-lottery-time.countdown .wc_lotery_countdown-amount,
.lottery-time.countdown .main-lottery .wc_lotery_countdown-amount,
.lottery-time.countdown .lottery-time-countdown .wc_lotery_countdown-amount,
.main-lottery.lottery-time-countdown .wc_lotery_countdown-amount {
    color: var(--e-global-color-primary, #FF6B00) !important;
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.comp-lottery-time.countdown .wc_lotery_countdown-period,
.lottery-time.countdown .main-lottery .wc_lotery_countdown-period,
.lottery-time.countdown .lottery-time-countdown .wc_lotery_countdown-period,
.main-lottery.lottery-time-countdown .wc_lotery_countdown-period {
    color: var(--e-global-color-2b9519f, #737373) !important;
    display: block !important;
    margin: 0 !important;
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif !important;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px) !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

a.woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce-product-gallery__image {
    pointer-events: none;
}

.comp-facts .draw-on-date-loop {
    background: #3ad534 !important;
    box-shadow: none;
    color: white;
    font-size: 13px;
    border-radius: 5px 0px 0px 5px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    padding: 5px;
}

.comp-facts .loop-instant-prizes {
    background: #FF8A33;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp-facts .loop-instant-prizes--spin-wheel,
.comp-facts .loop-instant-prizes--scratch-card {
    background: #111827;
}

.comp-facts .guaranteed {
    background: #7735ea;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp-facts .great-odds {
    background: #356cea;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp-facts .loop-ending-soon {
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp-facts .loop-no-instant-prizes {
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp .elementor-accordion-item {
    margin: 15px 0px;
    border: 1px solid #f4f4f4!important;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #d5d8dc;
    text-transform: uppercase;
    padding: 5px 0px;
}

.comp i.fas.fa-plus {
    background: #e7b32d;
    padding: 4px;
    color: white;
    border-radius: 5px;
}

.comp i.fas.fa-minus {
    background: #1f1f1f;
    color: #f5f5f5;
    padding: 4px;
    border-radius: 5px;
}

.instant-winners {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}

.instant-prize {
    background: aliceblue;
    width: 20%;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
}

.ticket {
    background: #000000;
    color: #e7b32d;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
}
.winner {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 10px;
}

h2.instant-winners-header {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.instant-prize.won {
    position: relative;
}

.instant-prize.won:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    border-radius: 5px 5px 0px 0px;
    cursor: grab;
}

.prize-group {
    margin-bottom: 10px;
}

.prize-title:hover {
    background: #404040;
}

/* Prize Title Container */
.prize-title {
    
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Ensures all child elements stretch */
    background-color: #000000;
    color: #fff4a6;
    font-weight: bold;
    border: 1px solid #e7b32d;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    min-height: 80px; /* Ensure a reasonable height */
}

/* Title Text Styling */
.prize-title .title-text {
    flex-grow: 1; /* Ensures it takes up the available space */
    /*background-color: #f8f8f8; Set title-specific background color */
    color: #e7b32d; /* Set title-specific text color */
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Toggle Indicator Styling */
.prize-title .toggle-indicator {
    background-color: #e7b32d;
    color: #fff;
    width: 40px;
    height: auto; /* Allow it to match parent height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: bold;
    transition: transform 0.3s ease;
    border-radius: 0px 10px 10px 0;
    flex-grow: 1; /* Ensures it takes up available height */
    padding: 38px;
}

/* Rotate the toggle button when open */
.prize-group.open .toggle-indicator {
    transform: rotate(180deg); /* Rotates the '-' indicator */
}

.prize-cards {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    grid-template-columns: repeat(5, 19%);
    column-gap: 10px;
    width: 100%;
}

        .instant-prize {
            /*padding: 10px;*/
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #fff;
            width: 100%;
        }

        .instant-prize.won {
            background-color: #e6ffe6;
        }

        .ticket {
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        /* When the prize group is open */
.prize-group.open .prize-title {
    border-bottom-left-radius: 0; /* Remove bottom-left radius */
    border-bottom-right-radius: 0; /* Remove bottom-right radius */
}

.instant-icon img.prod-ticket-icon {
    width: 40px;
    margin: 0px;
}

.instant-icon {
    padding: 0px;
    margin-bottom: -1px;
}

img.instant-ticket-image.instant-win-fall-svg {
    width: 40px;
    border-radius: 0;
}

img.instant-ticket-image {
    width: 150px;
    border-radius: 10px 0px 0px 10px !important;
}

.instant-icon.instant-win-fall-svg {
    background: #e7b32d;
    width: 150px;
    height: 124.47px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}

span.prize-count {
    padding: 5px;
    background: #000000;
    color: #d9d9d9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e7b32d;
}

.title-remains {
    display: block;
    width: 100%;
    padding: 10px;
}

.prize-title .toggle-indicator:after {
    content: "";
    background-color: #070707;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    transform: translate(50%, -50%);
    z-index: 1;
}

.prize-group .instant-icon:before {
    content: "";
    background-color: #070707;
    position: absolute;
    top: 50%;
    left: -1.8%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    transform: translate(50%, -50%);
    z-index: 1;
}

.instant-winners-block {
    max-width: 1060px;
    margin: 0 auto;
}

.instant-winners-heading {
    margin-bottom: 26px;
    text-align: center;
}

.instant-winners-heading__eyebrow {
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.instant-winners-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-secondary-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-secondary-font-size, 36px);
    font-weight: 800;
    text-transform: var(--e-global-typography-secondary-text-transform, uppercase);
    line-height: 1;
    letter-spacing: 0.02em;
}

.instant-winners-header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7a00;
}

.instant-winners-header__icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.instant-winners-block .instant-winners {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.instant-winners-block .prize-group {
    width: 100%;
    margin-bottom: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.instant-winners-block .prize-title {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 18px;
    min-height: 84px;
    background: #1d1d1d;
    color: #ffffff;
    cursor: pointer;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 74px;
    align-items: stretch;
    text-align: left;
    overflow: hidden;
}

.instant-winners-block .prize-title:hover {
    background: #1d1d1d;
}

.instant-winners-block .prize-group.open .prize-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.prize-title__icon-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff7a00 0%, #ff8a33 100%);
    overflow: hidden;
}

.prize-title__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.prize-title__icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

.prize-title__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prize-title__content {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.instant-winners-block .prize-title .title-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
}

.instant-winners-block .prize-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 122, 0, 0.24);
    color: #ff9b47;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.instant-winners-block .toggle-indicator {
    align-self: center;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    line-height: 1;
}

.instant-winners-block .toggle-indicator__icon {
    display: block;
    width: 18px;
    height: 18px;
}

.instant-winners-block .toggle-indicator__icon--minus,
.instant-winners-block .prize-group.open .toggle-indicator__icon--plus {
    display: none;
}

.instant-winners-block .prize-group.open .toggle-indicator {
    transform: none;
}

.instant-winners-block .prize-group.open .toggle-indicator__icon--minus {
    display: block;
}

.instant-winners-block .toggle-indicator:after {
    display: none;
}

.instant-winners-block .prize-cards {
    display: block;
    width: 100%;
    padding: 18px 20px 20px;
    border: 0;
    background: #f8f8f7;
}

.instant-winners-block .prize-cards[hidden] {
    display: none;
}

.prize-cards__label {
    margin-bottom: 14px;
    color: #7b8494;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.prize-cards__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 188px));
    justify-content: start;
    width: 100%;
    gap: 10px;
}

.instant-winners-block .instant-prize {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 82px;
    margin: 0;
    padding: 14px 18px;
    border: 1px solid rgba(255, 122, 0, 0.45);
    border-radius: 12px;
    background: #fff8f1;
    color: #ff7a00;
    text-align: left;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}

.instant-winners-block .instant-prize.up-for-grabs {
    background: #fff8f1;
    border-color: rgba(255, 122, 0, 0.5);
}

.instant-winners-block .instant-prize.won {
    background: #f1fbf1;
    border-color: rgba(92, 184, 92, 0.35);
    color: #6b7280;
}

.instant-winners-block .instant-prize:after,
.instant-winners-block .instant-prize.won:after {
    display: none;
}

.instant-prize__corner {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
}

.instant-prize__corner-ping,
.instant-prize__corner-dot {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #ff7a00;
}

.instant-prize__corner-ping {
    opacity: 0.45;
}

.instant-prize__corner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #6ecb71;
    color: #ffffff;
}

.instant-prize__corner-icon svg {
    width: 11px;
    height: 11px;
    display: block;
}

.instant-prize__ticket-row {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.instant-prize__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7a00;
}

.instant-prize__icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.instant-prize__ticket {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.instant-winners-block .instant-prize.won .instant-prize__ticket {
    color: #9ca3af;
    text-decoration: line-through;
}

.instant-prize__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 5px;
}

.instant-prize__meta--grab {
    padding: 4px 7px;
    background: #ffe8d2;
    color: #ff7a00;
}

.instant-prize__meta--won {
    color: #8b939f;
}

.instant-prize__meta--won strong {
    color: #4b5563;
    font-weight: 900;
}

.instant-prize__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.instant-prize__meta-icon svg {
    width: 11px;
    height: 11px;
    display: block;
}

.prize-cards__empty {
    color: #7b8494;
    font-size: 14px;
    font-weight: 600;
}

@keyframes ping {
    75%,
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
}

td.product-name {
    display: grid !important;
}

/* Hide non-purchasable lottery products, except on the "entry-lists" page */
/*body:not(.page-entry-lists) .product-type-lottery:not(.purchasable) {
    display: none;
}*/


.page-id-13 th.product-quantity, .page-id-13 td.product-quantity {
    display: none !important;
}

span.condition-ready {
    background: #ffb800;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-weight: 700;
}

span.condition-finished {
    background: #ff0003;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

td.product_condition.column-product_condition {
    display: flex;
}

.draw-result-loop {
    display: flex;
}

.draw-date {
    text-align: center;
    background: #e3e3e3;
    border-radius: 5px;
    padding: 20px 0px 0px;
    width: 90px;
    height: 90px;
    display: grid;
    align-content: space-between;
    box-shadow: 2px 2px 4px #ccc;
    z-index: 9999;
}

.draw-date .day {
    font-weight: 800;
    font-size: 45px;
}

.draw-date .month {
    background: #e7b32d;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.div-cal {
    display: grid;
    align-items: center;
}

.result-winners {
    padding: 10px 10px 10px 30px;
}

.result-winners {
    border: 2px solid #334155;
    margin-left: -15px;
    border-radius: 5px;
    width: 100%;
    border-style: dotted;
}

.competition-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e7b32d;
}

.draw-results-loop {
    display: flex;
    margin: 10px;
    width: 50%;
}

span.winner-title, span.ticket-title {
    font-weight: 700;
}

span.dash {
    color: #e7b32d;
    font-weight: 700;
}

.result-winner-data, .competition-name {
    padding-bottom: 5px;
}

div#ui-datepicker-div {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    border: 4px solid #bbe3eb;
}

.fixed-buttons-block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

label#fixedbuttons {
    display: block;
    border: 1px solid #e7b32d;
    border-radius: 5px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    width: 29%;
}

.max-pariticipants, .end-date, .maxticketspu {
    display: grid;
    justify-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    width: 20%;
    text-align: center;
    line-height: 16px;
}

.woocommerce-notices-wrapper {
    margin: 1% 3%;
}

.quantity-buttons {
    display: block;
    width: 100%;
    text-align: center;
}

label#fixedbuttons input[type="radio"] {
    display: none;
}

.qtytickets {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

label#fixedbuttons span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color: #e7b32d;
    font-weight: 700;
}

label#fixedbuttons .selectbutton {
    background: #e7b32d;
    border-radius: 100px;
    margin: 5px 30px;
    padding: 5px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

.quantity_select label.selected {
    border: 4px#e7b32d !important;
    border-style: solid !important;
    box-shadow: #e7b32d 0px 0px 7px 2px;
}

.woocommerce-js div.product form.cart .button {
    float: unset !important;
    margin-top: 1em !important;
}

span.atct-price {
    display: none;
}

form.cart.pick-number {
    text-align: center;
}

form.cart.pick-number input#manual-quantity {
    height: 58px;
    border: 1px solid #e7b32d;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    color: black;
    padding-top: 6px;
    text-align: center;
    width: 125px;
}

form.cart.pick-number button.quantity-button {
    margin: 0 !important;
    border-radius: 0px !important;
}

div#odd-calc-container {
    width: 100%;
}

.quantity-buttons {
    margin-top: 20px;
}

.manual-quantity {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

/*.ending-title:after {
    background: #3a3a3a;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(30deg);
    content: '';
    position: absolute;
    top: 0%;
    width: 45px;
    height: 50px;
    background: #e7b32d;
    z-index: -1;
    right: 0px;
    border-radius: 0;
}

.ending-title:before {
    background: #3a3a3a;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(30deg);
    content: '';
    position: absolute;
    top: 0%;
    width: 45px;
    height: 50px;
    background: #e7b32d;
    z-index: -1;
    left: -35px;
    border-radius: 0;
}*/


.ending-title:before {
    left: -15px;
    border-radius: 15px 0 0 15px;
}

.ending-title:after {
    right: -15px;
    border-radius: 0 15px 15px 0;
}

.ending-title:before, .ending-title:after {
    content: '';
    position: absolute;
    top: 52%;
    width: 25px;
    height: 39px;
    background: linear-gradient(180deg, #255881, #1c496d);
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: -1;
}

.page-header:before {
    left: -15px;
    border-radius: 15px 0 0 15px;
}

.page-header:after {
    right: -15px;
    border-radius: 0 15px 15px 0;
}

.page-header:before, .page-header:after {
    content: '';
    position: absolute;
    top: 52%;
    width: 25px;
    height: 39px;
    background: linear-gradient(180deg, #e7b32d, #d56b18);
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: -1;
}

.comp-description-sectiion {
    background: #f2f2f2;
    display: block !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

.prhidden {
        display: none;
    }
    
 .ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a {
    text-decoration: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-left: 50%;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    height: 50px;
}

a.ui-datepicker-next.ui-corner-all.ui-state-disabled {
    float: right;
}

a.ui-datepicker-next.ui-corner-all.ui-state-disabled, a.ui-datepicker-prev.ui-corner-all {
    font-weight: 700;
    text-transform: uppercase;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.woocommerce-message, .woocommerce-info {
    border-radius: 10px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5) !important;
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}

.woocommerce-cart input.cwd-competition-qty-minus, .woocommerce-cart input.cwd-competition-qty-plus, .woocommerce-cart .cwd-competition-range-wrap-outer {
    display: none;
}

.woocommerce-cart .cwd-competition-qty {
    margin-top: 10px !important;
}

.woocommerce-notices-wrapper a.button {
    background-image: linear-gradient(90deg, var(--e-global-color-primary, #FF6B00) 0%, var(--e-global-color-secondary, #E55F00) 100%) !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.woocommerce-notices-wrapper a.button:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-secondary, #E55F00) 0%, var(--e-global-color-primary, #FF6B00) 100%) !important;
}

h1.entry-title[itemprop="headline"],
.entry-header h1.entry-title {
    margin: 0px auto 18px;
    text-align: center;
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-primary-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-primary-font-size, 48px);
    font-weight: var(--e-global-typography-primary-font-weight, 800);
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: var(--e-global-typography-primary-text-transform, uppercase);
}

h1.entry-title[itemprop="headline"]::after,
.entry-header h1.entry-title::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--e-global-color-primary, #FF6B00);
}

body.woocommerce-order-received .entry-content > .woocommerce {
    max-width: 1200px;
    margin: 0 auto 70px;
}

body.woocommerce-order-received .woocommerce-order {
    display: grid;
    gap: 28px;
    color: var(--e-global-color-text, #1A1A1A);
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin: 0;
    padding: 26px 30px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-left: 8px solid var(--e-global-color-primary, #FF6B00);
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--e-global-color-e740fdf, #FFF0E0), var(--e-global-color-912faf6, #FAFAFA)),
        var(--e-global-color-912faf6, #FAFAFA);
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-secondary-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-7fa5352-font-size, 24px);
    font-weight: var(--e-global-typography-7fa5352-font-weight, 700);
    line-height: 1.25;
    text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: none;
    width: auto;
    min-width: 0;
    min-height: 50px;
    margin: 0 !important;
    padding: 14px 14px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-right: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-radius: 8px;
    background: var(--e-global-color-912faf6, #FAFAFA);
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px);
    font-weight: 500;
    line-height: 1.45;
    text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    margin-top: 8px;
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-5447e22-font-size, 18px);
    font-weight: var(--e-global-typography-5447e22-font-weight, 700);
    line-height: 1.2;
    text-transform: none;
    overflow-wrap: anywhere;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-radius: 8px;
    background: var(--e-global-color-87ea290, #F7F7F7);
    color: var(--e-global-color-text, #1A1A1A);
}

ul.wc-item-meta {
    color: var(--e-global-color-2b9519f, #737373);
}

.woocommerce-checkout span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-text, #1A1A1A);
}

.woocommerce-checkout h2.woocommerce-order-details__title, .woocommerce-checkout h2.woocommerce-column__title {
    margin: 0;
    padding: 18px 22px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: var(--e-global-color-e740fdf, #FFF0E0) !important;
    color: var(--e-global-color-text, #1A1A1A) !important;
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif !important;
    font-size: var(--e-global-typography-5447e22-font-size, 18px) !important;
    font-weight: var(--e-global-typography-5447e22-font-weight, 700) !important;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase) !important;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 16px 34px color-mix(in srgb, var(--e-global-color-8a24601, #141414) 8%, transparent);
}

body.woocommerce-order-received .woocommerce-table--order-details,
body.woocommerce-order-received .woocommerce-customer-details address {
    margin: 0;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-radius: 0 0 8px 8px;
    background: var(--e-global-color-912faf6, #FAFAFA);
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td,
body.woocommerce-order-received .woocommerce-table--order-details tfoot th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    padding: 18px 16px;
    border-color: var(--e-global-color-7798ada, #E5E5E5);
    color: var(--e-global-color-text, #1A1A1A);
}

body.woocommerce-order-received .woocommerce-table--order-details thead th {
    background: var(--e-global-color-87ea290, #F7F7F7);
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-d60650d-font-size, 14px);
    font-weight: var(--e-global-typography-d60650d-font-weight, 600);
    text-transform: var(--e-global-typography-d60650d-text-transform, uppercase);
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
    background: var(--e-global-color-e740fdf, #FFF0E0);
    color: var(--e-global-color-text, #1A1A1A);
    font-weight: 700;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name a {
    color: var(--e-global-color-primary, #FF6B00);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: var(--e-global-typography-5447e22-font-size, 18px);
    font-weight: var(--e-global-typography-5447e22-font-weight, 700);
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase);
}

body.woocommerce-order-received .woocommerce-customer-details address {
    padding: 22px;
    color: var(--e-global-color-text, #1A1A1A);
    font-style: normal;
    line-height: 1.8;
}

.rwd-win-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(20, 20, 20, 0.72);
    background: color-mix(in srgb, var(--e-global-color-8a24601, #141414) 72%, transparent);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.rwd-win-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.rwd-win-modal__confetti {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rwd-win-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: min(86vh, 760px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-radius: 8px;
    background: var(--e-global-color-912faf6, #FAFAFA);
    box-shadow: 0 28px 70px rgba(20, 20, 20, 0.42);
    box-shadow: 0 28px 70px color-mix(in srgb, var(--e-global-color-8a24601, #141414) 42%, transparent);
    transform: translateY(14px) scale(0.98);
    transition: transform 0.22s ease;
}

.rwd-win-modal.is-visible .rwd-win-modal__dialog {
    transform: translateY(0) scale(1);
}

.rwd-win-modal__header {
    padding: 34px 34px 26px;
    border-bottom: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    background:
        linear-gradient(135deg, var(--e-global-color-primary, #FF6B00), var(--e-global-color-secondary, #E55F00));
    color: var(--e-global-color-912faf6, #FAFAFA);
    text-align: center;
}

.rwd-win-modal__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(250, 250, 250, 0.18);
    background: color-mix(in srgb, var(--e-global-color-912faf6, #FAFAFA) 18%, transparent);
    color: var(--e-global-color-912faf6, #FAFAFA);
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.rwd-win-modal__header h2 {
    margin: 0;
    color: var(--e-global-color-912faf6, #FAFAFA);
    font-family: var(--e-global-typography-primary-font-family, "Oswald"), sans-serif;
    font-size: clamp(38px, 6vw, 64px);
    font-weight: var(--e-global-typography-primary-font-weight, 800);
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rwd-win-modal__header p {
    max-width: 480px;
    margin: 14px auto 0;
    color: var(--e-global-color-912faf6, #FAFAFA);
    font-family: var(--e-global-typography-text-font-family, "Roboto"), sans-serif;
    font-size: var(--e-global-typography-text-font-size, 14px);
    line-height: 1.55;
}

.rwd-win-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(250, 250, 250, 0.35);
    border-color: color-mix(in srgb, var(--e-global-color-912faf6, #FAFAFA) 35%, transparent);
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.2);
    background: color-mix(in srgb, var(--e-global-color-8a24601, #141414) 20%, transparent);
    color: var(--e-global-color-912faf6, #FAFAFA);
    cursor: pointer;
    line-height: 1;
}

.rwd-win-modal__close span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
}

.rwd-win-modal__close span::before,
.rwd-win-modal__close span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}

.rwd-win-modal__close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.rwd-win-modal__close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rwd-win-modal__close:hover,
.rwd-win-modal__close:focus {
    background: var(--e-global-color-8a24601, #141414);
    color: var(--e-global-color-912faf6, #FAFAFA);
}

.rwd-win-modal__list {
    display: grid;
    gap: 12px;
    padding: 20px;
    overflow-y: auto;
}

.rwd-win-modal__prize {
    padding: 18px 20px;
    border: 1px solid var(--e-global-color-7798ada, #E5E5E5);
    border-left: 5px solid var(--e-global-color-primary, #FF6B00);
    border-radius: 8px;
    background: var(--e-global-color-e740fdf, #FFF0E0);
}

.rwd-win-modal__label {
    display: block;
    margin-bottom: 8px;
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-8d64acd-font-family, "Inter"), sans-serif;
    font-size: var(--e-global-typography-8d64acd-font-size, 12px);
    font-weight: 700;
    text-transform: uppercase;
}

.rwd-win-modal__prize-title {
    display: block;
    color: var(--e-global-color-text, #1A1A1A);
    font-family: var(--e-global-typography-5447e22-font-family, "Oswald"), sans-serif;
    font-size: 22px;
    font-weight: var(--e-global-typography-5447e22-font-weight, 700);
    line-height: 1.18;
    text-transform: var(--e-global-typography-5447e22-text-transform, uppercase);
}

.rwd-win-modal__ticket {
    display: block;
    margin-top: 8px;
    color: var(--e-global-color-2b9519f, #737373);
    font-family: var(--e-global-typography-text-font-family, "Roboto"), sans-serif;
    font-size: var(--e-global-typography-text-font-size, 14px);
    line-height: 1.45;
}

tr.woocommerce-table__line-item.order_item p {
    color: var(--e-global-color-text, #1A1A1A) !important;
}

mark.order-number, mark.order-date, mark.order-status {
    color: var(--e-global-color-primary, #FF6B00) !important;
}

p.woocommerce-customer-details--phone, p.woocommerce-customer-details--email {
    color: var(--e-global-color-text, #1A1A1A) !important;
}

tr.woocommerce-table__line-item.order_item ul.wc-item-meta li p {
    color: var(--e-global-color-2b9519f, #737373) !important;
}

.wc-item-meta.instant-winn {
    color: var(--e-global-color-primary, #FF6B00);
}

tr.woocommerce-table__line-item.order_item strong.product-quantity, tr.woocommerce-table__line-item.order_item .wc-item-meta.wrong-answer {
    color: var(--e-global-color-text, #1A1A1A);
}

.elementor-mini-cart__footer a.woocommerce-mini-cart__buttons--view-cart,
.woocommerce-mini-cart__buttons a.button.wc-forward {
    display: none !important;
}

/* Optional: Make checkout button full width or styled better */
.elementor-mini-cart__footer a.checkout {
    width: 100%;
    text-align: center;
    background-color: var(--e-global-color-primary, #FF6B00);
    color: var(--e-global-color-912faf6, #FAFAFA);
}

.rwd-auto-draw-note {
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: var(--e-global-color-e740fdf, #FFF0E0);
    margin-bottom: -60px;
    text-align: center;
    border: 1px solid var(--e-global-color-primary, #FF6B00);
    color: var(--e-global-color-text, #1A1A1A);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.loop-price .woocommerce-js h2 {
    margin-bottom: 0em !important;
}

.single-product-title h2 {
    margin-bottom: 0px !important;
}

.single-price del {
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.woocommerce-order-received .woocommerce-order-overview li {
        min-height: 104px;
    }
}

/* Mobile Smaller Than 600px */

@media only screen and (max-width: 600px) {

    h1.entry-title[itemprop="headline"],
    .entry-header h1.entry-title {
        margin: 0px auto 16px;
        font-size: 34px;
    }

    body.woocommerce-order-received .entry-content > .woocommerce {
        margin-bottom: 44px;
    }

    body.woocommerce-order-received .woocommerce-order {
        gap: 18px;
    }

    body.woocommerce-order-received .woocommerce-thankyou-order-received {
        padding: 20px 18px;
        font-size: 20px;
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    body.woocommerce-order-received .woocommerce-order-overview li {
        min-height: auto;
        padding: 14px 16px;
    }

    body.woocommerce-order-received .woocommerce-table--order-details th,
    body.woocommerce-order-received .woocommerce-table--order-details td,
    body.woocommerce-order-received .woocommerce-table--order-details tfoot th,
    body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
        padding: 14px 12px;
    }

    body.woocommerce-order-received .woocommerce-order-details,
    body.woocommerce-order-received .woocommerce-customer-details {
        overflow-x: auto;
    }

    body.woocommerce-order-received h2.woocommerce-order-details__title,
    body.woocommerce-order-received h2.woocommerce-column__title {
        padding: 16px;
    }

    .rwd-win-modal {
        align-items: flex-end;
        padding: 14px;
    }

    .rwd-win-modal__dialog {
        max-height: 88vh;
    }

    .rwd-win-modal__header {
        padding: 30px 20px 22px;
    }

    .rwd-win-modal__header h2 {
        font-size: 38px;
    }

    .rwd-win-modal__list {
        padding: 14px;
    }

    .rwd-win-modal__prize {
        padding: 16px;
    }

    .rwd-single-game-type {
        padding: 14px 16px;
        font-size: var(--e-global-typography-5447e22-font-size, 18px);
        letter-spacing: 0.06em;
        border-radius: 14px;
    }

    .rwd-competition-stats {
        grid-template-columns: 1fr;
    }

    .question h3,
    h3#answer-the-question,
    h3.answer-question {
        font-size: var(--e-global-typography-5447e22-font-size, 18px);
    }

    .question p.lottery-question,
    p.lottery-question {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .instant-winners-heading__eyebrow {
        font-size: 12px;
    }

    .instant-winners-header {
        gap: 10px;
        font-size: var(--e-global-typography-secondary-font-size, 36px);
    }

    .instant-winners-header__icon svg {
        width: 24px;
        height: 24px;
    }

    .instant-winners-block .prize-title {
        grid-template-columns: 60px minmax(0, 1fr) 56px;
        min-height: 70px;
    }

    .instant-winners-block .prize-title .title-text {
        font-size: 15px;
    }

    .instant-winners-block .prize-title__content {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 14px;
    }

    .instant-winners-block .prize-count {
        font-size: 10px;
    }

    .instant-winners-block .toggle-indicator {
        width: 30px;
        height: 30px;
        font-size: 22px;
        padding: 0;
    }

    .instant-winners-block .toggle-indicator__icon {
        width: 16px;
        height: 16px;
    }

    .instant-winners-block .prize-cards {
        padding: 14px;
    }

    .prize-cards__list {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .prize-cards__label {
        font-size: 12px;
    }

    .instant-winners-block .instant-prize {
        width: 100%;
        min-height: 76px;
        padding: 12px 14px;
        justify-content: center;
    }
    
    .comp-facts .draw-on-date-loop {
    background: #3ad534 !important;
    box-shadow: none;
    color: white;
    font-size: 13px;
    border-radius: 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    padding: 5px;
}

    .comp-facts .loop-instant-prizes {
    background: #FF8A33;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

    .comp-facts .loop-instant-prizes--spin-wheel,
    .comp-facts .loop-instant-prizes--scratch-card {
    background: #111827;
}

.comp-facts .guaranteed {
    background: #7735ea;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}

.comp-facts .great-odds {
    background: #356cea;
    box-shadow: none;
    text-align: center;
    color: #fdfdfd;
    font-size: 13px;
    border-radius: 0px;
    margin: 0;
    z-index: 999 !important;
    position: relative;
    width: 100%;
    padding: 5px;
}
    
    .instant-prize {
    width: 100%;
    margin: 5px;
}
    
    .draw-result-loop {
    flex-wrap: wrap;
}
    
    .draw-results-loop {
    width: 100%;
}
	
    label#fixedbuttons {
    width: 45%;
    margin: 5px;
}
    
    label#fixedbuttons .selectbutton {
    margin: 0px;
    padding: 3px 5px;
}

.prize-group .instant-icon:before {
    left: -5.8%;

}

.prize-title .toggle-indicator {
    padding: 0;
}

.instant-icon.instant-win-fall-svg {
    width: 200px;
    height: 108.47px;
}

img.instant-ticket-image {
    width: 200px;
}

.prize-cards {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: center !important;
}

.prize-cards {
    grid-template-columns: repeat(2, 47%);

}

.wc_lotery_countdown-show5 .wc_lotery_countdown-section {
    width: 18.5% !important;
}

.prize-title .title-text {
    font-size: 16px;
    margin: 0px 10px 10px 10px;
}

    .loop-counter span.wc_lotery_countdown-section {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 9px;
    }

}

@media only screen and (max-width: 921px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: center !important;
    }
}
