/* Home Page Specific Styles */

/* Accordion container */
#accordion {
    margin-top: 6rem;
    margin-bottom: 1rem;
    flex: 1;
}

/* Game categories - hidden by default */
.game-category-row {
    display: none;
}

/* Jackpot indicator */
.jackpot-indicator {
    position: absolute;
    left: 25px;
    top: 0;
    border-radius: 3px;
    background-color: #eee;
    padding: 0 3px;
    display: none;
}

/* Access popup message */
.access-popup-content {
    margin: auto;
    max-width: 16em;
}

/* Advertisement background - dynamic style is applied inline */
.advertisement-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}