.page-game-guides-32wim-popular-games {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-game-guides-32wim-popular-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-game-guides-32wim-popular-games__section-padding {
    padding: 60px 0;
}

.page-game-guides-32wim-popular-games__bg-light {
    background-color: #f8f8f8;
}

.page-game-guides-32wim-popular-games__bg-dark {
    background-color: #003366;
    color: #ffffff;
}

.page-game-guides-32wim-popular-games__hero {
    background: linear-gradient(135deg, #003366, #FFCC00);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.page-game-guides-32wim-popular-games__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

.page-game-guides-32wim-popular-games__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-game-guides-32wim-popular-games__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-game-guides-32wim-popular-games__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.page-game-guides-32wim-popular-games__btn--primary {
    background-color: #FFCC00;
    color: #003366;
    border: 2px solid #FFCC00;
}

.page-game-guides-32wim-popular-games__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
}

.page-game-guides-32wim-popular-games__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-game-guides-32wim-popular-games__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-game-guides-32wim-popular-games__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-game-guides-32wim-popular-games__btn--link {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}

.page-game-guides-32wim-popular-games__btn--link:hover {
    border-color: #003366;
}

.page-game-guides-32wim-popular-games__section-title {
    font-size: 2.2em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-game-guides-32wim-popular-games__section-title--white {
    color: #ffffff;
}

.page-game-guides-32wim-popular-games__sub-title {
    font-size: 1.8em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-guides-32wim-popular-games__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-game-guides-32wim-popular-games__bg-dark .page-game-guides-32wim-popular-games__text-content {
    color: #e0e0e0;
}

.page-game-guides-32wim-popular-games__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-game-guides-32wim-popular-games__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-game-guides-32wim-popular-games__image-wrapper {
    margin: 40px 0;
    text-align: center;
}

.page-game-guides-32wim-popular-games__image-full {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-32wim-popular-games__image-medium {
    max-width: 60%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-guides-32wim-popular-games__image-wrapper--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.page-game-guides-32wim-popular-games__image-wrapper--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.page-game-guides-32wim-popular-games__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-guides-32wim-popular-games__game-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-guides-32wim-popular-games__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-guides-32wim-popular-games__game-card-img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-guides-32wim-popular-games__game-card-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-game-guides-32wim-popular-games__card-link {
    color: #003366;
    text-decoration: none;
}

.page-game-guides-32wim-popular-games__card-link:hover {
    text-decoration: underline;
}

.page-game-guides-32wim-popular-games__game-card-description {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 20px;
}

.page-game-guides-32wim-popular-games__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-game-guides-32wim-popular-games__feature-item {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.page-game-guides-32wim-popular-games__feature-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-game-guides-32wim-popular-games__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: invert(1) brightness(1.5);
}

.page-game-guides-32wim-popular-games__feature-title {
    font-size: 1.4em;
    color: #FFCC00;
    margin-bottom: 10px;
}

.page-game-guides-32wim-popular-games__feature-description {
    font-size: 1em;
    color: #e0e0e0;
}

.page-game-guides-32wim-popular-games__cta-final-content {
    text-align: center;
    max-width: 800px;
}

.page-game-guides-32wim-popular-games__cta-final .page-game-guides-32wim-popular-games__section-title {
    margin-bottom: 20px;
}

.page-game-guides-32wim-popular-games__faq .page-game-guides-32wim-popular-games__section-title {
    margin-bottom: 30px;
}

.page-game-guides-32wim-popular-games__accordion {
    margin-top: 30px;
}

.page-game-guides-32wim-popular-games__accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-game-guides-32wim-popular-games__accordion-header {
    background-color: #003366;
    color: #ffffff;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-game-guides-32wim-popular-games__accordion-header:hover {
    background-color: #004488;
}

.page-game-guides-32wim-popular-games__accordion-icon {
    font-size: 1.5em;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.page-game-guides-32wim-popular-games__accordion-header.active .page-game-guides-32wim-popular-games__accordion-icon {
    transform: rotate(45deg);
}

.page-game-guides-32wim-popular-games__accordion-content {
    padding: 0 25px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-game-guides-32wim-popular-games__accordion-content p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #333;
}

/* Clearfix for floated images */
.page-game-guides-32wim-popular-games__game-detail::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-guides-32wim-popular-games__hero-title {
        font-size: 2.2em;
    }

    .page-game-guides-32wim-popular-games__section-title {
        font-size: 1.8em;
    }

    .page-game-guides-32wim-popular-games__sub-title {
        font-size: 1.5em;
    }

    .page-game-guides-32wim-popular-games__image-wrapper--left,
    .page-game-guides-32wim-popular-games__image-wrapper--right {
        float: none;
        margin: 20px auto;
        width: 80%;
    }

    .page-game-guides-32wim-popular-games__image-medium {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-game-guides-32wim-popular-games__hero {
        padding: 80px 0;
    }

    .page-game-guides-32wim-popular-games__hero-title {
        font-size: 1.8em;
    }

    .page-game-guides-32wim-popular-games__hero-description {
        font-size: 1em;
    }

    .page-game-guides-32wim-popular-games__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-guides-32wim-popular-games__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-game-guides-32wim-popular-games__section-title {
        font-size: 1.6em;
    }

    .page-game-guides-32wim-popular-games__game-grid {
        grid-template-columns: 1fr;
    }

    .page-game-guides-32wim-popular-games__image-wrapper--left,
    .page-game-guides-32wim-popular-games__image-wrapper--right {
        width: 95%;
        margin: 20px auto;
    }

    .page-game-guides-32wim-popular-games__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-game-guides-32wim-popular-games__hero {
        padding: 60px 0;
    }

    .page-game-guides-32wim-popular-games__hero-title {
        font-size: 1.5em;
    }

    .page-game-guides-32wim-popular-games__section-title {
        font-size: 1.4em;
    }

    .page-game-guides-32wim-popular-games__sub-title {
        font-size: 1.3em;
    }

    .page-game-guides-32wim-popular-games__btn {
        font-size: 1em;
        padding: 12px 25px;
    }

    .page-game-guides-32wim-popular-games__btn--large {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}