/* CSS Styles */

.card-stake-billete-hero-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--sc-color-dark-mode);
    line-height: 1;
    font-family: var(--sc-font-family-header);
}

.slideshow-container .wpex-card-card-billetes,
.card-stake-billete-hero-container,
.card-stake-billete-hero-container .card-bilhete-container .card-bilhete-cell {
    width: 100%;
}

.card-stake-billete-hero-container {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.card-stake-billete-hero-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
    gap: 32px;
}

.card-stake-billete-hero-content .card-bilhete-container .card-bilhete-marquesina-container {
    display: none;
}

.card-stake-billete-hero-container .card-stake-billete-hero-content .card-bilhete-cell {
    grid-template-areas:
        "header info"
        "header odd"
        ". cta";
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
    min-width: 700px;
}



.card-stake-billete-hero-content .card-bilhete-header-container {
    grid-area: header;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-stake-billete-hero-content .card-bilhete-header-container .card-bilhete-header {
    font-size: 30px;
}

.card-stake-billete-hero-content .card-bilhete-info-container {
    grid-area: info;
    height: 50px;
    display: flex;
    align-items: flex-end;
}

.card-stake-billete-hero-content .card-bilhete-container .card-bilhete-info-container p.card-bilhete-info:before,
.card-stake-billete-hero-content .card-bilhete-container .card-bilhete-info-container p.card-bilhete-info:after {
    bottom: 10px;
}

.slideshow-container .card-stake-billete-hero-content .card-bilhete-odds-container {
    grid-area: odd;
    margin: 0 16px 8px;
}

.card-stake-billete-hero-content .card-bilhete-cta-container {
    grid-area: cta;
}

.card-stake-billete-hero-container .card-stake-billete-hero-content>h2 {
    background-color: var(--sc-color-light-mode-60);
    font-weight: var(--sc-font-weight-extralight);
    padding: 16px;
    width: fit-content;
    max-width: 80%;
}

.home-slide-section .card-stake-billete-hero-content .card-bilhete-header-container {
    padding: 16px;
}

.card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container .card-bilhete-odd-item h3 {
    font-size: 17px;
}

.card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container .card-bilhete-odd-item p {
    font-size: 16px;
}

.card-stake-billete-hero-content h2 {
    width: 70%;
    font-weight: var(--sc-font-weight-regular);
    font-size: 55px;
    line-height: 1.1;
}

/* Media Query for Tablets Ipads portrait mode */
@media (max-width: 1024px) {
    .card-stake-billete-hero-container {
        padding: 24px 16px;
    }

    .card-stake-billete-hero-content h2 {
        font-size: 32px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (max-width: 768px) {

    .slideshow-container .wpex-card-card-billetes,
    .card-stake-billete-hero-container,
    .card-stake-billete-hero-container .card-bilhete-container .card-bilhete-cell {
        width: 100%;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odds-logo-casa-container {
        width: 130px;
    }

    .home-slide-section .card-stake-billete-hero-content .card-bilhete-cell {
        grid-template-areas:
            "header"
            "info"
            "odd"
            "cta";
        grid-template-columns: 100%;
        grid-template-rows: auto;
        row-gap: 8px;
        min-width: 100%;
    }

    .card-stake-billete-hero-content h2 {
        padding: 0 16px;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-header-container {
        padding: 8px 0;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-header-container .card-bilhete-header {
        font-size: 22px;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-header-container .card-bilhete-end-date {
        font-size: 20px;

    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container {
        gap: 12px;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container :not(:last-child).card-bilhete-odd-item:after {

        bottom: -12px;
        content: "";
        height: 12px;
        background: radial-gradient(circle,
                var(--sc-stake-background),
                var(--sc-stake-background) 50%,
                var(--sc-stake-background-alt-2) 50%,
                var(--sc-stake-background-alt-2) 100%) 0 center / 6px 6px repeat-x;
    }


    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-info-container {
        height: 40px;
    }


    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container .card-bilhete-odd-item h3 {
        font-size: 16px;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-odd-items-container .card-bilhete-odd-item p {
        font-size: 16px;
    }

    .card-stake-billete-hero-content .card-bilhete-container .card-bilhete-cta-container {
        margin: 0 auto 16px;
    }


}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .card-stake-billete-hero-content {
        padding: 0;
    }

    .card-stake-billete-hero-content h2 {
        width: 100%;
        font-size: 26px;
        line-height: 1.2;
    }
}