/* style/responsible-gambling-minor-protection.css */
.page-responsible-gambling-minor-protection {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-responsible-gambling-minor-protection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-responsible-gambling-minor-protection__hero-section {
    background: linear-gradient(135deg, #003366, #FFCC00);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-minor-protection__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.7);
    z-index: 1;
}

.page-responsible-gambling-minor-protection__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.page-responsible-gambling-minor-protection__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f0f0f0;
    position: relative;
    z-index: 2;
}

.page-responsible-gambling-minor-protection__hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.page-responsible-gambling-minor-protection__content-section {
    padding: 60px 0;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: -50px;
    position: relative;
    z-index: 3;
    border-radius: 15px;
}

.page-responsible-gambling-minor-protection__section-title {
    font-size: 2.5em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-responsible-gambling-minor-protection__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    border-radius: 2px;
}

.page-responsible-gambling-minor-protection__subsection-title {
    font-size: 1.8em;
    color: #003366;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-responsible-gambling-minor-protection p {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #555;
}

.page-responsible-gambling-minor-protection strong {
    color: #003366;
    font-weight: bold;
}

.page-responsible-gambling-minor-protection__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-responsible-gambling-minor-protection__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #444;
}

.page-responsible-gambling-minor-protection__image-inline {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-minor-protection__cta-wrapper {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-responsible-gambling-minor-protection__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC00;
    color: #003366;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
}

.page-responsible-gambling-minor-protection__button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 204, 0, 0.4);
}

.page-responsible-gambling-minor-protection__button-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-responsible-gambling-minor-protection__hero-title {
        font-size: 2.8em;
    }
    .page-responsible-gambling-minor-protection__hero-subtitle {
        font-size: 1.2em;
    }
    .page-responsible-gambling-minor-protection__section-title {
        font-size: 2em;
    }
    .page-responsible-gambling-minor-protection__subsection-title {
        font-size: 1.6em;
    }
    .page-responsible-gambling-minor-protection p,
    .page-responsible-gambling-minor-protection__list li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-responsible-gambling-minor-protection__hero-section {
        padding: 60px 0;
    }
    .page-responsible-gambling-minor-protection__hero-title {
        font-size: 2.2em;
    }
    .page-responsible-gambling-minor-protection__hero-subtitle {
        font-size: 1em;
    }
    .page-responsible-gambling-minor-protection__content-section {
        padding: 40px 0;
        margin-top: -30px;
    }
    .page-responsible-gambling-minor-protection__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .page-responsible-gambling-minor-protection__subsection-title {
        font-size: 1.4em;
        padding-left: 10px;
    }
    .page-responsible-gambling-minor-protection__list {
        margin-left: 20px;
    }
    .page-responsible-gambling-minor-protection__button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-minor-protection__hero-section {
        padding: 40px 0;
    }
    .page-responsible-gambling-minor-protection__hero-title {
        font-size: 1.8em;
    }
    .page-responsible-gambling-minor-protection__hero-subtitle {
        font-size: 0.9em;
    }
    .page-responsible-gambling-minor-protection__content-section {
        padding: 30px 0;
    }
    .page-responsible-gambling-minor-protection__section-title {
        font-size: 1.5em;
    }
    .page-responsible-gambling-minor-protection__subsection-title {
        font-size: 1.2em;
    }
    .page-responsible-gambling-minor-protection p,
    .page-responsible-gambling-minor-protection__list li {
        font-size: 0.9em;
    }
    .page-responsible-gambling-minor-protection__button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-responsible-gambling-minor-protection__button-icon {
        width: 20px;
        height: 20px;
    }
}