:root{
    --mobile-width: 776px;
}

body{
    background-color: #f0f1f3;
}

/* Mobile menu overlay */
body.mobile-menu-open{
    overflow: hidden;
}

body.mobile-menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 989;
    pointer-events: auto;
}

.m-0{
    margin: 0;
}

.tfd-core-frame{
    min-height: 100vh;
    position: relative;
}

.tfd-core-frame .core-content{
    width: 100%;
    margin-left: 250px;
    width: calc(100% - 275px);  
}

.tfd-core-frame .core-sidebar {
    position: fixed;
    top: 12px;
    left: 12px; 
    bottom: 12px;
    height: calc(100vh - 55px);
    width: 250px;
    width: 250px;
    z-index: 990;
}

.tfd-core-frame .core-sidebar figure{
    margin-top: 0 !important;
    max-width: 150px !important;
    margin-left: 0 !important;
}

.tfd-core-frame .core-sidebar .stay-bottom{
    position: absolute;
    bottom: 20px;
    width: 200px;
}

.tfd-core-frame .core-sidebar .stay-bottom .wp-block-button{
    width: 88%;
}

.core-content > .wp-block-template-part{
    position: relative;
}

.core-content > .wp-block-template-part > .slim-header{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.core-content > .wp-block-template-part > .slim-header.is-fixed{
    position: fixed;
    z-index: 5;
    left: 274px;
    right: 11px;
    background: #fff;
    padding: 10px;
    top: 0;
    min-height: 50px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.sidebar-collapsed .core-content > .wp-block-template-part > .slim-header.is-fixed{
    left: 99px;
}

body.admin-bar .core-content > .wp-block-template-part > .slim-header.is-fixed{
    top: 32px;
}

body.page-id-15 #pokemon,
body.page-id-15 #football,
body.page-id-15 #cash,
body.page-id-15 #tech,
body.page-id-15 #warhammer,
body.page-id-15 #lego{
    scroll-margin-top: 75px;
}

body.page-id-15 #ending{
    scroll-margin-top: 120px;
}


.core-sidebar figure.mob-logo{
    display: none;
}

.is-style-full-width{
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

button#collapse-sidebar{
    position: absolute;
    top: 20px;
    right: -16px;
    background-color: rgb(246, 246, 246);
    border-radius: 50%;    
    border: none;
    box-shadow: none;
    outline: none;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

button#collapse-sidebar svg{
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

body.admin-bar .tfd-core-frame .core-sidebar {
    top: 44px;
}

.sidebar-collapsed .winwink-sponsor p,
.sidebar-collapsed .core-sidebar .wp-block-button{
    display: none;
}

header.core-sidebar.collapsed .winwink-sponsor figure{
    max-width: 30px !important;
}

header.mobile-active header.core-sidebar.collapsed .winwink-sponsor figure{
    max-width: 60px !important;
}

#winwink-cart-count{
    background-color: var(--wp--preset--color--custom-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -7px;
}

.trustpilot img{
    max-width: 170px;
}

.winwink-button{
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.winwink-button-primary{
    border: 2px solid var(--wp--preset--color--custom-primary);
    background-color: var(--wp--preset--color--custom-primary);
    color: #fff;
}

.winwink-button-primary:hover{
    background-color: #1ba4fb;
    border: 2px solid #1ba4fb;
}

.winwink-button-secondary{
    border: 2px solid var(--wp--preset--color--custom-primary);
    color: #131619;
}

.winwink-button-secondary:hover{
    border: 2px solid var(--wp--preset--color--custom-primary);
    background-color: var(--wp--preset--color--custom-primary);
    color: #fff;    
}

.winwink-button-cancel{
    border: 2px solid transparent;
    background-color: #d6d6d6;
    color: #131619;
}


/* Glass styles */
.winwink-glass-container{
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: transparent;
    position: relative;
}

.winwink-glass-container .glass-filter{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    backdrop-filter: blur(4px);
    filter: url(#lensFilter) saturate(120%) brightness(1.15);    
}

.winwink-glass-container .glass-overlay{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.winwink-glass-container .glass-mix{
    position: absolute;
    inset: 0;
    border-radius: inherit;    
    z-index: 2;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75), inset 0 0 5px rgba(255, 255, 255, 0.75);
}

.winwink-button-glass{
    position: relative;
    color: #fff;
    border-radius: 2rem;
    box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);   
}

.winwink-glass-container span{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    z-index: 5;
}

/* 
* WooCommerce My Account Area
*/

.woo-wallet-sidebar ul li{
    display: none;
}

.woo-wallet-sidebar ul li:nth-child(1){
    display: block;
}

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--comp-tickets,
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}

body.page-id-42 .woocommerce-MyAccount-navigation{
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 25px;
}

body.page-id-42 .woocommerce-MyAccount-navigation ul{
    display: flex;
    gap: 35px;
    border-bottom: 1px solid var(--wp--preset--color--custom-grey);
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow-y: scroll;
}

body.page-id-42 .woocommerce-MyAccount-navigation ul li.is-active{
    border-bottom: 3px solid var(--wp--preset--color--custom-primary);
}

body.page-id-42 .woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--wp--preset--color--custom-color);
    text-decoration: none;
}

body.page-id-42 .woocommerce-MyAccount-navigation ul li a{
    font-size: 16px;
    font-weight: 600;
    color: var(--wp--preset--color--custom-color-light);
    text-decoration: none;
    display: block;          /* makes it fill the li width */
    white-space: nowrap;     /* prevents text wrapping */
    overflow: hidden;        /* hides any overflow */
    text-overflow: ellipsis;    
}

body.page-id-42 .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
    clear: both;
}

.winwink-my-tickets-ticket-container{
    border-radius: 10px;
    background-color: #F6F6F6;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.winwink-my-tickets-ticket-container img{
    border-radius: 5px;
}

.winwink-my-tickets-ticket-container h3{
    font-weight: 600;
    color: #131619;
    font-size: 26px;
    margin: 0 0 15px 0;
}

.winwink-my-tickets-ticket-container p{
    margin: 0;
}

.winwink-my-tickets-ticket-container ul{
    margin: 3px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.winwink-my-tickets-ticket-container p.winwink-my-tickets-ticket-end-date{
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}
.winwink-my-tickets-ticket-container p.winwink-my-tickets-ticket-count{
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
}

.winwink-my-tickets-ticket-container li.winwink-my-tickets-ticket-number{
    list-style: none;
    font-weight: 500;
    color: #131619;
    font-size: 14px;
    letter-spacing: 0px;
    max-height: 111px;
    overflow-y: scroll;    
}

.winwink-my-tickets-ticket-list{
    margin-top: 25px;
}

.winwink-my-tickets-ticket-count-number{
    color: var(--wp--preset--color--custom-primary);
    font-weight: 600;
}

.winwink-my-prizes-prize-container ul li p.winwink-my-prizes-claimed-date{
    color: #fff;
    background-color: var(--wp--preset--color--custom-primary);
    padding: 5px 10px;
    border-radius: 55px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    max-width: 250px;
    margin: 25px auto 0 auto;
}

.winwink-my-prizes-prize-container ul{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.winwink-my-prizes-prize-container ul li{
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    list-style: none;
    border-radius: 10px;
    background-color: #F6F6F6;
    padding: 15px;
    margin-bottom: 25px;    
}

.winwink-my-prizes-img img{
    max-width: 125px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

.winwink-my-prizes-prize-container ul li h3{
    color: #131619;
    font-size: 18px;
    margin: 13px 0;
    text-align: center;
}

.winwink-my-prizes-prize-container ul li p{
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    font-size: 15px;
}

.winwink-my-prizes-prize-container ul li p span.winwink-my-prizes-ticket{
    color: var(--wp--preset--color--custom-primary);
    font-weight: 600;
}

.winwink-my-prizes-prize-container .winwink-my-prizes-button-group{
    display: block;
    margin-top: 20px;
}

.winwink-my-prizes-prize-container .winwink-my-prizes-button-group a{
    display: block;
    font-size: 15px;
}

.winwink-my-prizes-prize-container .winwink-my-prizes-button-group a:first-child{
    margin-bottom: 5px;
}

.winwink-my-prizes-popup-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.winwink-my-prizes-popup-modal.active{
    display: flex;
}

.winwink-my-prizes-popup-modal-content{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 500px;
}

.winwink-my-prizes-popup-modal-content-close{
    position: absolute;
    top: 10px;
    right: 10px;
}

button.winwink-my-prizes-popup-modal-content-close-button{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #131619;
    position: relative;
}

p.winwink-address-display-text{
    font-size: 15px;
    margin-top: 5px;
}

p.winwink-address-alt{
    font-size: 14px;
}

p.winwink-address-alt a{
    color: var(--wp--preset--color--custom-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

p.winwink-address-alt a:hover{
    border-bottom: 2px solid var(--wp--preset--color--custom-primary);
}

.winwink-modal-actions button{
    font-size: 15px;
}

.woocommerce .woo-wallet-my-wallet-container .woo-wallet-sidebar{
    background:#F6F8FA;
}

.woocommerce h3.woo-wallet-sidebar-heading a{
    color: #181818;
    font-size: 28px;
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce .woo-wallet-sidebar ul{
    margin: 0;
    padding: 0;
}

.woocommerce .woo-wallet-sidebar ul li{
    list-style: none;
}

.woocommerce .woo-wallet-sidebar ul li.card,
.woocommerce .woo-wallet-sidebar ul li.card:hover{
    box-shadow: none;
    border: none;
    background: transparent;
}

.woocommerce .woo-wallet-sidebar ul li span{
    margin-bottom: 7px;
}

.woocommerce h3.woo-wallet-content-h3{
    color: #181818;
    font-size: 22px;
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce .woo-wallet-my-wallet-container hr{
    border-top: none;
    box-shadow: none;
    border-bottom: 2px solid #E5E6E8;
    color: #E5E6E8;    
}

body.woocommerce-order-received main .wp-block-woocommerce-order-confirmation-status h1{
    font-size: 2.75rem !important;
}
body.woocommerce-order-received main .wp-block-woocommerce-order-confirmation-status p{
    font-size: 1.4rem !important;
}

.woocommerce .woo-wallet-add-amount input.woo-wallet-balance-to-add,
.woocommerce form#woo_wallet_transfer_form input,
.woocommerce form#woo_wallet_transfer_form textarea{
    border: 1px solid #E5E6E8;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .woo-wallet-add-amount input.woo-add-to-wallet,
.woocommerce form#woo_wallet_transfer_form input.button,
.woocommerce a.woocommerce-button.wp-element-button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.button.woocommerce-form-register__submit,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button.wp-element-button,
button#export_excel_button,
.wp-block-woocommerce-order-confirmation-totals-wrapper a.button.wp-element-button{
    background: #0490e9;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    padding: 13px 25px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button.wp-element-button{
    max-width: 200px;
    margin-top: 0;
}

.woocommerce .woocommerce-orders-table th.woocommerce-orders-table__cell-order-number a{
    color: #0490e9;
    font-weight: 600;
    text-decoration: none;
}

p.woocommerce-LostPassword.lost_password a{
    text-decoration: none;
    color: #4d5461;
    font-weight: 600;
    transition: all 0.3s ease;
}

p.woocommerce-LostPassword.lost_password a:hover{
    color: #0490e9;
}

.woocommerce .woo-wallet-sidebar ul li.card a{
    box-sizing: border-box;
    padding: 15px;
    background: #0490e9;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.woocommerce-MyAccount-content a.edit{
    color: #0490e9;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce form.login,
.woocommerce form.register{
    background: #F6F8FA;
    border: 1px solid #E5E6E8;
}

.winwink-my-tickets-pagination-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 20px 0;
    flex-wrap: wrap;
}

.winwink-pagination-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    border: 2px solid var(--wp--preset--color--custom-primary);
    background-color: transparent;
    color: var(--wp--preset--color--custom-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 20px;
    height: 20px;
}

.winwink-pagination-link:hover{
    background-color: var(--wp--preset--color--custom-primary);
    color: #fff;
    text-decoration: none;
}

.winwink-pagination-current{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    border: 2px solid var(--wp--preset--color--custom-primary);
    background-color: var(--wp--preset--color--custom-primary);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
}

.winwink-my-tickets-pagination{
    margin-top: 30px;
    text-align: center;
}

.winwink-my-tickets-pagination p{
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.winwink-pagination-prev,
.winwink-pagination-next{
    font-weight: 500;
    min-width: 80px;
}


/* 
* WooCommerce Cart Page
*/
body.page-id-40 h1{
    margin-left: 0 !important;
}

a.wc-block-components-button,
button.wc-block-components-button{
    background: #0490e9;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
    margin: 10px;
    text-decoration: none !important;    
}

body.page-id-41 .wc-block-components-product-metadata,
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
    display: none;
}

.wc-block-cart-items__row .wc-block-components-product-metadata__description{
    display: none;
}

.wc-block-cart-items__row a.wc-block-components-product-name{
    text-decoration: none;
    color: #141414;
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 700;    
}

/* WooCommerce notifications */
.wc-block-components-notice-banner{
    z-index: 99999;
    position: fixed;
    right: 10px;
    top: 10px;
    --countdown-width: 100%;
    opacity: 1;
    width: 100%;
    max-width: 350px;
    transition: opacity 0.3s ease-out;
}

.wc-block-components-notice-banner:after{
    content: '';
    width: var(--countdown-width);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.1s linear;
}

.wc-block-components-notice-banner.is-error:after{
    background-color: #cc1818;
}

.wc-block-components-notice-banner.is-success:after{
    background-color: #4ab866;
}

.wc-block-components-notice-banner.is-success a{
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #4ab866;
}

.wc-block-components-notice-banner.fade-out {
    opacity: 0;
}

.wc-block-components-notice-banner.hidden {
    display: none;
}

.admin-bar .wc-block-components-notice-banner{
    top: 26px;
}

.wc-block-components-notice-banner__content a.button.wp-element-button{
    display: block;
    width: 100%;
}

.wp-block-woocommerce-order-confirmation-status{
    margin-bottom: 55px;
}

.wp-block-woocommerce-order-confirmation-status h1{
    margin-bottom: 5px;
}


/* Trigger animation */
.wc-block-components-notice-banner.winwink-fade-out:after {
    animation: winwink-countdown 5s linear forwards;
}

@keyframes winwink-countdown {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

footer.wp-block-template-part p a{
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

footer.wp-block-template-part p a:hover{
    color: #0490e9;
    border-bottom: 1px solid #0490e9;
}

.mob-slim-wrapper{
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .winwink-my-prizes-prize-container ul{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1050px) {
    .winwink-my-prizes-prize-container ul{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 779px) {
    body.woocommerce-order-received main .wp-block-woocommerce-order-confirmation-status h1{
        font-size: 2.2rem !important;
    }
    body.woocommerce-order-received main .wp-block-woocommerce-order-confirmation-status p{
        font-size: 1.2rem !important;
    }
    header.wp-block-template-part{
        display: none !important;
    }
    .wp-site-blocks{
        padding: 0 !important;
        box-sizing: border-box;
    }
    .wp-site-blocks .tfd-core-frame{
        padding: 0 !important;
        box-sizing: border-box;
        gap: 0 !important;
    }
    .tfd-core-frame .core-content{
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        border-radius: 0 !important;
    }
    footer.wp-block-template-part .footer-row-1{
        display: block;
    }
    footer.wp-block-template-part img{
        width: 100%;
        max-width: 300px;
        margin: 15px auto;
    }
    footer.wp-block-template-part .footer-row-2 .wp-block-group{
        flex-wrap: wrap;
    }
    footer.wp-block-template-part .footer-row-2 .wp-block-group figure{
        order: 1;
    }
    footer.wp-block-template-part .footer-row-2 .wp-block-group p{
        order: 2;
        width: 100%;
        text-align: center;
    }
    figure.safer-gambling{
        max-width: 85px;
    }
    body.single-product h1.wp-block-post-title{
        font-size: 32px !important;
    }
    button.mobile-burger{
        background: none;
        box-shadow: none;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        display: block;
    }
    figure.trustpilot{
        display: none;
    }
    header.wp-block-template-part.mobile-active{
        display: block !important;
    }
    button#collapse-sidebar{
        display: none;
    }
    .tfd-core-frame .core-sidebar{
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    body.page-id-42 .woocommerce-MyAccount-navigation ul{
        gap: 20px;
    }
    .winwink-my-prizes-prize-container ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .core-content > .wp-block-template-part > .slim-header.is-fixed{
        left: 0;
        right: 0;
    }
    body.admin-bar .core-content > .wp-block-template-part > .slim-header.is-fixed{
        top: 0;
    }
    .slim-header .trustpilot-widget{
        display: none !important;
    }
    body.logged-in .slim-header .trustpilot-widget{
        display: block;
    }
    .tfd-core-frame .core-sidebar{
        height: 100vh !important;
        top: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .winwink-block-product-filters.is-sticky nav.winwink-block-product-filters__inner{
        left: 0 !important;
        right: 0 !important;
    }
    .sidebar-collapsed .core-content > .wp-block-template-part > .slim-header.is-fixed{
        left: 0 !important;
    }

    .core-sidebar figure.mob-logo{
        display: block;
        max-width: 75px !important;
    }

    .core-sidebar figure.dsk-logo{
        display: none;
    }
    .mob-slim-wrapper{
        display: flex !important;
    }
    .mob-slim-logo{
        max-width: 125px;
        padding-bottom: 8px;
    }
    body.page-id-15 .wp-block-post-content h2.wp-block-heading,
    body.page-id-15 .wp-block-post-content h3.wp-block-heading{
        font-size: 2.2rem !important;
    }
    header.mobile-active .collapsed .wp-block-button{
        display: block !important;
    }
    header.mobile-active .collapsed .winwink-sponsor,
    header.mobile-active .collapsed .winwink-sponsor p{
        display: block !important;
    }
    .tfd-core-frame .core-sidebar .stay-bottom{
       bottom: 100px; 
    }
    .winwink-block-hero-slider{
        min-height: 200px !important;
    }
    body.page-id-15 #pokemon,
    body.page-id-15 #football,
    body.page-id-15 #cash,
    body.page-id-15 #tech,
    body.page-id-15 #warhammer,
    body.page-id-15 #lego{
        scroll-margin-top: 130px;
    }
}

@media screen and (min-width: 779px) {
    .tfd-core-frame.sidebar-collapsed .core-content{
        margin-left: 75px;
        width: calc(100% - 100px);
    }

    .tfd-core-frame .core-sidebar.collapsed {
        width: 75px;
    }

    .tfd-core-frame .core-sidebar.collapsed .winwink-block-icon-menu__label{
        display: none;
    }
    .tfd-core-frame .core-sidebar.collapsed button#collapse-sidebar svg{
        transform: rotate(0deg);
    }
}

.prize-description h3, h4{
    font-size: 32px;
}

.prize-description table{
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.prize-description table td,
.prize-description table th {
    border: none;
}

.prize-description img.aligncenter{
    display: block;
    margin: 0 auto;
}

body.woocommerce-order-received table.wc-block-order-confirmation-totals__table a{
    text-decoration: none;
    color: #0490e9;
    font-weight: 600;    
}

.tfd-ticket-thumb{
    width: 100px;
    min-width: 100px;
}

.ww-landing-split-banner{
    align-items: stretch;
}

.ww-landing-split-banner img{
    height: 100%;
    object-fit: cover;
}

.wp-block-group.is-style-full-width.ww-landing-split-banner > * {
    flex: 1 1 50%;
    max-width: 50%;
  }

@media screen and (max-width: 1200px) {
    .ww-landing-split-banner,
    .ww-landing-split{
        display: block !important;
    }
    .ww-landing-split-banner img{
        width: 100%;
        height: auto;
    }
}
