/* style/red88-responsible-gambling-self-exclusion.css */

/* Biến CSS */
:root {
    --red88-primary-color: #DC143C;
    --red88-secondary-color: #36454F;
    --red88-light-gray: #f8f8f8;
    --red88-dark-text: #333;
    --red88-light-text: #fff;
    --red88-highlight-text: #DC143C;
}

.page-red88-responsible-gambling-self-exclusion {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--red88-dark-text);
    background-color: var(--red88-light-gray);
}

.page-red88-responsible-gambling-self-exclusion__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-red88-responsible-gambling-self-exclusion__hero {
    background: linear-gradient(135deg, var(--red88-primary-color) 0%, var(--red88-secondary-color) 100%);
    color: var(--red88-light-text);
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.page-red88-responsible-gambling-self-exclusion__hero-content {
    max-width: 800px;
}

.page-red88-responsible-gambling-self-exclusion__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--red88-light-text);
    line-height: 1.2;
}

.page-red88-responsible-gambling-self-exclusion__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-red88-responsible-gambling-self-exclusion__hero-image {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-red88-responsible-gambling-self-exclusion__img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-red88-responsible-gambling-self-exclusion__img--center {
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-red88-responsible-gambling-self-exclusion__section {
    padding: 60px 0;
    background-color: var(--red88-light-gray);
    border-bottom: 1px solid #eee;
}

.page-red88-responsible-gambling-self-exclusion__section:nth-of-type(even) {
    background-color: #fff;
}

.page-red88-responsible-gambling-self-exclusion__heading {
    font-size: 2.2em;
    color: var(--red88-secondary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-red88-responsible-gambling-self-exclusion__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--red88-primary-color);
    border-radius: 2px;
}

.page-red88-responsible-gambling-self-exclusion__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-red88-responsible-gambling-self-exclusion__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-red88-responsible-gambling-self-exclusion__list ol {
    list-style: decimal;
}

.page-red88-responsible-gambling-self-exclusion__list ol li {
    margin-bottom: 10px;
}

.page-red88-responsible-gambling-self-exclusion__btn-primary,
.page-red88-responsible-gambling-self-exclusion__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    margin-top: 20px;
}

.page-red88-responsible-gambling-self-exclusion__btn-primary {
    background-color: var(--red88-primary-color);
    color: var(--red88-light-text);
    border: 2px solid var(--red88-primary-color);
}

.page-red88-responsible-gambling-self-exclusion__btn-primary:hover {
    background-color: #b20f2e;
    transform: translateY(-3px);
}

.page-red88-responsible-gambling-self-exclusion__btn-secondary {
    background-color: transparent;
    color: var(--red88-primary-color);
    border: 2px solid var(--red88-primary-color);
}

.page-red88-responsible-gambling-self-exclusion__btn-secondary:hover {
    background-color: var(--red88-primary-color);
    color: var(--red88-light-text);
    transform: translateY(-3px);
}

.page-red88-responsible-gambling-self-exclusion p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-red88-responsible-gambling-self-exclusion .highlight {
    color: var(--red88-primary-color);
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-red88-responsible-gambling-self-exclusion__title {
        font-size: 2em;
    }

    .page-red88-responsible-gambling-self-exclusion__subtitle {
        font-size: 1em;
    }

    .page-red88-responsible-gambling-self-exclusion__heading {
        font-size: 1.8em;
    }

    .page-red88-responsible-gambling-self-exclusion__hero {
        flex-direction: column;
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .page-red88-responsible-gambling-self-exclusion__title {
        font-size: 1.8em;
    }

    .page-red88-responsible-gambling-self-exclusion__subtitle {
        font-size: 0.9em;
    }

    .page-red88-responsible-gambling-self-exclusion__heading {
        font-size: 1.5em;
    }

    .page-red88-responsible-gambling-self-exclusion__btn-primary,
    .page-red88-responsible-gambling-self-exclusion__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-red88-responsible-gambling-self-exclusion__list {
        margin-left: 15px;
    }

    .page-red88-responsible-gambling-self-exclusion p,
    .page-red88-responsible-gambling-self-exclusion__list li {
        font-size: 0.95em;
    }
}