.page-resources-taya999-best-game-strategies {
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set background, matching body for consistency */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Fixed header offset for PC */
}

@media (max-width: 768px) {
    .page-resources-taya999-best-game-strategies {
        padding-top: var(--header-offset, 80px); /* Adjust for mobile header height if different */
    }
}

.page-resources-taya999-best-game-strategies__hero-section {
    position: relative;
    overflow: hidden;
    color: #FFFFFF; /* Text on hero image, assuming image is dark */
    text-align: center;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px; /* Ensure hero has a minimum height */
}

.page-resources-taya999-best-game-strategies__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-resources-taya999-best-game-strategies__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-taya999-best-game-strategies__hero-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
    padding: 30px;
    border-radius: 10px;
}

.page-resources-taya999-best-game-strategies__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-taya999-best-game-strategies__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #F0F0F0;
}

.page-resources-taya999-best-game-strategies__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-resources-taya999-best-game-strategies__button {
    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;
    min-width: 150px;
    text-align: center;
    font-size: 1.1em;
}

.page-resources-taya999-best-game-strategies__button--register {
    background-color: #FCBC45; /* Login color for primary action */
    color: #000000;
}

.page-resources-taya999-best-game-strategies__button--register:hover {
    background-color: #e0a53a;
}

.page-resources-taya999-best-game-strategies__button--login {
    background-color: #000000;
    color: #FCBC45;
    border: 2px solid #FCBC45;
}

.page-resources-taya999-best-game-strategies__button--login:hover {
    background-color: #FCBC45;
    color: #000000;
}

.page-resources-taya999-best-game-strategies__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 0 20px;
}

.page-resources-taya999-best-game-strategies__article-heading {
    font-size: 2.2em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-taya999-best-game-strategies__article-subheading {
    font-size: 1.6em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-taya999-best-game-strategies__article-paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #333333;
}

.page-resources-taya999-best-game-strategies__article-paragraph a {
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-taya999-best-game-strategies__article-paragraph a:hover {
    text-decoration: underline;
}

.page-resources-taya999-best-game-strategies__article-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-resources-taya999-best-game-strategies__article-list-item {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333333;
}

.page-resources-taya999-best-game-strategies__article-list-item strong {
    color: #000000;
}

.page-resources-taya999-best-game-strategies__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-taya999-best-game-strategies__image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce minimum width for content images */
    min-height: 200px; /* Enforce minimum height for content images */
}

.page-resources-taya999-best-game-strategies__cta-section {
    background-color: #000000;
    color: #FFFFFF;
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.page-resources-taya999-best-game-strategies__cta-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #FCBC45;
}

.page-resources-taya999-best-game-strategies__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-taya999-best-game-strategies__button--primary {
    background-color: #FCBC45;
    color: #000000;
    margin-right: 15px;
}

.page-resources-taya999-best-game-strategies__button--primary:hover {
    background-color: #e0a53a;
}

.page-resources-taya999-best-game-strategies__button--secondary {
    background-color: transparent;
    color: #FCBC45;
    border: 2px solid #FCBC45;
}

.page-resources-taya999-best-game-strategies__button--secondary:hover {
    background-color: #FCBC45;
    color: #000000;
}

.page-resources-taya999-best-game-strategies__article-paragraph--footer {
    text-align: center;
    margin-top: 40px;
    font-size: 1em;
    color: #555555;
}

@media (max-width: 768px) {
    .page-resources-taya999-best-game-strategies__hero-title {
        font-size: 2.2em;
    }

    .page-resources-taya999-best-game-strategies__hero-description {
        font-size: 1em;
    }

    .page-resources-taya999-best-game-strategies__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-taya999-best-game-strategies__button {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-resources-taya999-best-game-strategies__article-heading {
        font-size: 1.8em;
    }

    .page-resources-taya999-best-game-strategies__article-subheading {
        font-size: 1.4em;
    }

    .page-resources-taya999-best-game-strategies__article-paragraph,
    .page-resources-taya999-best-game-strategies__article-list-item {
        font-size: 1em;
    }

    .page-resources-taya999-best-game-strategies__cta-title {
        font-size: 2em;
    }

    .page-resources-taya999-best-game-strategies__button--primary {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    /* Ensure content area does not cause horizontal scroll */
    .page-resources-taya999-best-game-strategies__content-area {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Mobile specific image sizing */
    .page-resources-taya999-best-game-strategies__image-wrapper img {
        max-width: 100%;
        height: auto;
    }
}