.page-shbet-beginner-guide-game-selection {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-shbet-beginner-guide-game-selection__section {
    padding: 60px 0;
    text-align: center;
}

.page-shbet-beginner-guide-game-selection__dark-bg {
    background-color: #017439;
    color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__section-title,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__paragraph,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__feature-title,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__feature-description,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__tip-title,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__tip-description,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__promo-title a,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__promo-description {
    color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__paragraph a,
.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__promo-title a {
    color: #FFFF00;
    text-decoration: underline;
}

.page-shbet-beginner-guide-game-selection__light-bg {
    background-color: #f8f8f8;
    color: #333333;
}

.page-shbet-beginner-guide-game-selection__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.page-shbet-beginner-guide-game-selection__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-shbet-beginner-guide-game-selection__hero-section .page-shbet-beginner-guide-game-selection__container {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    max-width: 800px;
}

.page-shbet-beginner-guide-game-selection__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
}

.page-shbet-beginner-guide-game-selection__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-shbet-beginner-guide-game-selection__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-shbet-beginner-guide-game-selection__btn-primary,
.page-shbet-beginner-guide-game-selection__btn-secondary,
.page-shbet-beginner-guide-game-selection__btn-small {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-shbet-beginner-guide-game-selection__btn-primary {
    background-color: #C30808;
    color: #FFFF00;
    border: 2px solid #C30808;
}

.page-shbet-beginner-guide-game-selection__btn-primary:hover {
    background-color: #e02020;
    border-color: #e02020;
}

.page-shbet-beginner-guide-game-selection__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-shbet-beginner-guide-game-selection__btn-secondary:hover {
    background-color: #ffffff;
    color: #017439;
}

.page-shbet-beginner-guide-game-selection__btn-small {
    padding: 8px 15px;
    font-size: 0.9em;
    background-color: #017439;
    color: #ffffff;
    border: 1px solid #017439;
}

.page-shbet-beginner-guide-game-selection__btn-small:hover {
    background-color: #005f2f;
    border-color: #005f2f;
}

.page-shbet-beginner-guide-game-selection__btn-center {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.page-shbet-beginner-guide-game-selection__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #017439;
    font-weight: bold;
}

.page-shbet-beginner-guide-game-selection__dark-bg .page-shbet-beginner-guide-game-selection__section-title {
    color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-shbet-beginner-guide-game-selection__paragraph a {
    color: #017439;
    text-decoration: underline;
}

.page-shbet-beginner-guide-game-selection__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-shbet-beginner-guide-game-selection__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__feature-item img {
    width: 100%;
    
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-shbet-beginner-guide-game-selection__feature-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-shbet-beginner-guide-game-selection__feature-description {
    font-size: 1em;
    color: #f0f0f0;
}

.page-shbet-beginner-guide-game-selection__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}