/* style/game-reviews-kuwin-lottery-games.css */
.page-game-reviews-kuwin-lottery-games {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-game-reviews-kuwin-lottery-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-kuwin-lottery-games__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-kuwin-lottery-games__section:nth-of-type(even) {
    background-color: #f2f7ff;
}

.page-game-reviews-kuwin-lottery-games__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-kuwin-lottery-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

/* Hero Section */
.page-game-reviews-kuwin-lottery-games__hero {
    background: linear-gradient(135deg, #0A2463 0%, #1A3F87 100%);
    color: #fff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    min-height: 500px;
    text-align: left;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-kuwin-lottery-games__hero-content {
    max-width: 600px;
    padding-left: 20px;
}

.page-game-reviews-kuwin-lottery-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700;
}

.page-game-reviews-kuwin-lottery-games__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-game-reviews-kuwin-lottery-games__hero-actions {
    display: flex;
    gap: 20px;
}

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

.page-game-reviews-kuwin-lottery-games__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-kuwin-lottery-games__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-game-reviews-kuwin-lottery-games__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

.page-game-reviews-kuwin-lottery-games__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-game-reviews-kuwin-lottery-games__hero-image-wrapper {
    padding-right: 20px;
}

.page-game-reviews-kuwin-lottery-games__hero-image {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* General Content Styling */
.page-game-reviews-kuwin-lottery-games p {
    margin-bottom: 1em;
    color: #555;
}

.page-game-reviews-kuwin-lottery-games h3 {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-reviews-kuwin-lottery-games h4 {
    font-size: 1.4em;
    color: #0A2463;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-game-reviews-kuwin-lottery-games ul {
    list-style: disc inside;
    margin-bottom: 1em;
    padding-left: 20px;
    color: #555;
}

.page-game-reviews-kuwin-lottery-games ul li {
    margin-bottom: 0.5em;
}

/* Image-Text Layout */
.page-game-reviews-kuwin-lottery-games__image-text-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-game-reviews-kuwin-lottery-games__image-left {
    flex: 1;
    max-width: 45%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-kuwin-lottery-games__text-right {
    flex: 1;
    max-width: 55%;
}

.page-game-reviews-kuwin-lottery-games__text-right h3 {
    color: #0A2463;
    margin-top: 0;
}

/* Slots Section */
.page-game-reviews-kuwin-lottery-games__slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-kuwin-lottery-games__slot-item {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-kuwin-lottery-games__slot-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-kuwin-lottery-games__slot-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.page-game-reviews-kuwin-lottery-games__slot-item h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-reviews-kuwin-lottery-games__slot-item p {
    color: #666;
    font-size: 0.95em;
}

/* Bonus Section */
.page-game-reviews-kuwin-lottery-games__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-game-reviews-kuwin-lottery-games__step-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    position: relative;
}

.page-game-reviews-kuwin-lottery-games__step-item:hover {
    transform: translateY(-5px);
}

.page-game-reviews-kuwin-lottery-games__step-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-game-reviews-kuwin-lottery-games__step-item h3 {
    font-size: 1.6em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-game-reviews-kuwin-lottery-games__step-item p {
    color: #666;
}

.page-game-reviews-kuwin-lottery-games__note {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color: #777;
    font-size: 0.9em;
}

.page-game-reviews-kuwin-lottery-games__btn--small {
    padding: 8px 18px;
    font-size: 0.9em;
    margin-top: 15px;
}

/* Lottery Section */
.page-game-reviews-kuwin-lottery-games__lottery-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-kuwin-lottery-games__feature-item {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-kuwin-lottery-games__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-kuwin-lottery-games__feature-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.page-game-reviews-kuwin-lottery-games__feature-item h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-reviews-kuwin-lottery-games__feature-item p {
    color: #666;
    font-size: 0.95em;
}

/* Tips Section */
.page-game-reviews-kuwin-lottery-games__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-kuwin-lottery-games__tip-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-game-reviews-kuwin-lottery-games__tip-item h3 {
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.page-game-reviews-kuwin-lottery-games__tip-item ul {
    list-style: decimal inside;
    padding-left: 0;
}

.page-game-reviews-kuwin-lottery-games__tip-item ul li {
    margin-bottom: 10px;
    color: #555;
}

/* Safety Section */
.page-game-reviews-kuwin-lottery-games__safety-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-game-reviews-kuwin-lottery-games__point-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-game-reviews-kuwin-lottery-games__point-item:hover {
    transform: translateY(-5px);
}

.page-game-reviews-kuwin-lottery-games__point-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-game-reviews-kuwin-lottery-games__point-item h4 {
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-reviews-kuwin-lottery-games__point-item p {
    color: #666;
}

/* Final CTA Section */
.page-game-reviews-kuwin-lottery-games__cta-final {
    text-align: center;
    background-color: #0A2463;
    color: #fff;
    padding: 80px 0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-reviews-kuwin-lottery-games__cta-final .page-game-reviews-kuwin-lottery-games__section-title {
    color: #FFD700;
}

.page-game-reviews-kuwin-lottery-games__cta-final .page-game-reviews-kuwin-lottery-games__section-title::after {
    background-color: #FFD700;
}

.page-game-reviews-kuwin-lottery-games__cta-final p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-game-reviews-kuwin-lottery-games__final-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page-game-reviews-kuwin-lottery-games__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* FAQ Section */
.page-game-reviews-kuwin-lottery-games__faq-item {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
}

.page-game-reviews-kuwin-lottery-games__faq-item h3 {
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.page-game-reviews-kuwin-lottery-games__faq-item p {
    color: #555;
}

/* Utility classes */
.page-game-reviews-kuwin-lottery-games__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-kuwin-lottery-games__hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
        gap: 30px;
    }

    .page-game-reviews-kuwin-lottery-games__hero-content {
        padding-left: 0;
    }

    .page-game-reviews-kuwin-lottery-games__hero-image-wrapper {
        padding-right: 0;
    }

    .page-game-reviews-kuwin-lottery-games__hero-title {
        font-size: 2.8em;
    }

    .page-game-reviews-kuwin-lottery-games__hero-description {
        font-size: 1.1em;
    }

    .page-game-reviews-kuwin-lottery-games__image-text-layout {
        flex-direction: column;
    }

    .page-game-reviews-kuwin-lottery-games__image-left,
    .page-game-reviews-kuwin-lottery-games__text-right {
        max-width: 100%;
    }

    .page-game-reviews-kuwin-lottery-games__tips-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-kuwin-lottery-games__section-title {
        font-size: 2em;
    }

    .page-game-reviews-kuwin-lottery-games__hero-title {
        font-size: 2.2em;
    }

    .page-game-reviews-kuwin-lottery-games__hero-actions {
        flex-direction: column;
    }

    .page-game-reviews-kuwin-lottery-games__btn {
        width: 100%;
    }

    .page-game-reviews-kuwin-lottery-games__hero-image {
        max-width: 90%;
    }

    .page-game-reviews-kuwin-lottery-games__slots-grid,
    .page-game-reviews-kuwin-lottery-games__steps-grid,
    .page-game-reviews-kuwin-lottery-games__lottery-features,
    .page-game-reviews-kuwin-lottery-games__safety-points {
        grid-template-columns: 1fr;
    }

    .page-game-reviews-kuwin-lottery-games__btn--large {
        width: 100%;
    }

    .page-game-reviews-kuwin-lottery-games__final-actions {
        flex-direction: column;
    }
}