/******************** Promotions Lobby Start **************************************/
.promotions-wrapper .promotions-container {
    padding: 50px 0;
    min-height: 100%;
}

.page-help .promotions-wrapper .promotions-container,
.page-how-to-play .promotions-wrapper .promotions-container {
    padding: 15px 0;
}

.page-bingo .promotions-wrapper .promotions-container {
    padding: 0;
}

.promotions-wrapper .promotions-container .promotion-item {
    max-width: 344px;
    margin: 18.5px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
    min-height: 340px;
}

.promotions-wrapper .promotions-container .bingo-item {
    max-width: 344px;
    margin: 18.5px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
    min-height: 400px;
}

.promotions-wrapper.help-section .promotions-container .bingo-item {
    min-height: auto;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-image img,
.promotions-wrapper .promotions-container .bingo-item .promotion-image img {
    width: 100%;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block,
.promotions-wrapper .promotions-container .bingo-item .promotion-content-block {
    margin: 5px 15px 25px;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-title a,
.promotions-wrapper .promotions-container .bingo-item .promotion-content-block .promotion-title a {
    letter-spacing: 0.5px;
    color: #f66c00;
    font-size: 20px;
    font-family: "888-bold";
    cursor: pointer;
    text-decoration: none;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-title a:hover,
.promotions-wrapper .promotions-container .bingo-item .promotion-content-block .promotion-title a:hover {
    text-decoration: underline;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-content,
.promotions-wrapper .promotions-container .bingo-item .promotion-content-block .promotion-content {
    color: #000;
    font-size: 14px;
    line-height: 140%;
    font-family: "888-medium";
    text-align: left;
    margin: 20px 0;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-content:last-child,
.promotions-wrapper .promotions-container .bingo-item .promotion-content-block .promotion-content:last-child {
    margin: 20px 0 0 0;
}

.promotion-item .promotion-content-block .promotion-content h1,
.bingo-item .promotion-content-block .promotion-content h1 {
    font-size: 14px;
    line-height: 140%;
    font-family: "888-medium";
    text-align: left;
    text-transform: none;
    color: #000;
}

a.excerpt-read-more {
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-family: "888-bold";
    padding: 8px 16px;
    background-color: #f66c00;
}

.promotion-content .excerpt {
    display: block;
    margin: 10px 0 35px;
}

.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-sigterms,
.promotions-wrapper .promotions-container .promotion-item .promotion-content-block .promotion-sigterms * {
    font-size: 10px;
}

.promotion-content.section-inner.orange h2 {
    text-align: center;
}

.promotion-content.section-inner.promotion-full-terms {
    font-family: '888-light';
    font-size: 13px;
    color: #212529;
    font-weight: 600;
    text-align: left;
}

/******************** Promotions Lobby End **************************************/
.promotion-top-img {
    min-height: 145px;
    height: 190px;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.promotion-content h1 {
    font-size: 45px;
    font-family: '888-ultra';
    margin: 25px 0;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
}

.promotion-content h3 {
    font-size: 16px;
    line-height: 180%;
    font-family: "888-medium";
    color: #000000;
}

.promotion-content td ul {
    margin-top: 0;
}

.promotion-content.section-inner {
    text-align: center;
}

.promotion-content.section-inner img {
    width: 100%;
    min-height: 50px;
}

strong {
    font-family: "888-bold";
}

.promotion-content a.join-button {
    margin-top: 25px;
}


#page-grand-saturdays table {
    border-collapse: collapse;
    width: 100%;
}

#page-grand-saturdays tr:nth-child(odd) {
    background-color: #e6d9f7;
}

#page-grand-saturdays .footer-logos tr:nth-child(odd) {
    background-color: transparent;
}


#page-grand-saturdays ul {
    display: inline-block;
}

#page-grand-saturdays li {
    text-align: left;
}

#page-grand-saturdays .purple-wrapper {
    background: #e6d9f7;
    padding: 10px 0;
}

#page-grand-saturdays h3 {
    margin: 0 auto 10px 0;
}

#page-grand-saturdays table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#page-grand-saturdays td {
    padding: 8px;
    text-align: left;
    width: 0%;
}

#page-grand-saturdays .footer-logos td {
    padding: 0;
    text-align: left;
    width: auto;
}

#page-grand-saturdays .promotion-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

#page-grand-saturdays td ul {
    margin-left: 0;
}

/* Add responsive styles using flexbox */
@media only screen and (max-width: 600px) {
    .promotions-wrapper .promotions-container {
        padding: 5px;
    }

    .promotion-page-wrapper .core-page-breadcrumbs {
        padding-left: 15px;
    }

    .promotions-page-wrapper .how-to-text {
        padding-right: 15px;
        padding-left: 15px;
    }

    .promotion-content h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 110%;
    }

    #page-grand-saturdays td {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    #page-grand-saturdays td:nth-child(even) {
        align-items: baseline;
    }

    #page-grand-saturdays td p {
        margin-left: auto;
        margin-right: auto;
    }

    #page-grand-saturdays img {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .promotion-top-img {
        height: 140px;
        background-size: 320%;
    }
}