:root {
    --primary-color: #1A202C;
    --secondary-color: #FFD700;
    --text-light: #f8f8f8;
    --text-dark: #333;
    --background-dark: #1A202C;
    --background-light: #f0f2f5;
    --accent-dark: #998100;
    --accent-light: #ffe033;
}

.page-gambling-news-gambling-laws-interpretation {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-light);
    background-color: var(--background-dark);
}

.page-gambling-news-gambling-laws-interpretation .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-gambling-news-gambling-laws-interpretation .hero-section {
    background: linear-gradient(135deg, var(--primary-color), #3A4750);
    padding: 100px 0;
    text-align: center;
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.page-gambling-news-gambling-laws-interpretation .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_legal_pattern,subtle_gradient]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-gambling-news-gambling-laws-interpretation .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-gambling-news-gambling-laws-interpretation .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-gambling-laws-interpretation .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-gambling-news-gambling-laws-interpretation .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;
    white-space: nowrap;
}

.page-gambling-news-gambling-laws-interpretation .btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-gambling-news-gambling-laws-interpretation .btn-primary:hover {
    background-color: var(--accent-light);
    transform: translateY(-2px);
}

.page-gambling-news-gambling-laws-interpretation .btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    margin-left: 15px;
}

.page-gambling-news-gambling-laws-interpretation .btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.page-gambling-news-gambling-laws-interpretation .content-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gambling-news-gambling-laws-interpretation .content-section:last-of-type {
    border-bottom: none;
}

.page-gambling-news-gambling-laws-interpretation h2 {
    font-size: 2.5em;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-gambling-news-gambling-laws-interpretation h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 15px auto 0;
}

.page-gambling-news-gambling-laws-interpretation h3 {
    font-size: 1.8em;
    color: var(--accent-light);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-gambling-news-gambling-laws-interpretation h4 {
    font-size: 1.4em;
    color: var(--text-light);
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-gambling-news-gambling-laws-interpretation p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-light);
}

.page-gambling-news-gambling-laws-interpretation ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-light);
}

.page-gambling-news-gambling-laws-interpretation ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-gambling-news-gambling-laws-interpretation .intro-section .container,
.page-gambling-news-gambling-laws-interpretation .vietnamese-laws-section .container,
.page-gambling-news-gambling-laws-interpretation .lucky88-compliance-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-gambling-news-gambling-laws-interpretation .intro-section .text-content,
.page-gambling-news-gambling-laws-interpretation .vietnamese-laws-section .text-content,
.page-gambling-news-gambling-laws-interpretation .lucky88-compliance-section .text-content {
    flex: 2;
    min-width: 300px;
}

.page-gambling-news-gambling-laws-interpretation .intro-section .image-wrapper,
.page-gambling-news-gambling-laws-interpretation .vietnamese-laws-section .image-wrapper,
.page-gambling-news-gambling-laws-interpretation .lucky88-compliance-section .image-wrapper {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.page-gambling-news-gambling-laws-interpretation .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-gambling-laws-interpretation .legal-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-gambling-news-gambling-laws-interpretation .legal-country-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-gambling-news-gambling-laws-interpretation .legal-country-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.page-gambling-news-gambling-laws-interpretation .legal-country-item h3 {
    color: var(--secondary-color);
    margin-top: 0;
}

.page-gambling-news-gambling-laws-interpretation .faq-section {
    background-color: var(--primary-color);
}

.page-gambling-news-gambling-laws-interpretation .faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-gambling-news-gambling-laws-interpretation .faq-item h3 {
    color: var(--secondary-color);
    margin-top: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-gambling-news-gambling-laws-interpretation .faq-item h3::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-gambling-news-gambling-laws-interpretation .faq-item.active h3::after {
    transform: rotate(45deg);
}

.page-gambling-news-gambling-laws-interpretation .faq-item p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
}

.page-gambling-news-gambling-laws-interpretation .faq-item.active p {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
}

.page-gambling-news-gambling-laws-interpretation .cta-section {
    background-color: #2a3440;
    padding: 80px 0;
    text-align: center;
}

.page-gambling-news-gambling-laws-interpretation .cta-section h2 {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.page-gambling-news-gambling-laws-interpretation .cta-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-gambling-news-gambling-laws-interpretation .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-gambling-news-gambling-laws-interpretation .hero-title {
        font-size: 2.8em;
    }
    .page-gambling-news-gambling-laws-interpretation h2 {
        font-size: 2em;
    }
    .page-gambling-news-gambling-laws-interpretation h3 {
        font-size: 1.5em;
    }
    .page-gambling-news-gambling-laws-interpretation .intro-section .container,
    .page-gambling-news-gambling-laws-interpretation .vietnamese-laws-section .container,
    .page-gambling-news-gambling-laws-interpretation .lucky88-compliance-section .container {
        flex-direction: column;
        text-align: center;
    }
    .page-gambling-news-gambling-laws-interpretation .intro-section .image-wrapper,
    .page-gambling-news-gambling-laws-interpretation .vietnamese-laws-section .image-wrapper,
    .page-gambling-news-gambling-laws-interpretation .lucky88-compliance-section .image-wrapper {
        order: -1; /* Image above text on smaller screens */
    }
    .page-gambling-news-gambling-laws-interpretation .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-gambling-news-gambling-laws-interpretation .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-gambling-news-gambling-laws-interpretation .hero-title {
        font-size: 2.2em;
    }
    .page-gambling-news-gambling-laws-interpretation .hero-subtitle {
        font-size: 1.1em;
    }
    .page-gambling-news-gambling-laws-interpretation h2 {
        font-size: 1.8em;
    }
    .page-gambling-news-gambling-laws-interpretation .content-section {
        padding: 40px 0;
    }
    .page-gambling-news-gambling-laws-interpretation .legal-country-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-gambling-news-gambling-laws-interpretation .hero-title {
        font-size: 1.8em;
    }
    .page-gambling-news-gambling-laws-interpretation .hero-subtitle {
        font-size: 1em;
    }
    .page-gambling-news-gambling-laws-interpretation h2 {
        font-size: 1.5em;
    }
    .page-gambling-news-gambling-laws-interpretation .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}