/* style/responsible-gaming-how-to-identify-gambling-problems.css */
.page-responsible-gaming-how-to-identify-gambling-problems {
    font-family: 'Arial', sans-serif;
    color: #1A2E4E; /* Dark Blue for general text on light background */
    line-height: 1.6;
    background-color: #F8F8F8; /* Very light grey background for readability */
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero {
    background: linear-gradient(135deg, #1A2E4E 0%, #3a5c8e 100%); /* Dark Blue gradient */
    color: #FFFFFF; /* White text on dark background */
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero-content {
    max-width: 800px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main heading */
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero-image-wrapper {
    width: 100%;
    max-width: 900px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-how-to-identify-gambling-problems__section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-responsible-gaming-how-to-identify-gambling-problems__section h2 {
    font-size: 2.5em;
    color: #1A2E4E; /* Dark Blue for section headings */
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__section h3 {
    font-size: 1.8em;
    color: #1A2E4E;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__grid-item,
.page-responsible-gaming-how-to-identify-gambling-problems__flex-item,
.page-responsible-gaming-how-to-identify-gambling-problems__card {
    background-color: #F8F8F8;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #FFD700; /* Gold accent border */
}

.page-responsible-gaming-how-to-identify-gambling-problems__grid-item ul,
.page-responsible-gaming-how-to-identify-gambling-problems__flex-item ul,
.page-responsible-gaming-how-to-identify-gambling-problems__card ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__grid-item ol,
.page-responsible-gaming-how-to-identify-gambling-problems__flex-item ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 15px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__grid-item li,
.page-responsible-gaming-how-to-identify-gambling-problems__flex-item li,
.page-responsible-gaming-how-to-identify-gambling-problems__card li {
    margin-bottom: 10px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__flex-item {
    flex: 1;
    min-width: 300px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__image-inline {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-how-to-identify-gambling-problems__card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__cta {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: #1A2E4E;
    color: #FFFFFF;
    border-radius: 10px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__cta p {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.page-responsible-gaming-how-to-identify-gambling-problems__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-responsible-gaming-how-to-identify-gambling-problems__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    margin: 10px;
    font-size: 1em;
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--primary {
    background-color: #FFD700; /* Gold button */
    color: #1A2E4E; /* Dark Blue text on gold */
    border: 2px solid #FFD700;
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--primary:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-2px);
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--secondary {
    background-color: #1A2E4E; /* Dark Blue button */
    color: #FFFFFF; /* White text on dark blue */
    border: 2px solid #1A2E4E;
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--secondary:hover {
    background-color: #0d1e3a; /* Darker blue on hover */
    transform: translateY(-2px);
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--outline {
    background-color: transparent;
    color: #1A2E4E; /* Dark Blue text */
    border: 2px solid #1A2E4E;
}

.page-responsible-gaming-how-to-identify-gambling-problems__button--outline:hover {
    background-color: #1A2E4E;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.page-responsible-gaming-how-to-identify-gambling-problems__cta-final {
    text-align: center;
    margin-bottom: 80px;
    background-color: #FFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-responsible-gaming-how-to-identify-gambling-problems__hero {
        flex-direction: column;
        padding: 60px 15px;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__hero h1 {
        font-size: 2.5em;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__section {
        margin: 30px auto;
        padding: 30px 15px;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__section h2 {
        font-size: 2em;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__grid,
    .page-responsible-gaming-how-to-identify-gambling-problems__flex-container,
    .page-responsible-gaming-how-to-identify-gambling-problems__card-container {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 20px;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__button {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 8px;
    }
}

@media (max-width: 480px) {
    .page-responsible-gaming-how-to-identify-gambling-problems__hero h1 {
        font-size: 2em;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__section h2 {
        font-size: 1.8em;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__section h3 {
        font-size: 1.5em;
    }

    .page-responsible-gaming-how-to-identify-gambling-problems__button {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
}