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

.page-lottery-games-keno .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-lottery-games-keno .section-padding {
    padding: 60px 0;
}

.page-lottery-games-keno .bg-dark {
    background-color: #1A2B4C;
    color: #F0F0F0;
}

.page-lottery-games-keno .bg-dark h2, .page-lottery-games-keno .bg-dark h3 {
    color: #F0B90B;
}

.page-lottery-games-keno .bg-dark a {
    color: #F0B90B;
}

.page-lottery-games-keno .bg-accent-cta {
    background-color: #F0B90B;
    color: #1A2B4C;
}

.page-lottery-games-keno .bg-accent-cta h2, .page-lottery-games-keno .bg-accent-cta p {
    color: #1A2B4C;
}

.page-lottery-games-keno h1, .page-lottery-games-keno h2, .page-lottery-games-keno h3 {
    color: #1A2B4C;
    margin-bottom: 20px;
    text-align: center;
}

.page-lottery-games-keno h1 {
    font-size: 2.8em;
    font-weight: bold;
    color: #F0B90B;
}

.page-lottery-games-keno h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin-top: 40px;
}

.page-lottery-games-keno h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
    color: #1A2B4C;
}

.page-lottery-games-keno p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-lottery-games-keno ul {
    list-style: disc inside;
    margin-bottom: 15px;
    padding-left: 20px;
}

.page-lottery-games-keno ul li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-lottery-games-keno strong {
    color: #1A2B4C;
}

.page-lottery-games-keno .hero-section {
    background: linear-gradient(135deg, #1A2B4C, #2C3E50);
    padding: 100px 0;
    color: #F0F0F0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-lottery-games-keno .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page-lottery-games-keno .hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-lottery-games-keno .hero-content h1 {
    color: #F0B90B;
    margin-bottom: 20px;
    font-size: 3.5em;
}

.page-lottery-games-keno .hero-content p {
    font-size: 1.2em;
    line-height: 1.8;
    color: #E0E0E0;
}

.page-lottery-games-keno .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-lottery-games-keno .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-lottery-games-keno .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    font-size: 1.1em;
}

.page-lottery-games-keno .btn-primary {
    background-color: #F0B90B;
    color: #1A2B4C;
    border: 2px solid #F0B90B;
}

.page-lottery-games-keno .btn-primary:hover {
    background-color: #e0a80b;
    transform: translateY(-2px);
}

.page-lottery-games-keno .btn-secondary {
    background-color: #1A2B4C;
    color: #F0B90B;
    border: 2px solid #F0B90B;
    margin-left: 15px;
}

.page-lottery-games-keno .btn-secondary:hover {
    background-color: #0f1c33;
    transform: translateY(-2px);
}

.page-lottery-games-keno .btn-tertiary {
    background-color: transparent;
    color: #F0B90B;
    border: 2px solid #F0B90B;
    margin-left: 15px;
}

.page-lottery-games-keno .btn-tertiary:hover {
    background-color: #F0B90B;
    color: #1A2B4C;
    transform: translateY(-2px);
}

.page-lottery-games-keno .btn-lg {
    padding: 15px 30px;
    font-size: 1.2em;
}

.page-lottery-games-keno .image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-lottery-games-keno .image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-keno .image-caption {
    font-style: italic;
    color: #777;
    margin-top: 10px;
    font-size: 0.95em;
}

.page-lottery-games-keno .bg-dark .image-caption {
    color: #ccc;
}

.page-lottery-games-keno .faq-list {
    margin-top: 30px;
    text-align: left;
}

.page-lottery-games-keno .faq-list dt {
    font-weight: bold;
    color: #1A2B4C;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.page-lottery-games-keno .faq-list dd {
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 3px solid #F0B90B;
    color: #555;
}

.page-lottery-games-keno .cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-lottery-games-keno .text-center {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-lottery-games-keno .hero-content h1 {
        font-size: 2.5em;
    }

    .page-lottery-games-keno h2 {
        font-size: 1.8em;
    }

    .page-lottery-games-keno h3 {
        font-size: 1.5em;
    }

    .page-lottery-games-keno .hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .page-lottery-games-keno .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-lottery-games-keno .btn-secondary, .page-lottery-games-keno .btn-tertiary {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-lottery-games-keno .hero-content h1 {
        font-size: 2em;
    }

    .page-lottery-games-keno .section-padding {
        padding: 40px 0;
    }

    .page-lottery-games-keno .btn {
        width: 100%;
        text-align: center;
    }

    .page-lottery-games-keno .cta-buttons .btn {
        margin-left: 0;
    }
}