.page-resources-mobile-casino-advantages {
    color: #333333; /* Dark text for light body background */
}

.page-resources-mobile-casino-advantages__hero-section {
    position: relative;
    width: 100%;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    overflow: hidden;
}

.page-resources-mobile-casino-advantages__hero-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-resources-mobile-casino-advantages__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-mobile-casino-advantages__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF; /* White text over dark/rich image */
    padding: 40px;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay for readability */
    border-radius: 12px;
}

.page-resources-mobile-casino-advantages__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #FCBC45; /* Login color for emphasis */
}

.page-resources-mobile-casino-advantages__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-resources-mobile-casino-advantages__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-resources-mobile-casino-advantages__button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.page-resources-mobile-casino-advantages__button--primary {
    background-color: #FCBC45; /* Login color */
    color: #000000; /* Main color */
    border: 2px solid #FCBC45;
}

.page-resources-mobile-casino-advantages__button--primary:hover {
    background-color: #e0a53b;
    border-color: #e0a53b;
    transform: translateY(-2px);
}

.page-resources-mobile-casino-advantages__button--secondary {
    background-color: transparent;
    color: #FFFFFF; /* Auxiliary color */
    border: 2px solid #FFFFFF;
}

.page-resources-mobile-casino-advantages__button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.page-resources-mobile-casino-advantages__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 1.1em;
}

.page-resources-mobile-casino-advantages__article-navigation {
    margin-bottom: 30px;
    text-align: right;
}

.page-resources-mobile-casino-advantages__back-link {
    color: #FCBC45; /* Login color */
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: color 0.3s ease;
}

.page-resources-mobile-casino-advantages__back-link:hover {
    color: #e0a53b;
    text-decoration: underline;
}

.page-resources-mobile-casino-advantages__section-title {
    font-size: 2.2em;
    color: #000000; /* Main color */
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.page-resources-mobile-casino-advantages__sub-section-title {
    font-size: 1.8em;
    color: #000000; /* Main color */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-mobile-casino-advantages__paragraph {
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-mobile-casino-advantages__keyword {
    font-weight: bold;
    color: #FCBC45; /* Login color for emphasis */
}

.page-resources-mobile-casino-advantages__article-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-resources-mobile-casino-advantages__button--inline {
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: #FCBC45; /* Login color */
    color: #000000; /* Main color */
    border: 2px solid #FCBC45;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 6px;
}

.page-resources-mobile-casino-advantages__button--inline:hover {
    background-color: #e0a53b;
    border-color: #e0a53b;
}

.page-resources-mobile-casino-advantages__inline-link {
    color: #FCBC45; /* Login color */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-mobile-casino-advantages__inline-link:hover {
    color: #e0a53b;
    text-decoration: underline;
}

.page-resources-mobile-casino-advantages__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-mobile-casino-advantages__hero-title {
        font-size: 2.2em;
    }

    .page-resources-mobile-casino-advantages__hero-description {
        font-size: 1em;
    }

    .page-resources-mobile-casino-advantages__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-mobile-casino-advantages__button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-mobile-casino-advantages__content-area {
        padding: 0 15px;
        font-size: 1em;
    }

    .page-resources-mobile-casino-advantages__section-title {
        font-size: 1.8em;
    }

    .page-resources-mobile-casino-advantages__sub-section-title {
        font-size: 1.4em;
    }

    .page-resources-mobile-casino-advantages__article-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce minimum size */
        min-height: 200px; /* Enforce minimum size */
    }

    .page-resources-mobile-casino-advantages__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    /* Ensure content area does not overflow horizontally */
    .page-resources-mobile-casino-advantages {
        overflow-x: hidden;
    }

    .page-resources-mobile-casino-advantages__content-area img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-resources-mobile-casino-advantages__hero-content {
        padding: 20px;
    }

    .page-resources-mobile-casino-advantages__hero-title {
        font-size: 1.8em;
    }

    .page-resources-mobile-casino-advantages__hero-description {
        font-size: 0.9em;
    }

    .page-resources-mobile-casino-advantages__button {
        padding: 10px 15px;
        font-size: 0.9em;
    }

    .page-resources-mobile-casino-advantages__section-title {
        font-size: 1.5em;
    }

    .page-resources-mobile-casino-advantages__sub-section-title {
        font-size: 1.2em;
    }
}