/* style/resources-man-club-game-review.css */

.page-resources-man-club-game-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-man-club-game-review__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #3a5b81 100%); /* Deep blue gradient */
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-man-club-game-review__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    filter: blur(50px);
}

.page-resources-man-club-game-review__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    filter: blur(60px);
}

.page-resources-man-club-game-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.page-resources-man-club-game-review__back-link {
    display: inline-block;
    color: #FFD700;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-man-club-game-review__back-link:hover {
    color: #fff;
}

.page-resources-man-club-game-review__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-man-club-game-review__meta {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 30px;
}

.page-resources-man-club-game-review__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2239;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-man-club-game-review__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-man-club-game-review__cta-button--hero {
    margin-top: 20px;
}

.page-resources-man-club-game-review__content-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.page-resources-man-club-game-review__container--content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.page-resources-man-club-game-review__article-content {
    flex: 3;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 800px; /* Content width for comfortable reading */
    line-height: 1.7;
    font-size: 17px;
}

.page-resources-man-club-game-review__sidebar {
    flex: 1;
    min-width: 280px;
    max-width: 300px;
    position: sticky;
    top: 100px; /* Adjust based on header height */
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-man-club-game-review__sidebar-title {
    font-size: 1.5em;
    color: #0A2239;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-man-club-game-review__table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-man-club-game-review__table-of-contents li {
    margin-bottom: 10px;
}

.page-resources-man-club-game-review__table-of-contents a {
    color: #0A2239;
    text-decoration: none;
    transition: color 0.3s ease, font-weight 0.3s ease;
    display: block;
    padding: 5px 0;
}

.page-resources-man-club-game-review__table-of-contents a:hover {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-man-club-game-review__promo-card {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.page-resources-man-club-game-review__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-resources-man-club-game-review__promo-card p {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 20px;
}

.page-resources-man-club-game-review__cta-button--sidebar {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-man-club-game-review__article-content h2 {
    font-size: 2.2em;
    color: #0A2239;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-man-club-game-review__article-content h3 {
    font-size: 1.8em;
    color: #0A2239;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}

.page-resources-man-club-game-review__article-content p {
    margin-bottom: 1em;
}

.page-resources-man-club-game-review__article-content a {
    color: #0A2239;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-man-club-game-review__article-content a:hover {
    color: #FFD700;
}

.page-resources-man-club-game-review__article-content ul,
.page-resources-man-club-game-review__article-content ol {
    margin-bottom: 1em;
    padding-left: 25px;
}

.page-resources-man-club-game-review__article-content li {
    margin-bottom: 0.5em;
}

.page-resources-man-club-game-review__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-man-club-game-review__image--full-width {
    width: 100%;
}

.page-resources-man-club-game-review__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-man-club-game-review__cta-button--inline {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 30px;
}

.page-resources-man-club-game-review__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-resources-man-club-game-review__faq-item h3 {
    font-size: 1.4em;
    color: #0A2239;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}

.page-resources-man-club-game-review__faq-item p {
    font-size: 1em;
    color: #555;
    margin-bottom: 0;
}

.page-resources-man-club-game-review__cta-button--bottom {
    display: block;
    width: fit-content;
    margin: 40px auto 20px auto;
    padding: 18px 40px;
    font-size: 1.2em;
    border-radius: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-man-club-game-review__container--content {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-man-club-game-review__sidebar {
        order: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .page-resources-man-club-game-review__article-content {
        order: 1;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-resources-man-club-game-review__title {
        font-size: 2em;
    }

    .page-resources-man-club-game-review__hero-section {
        padding: 60px 0;
    }

    .page-resources-man-club-game-review__article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-man-club-game-review__article-content h3 {
        font-size: 1.5em;
    }

    .page-resources-man-club-game-review__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-man-club-game-review__title {
        font-size: 1.6em;
    }

    .page-resources-man-club-game-review__hero-section {
        padding: 40px 0;
    }

    .page-resources-man-club-game-review__article-content {
        padding: 20px;
    }

    .page-resources-man-club-game-review__sidebar {
        padding: 20px;
    }
}