/* style/resources-69win-responsible-gaming-guide.css */
.page-resources-69win-responsible-gaming-guide {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-69win-responsible-gaming-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-69win-responsible-gaming-guide__hero-section {
    background: linear-gradient(135deg, #007bff 0%, #ffc107 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.page-resources-69win-responsible-gaming-guide__hero-content {
    z-index: 1;
    max-width: 800px;
}

.page-resources-69win-responsible-gaming-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-69win-responsible-gaming-guide__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-69win-responsible-gaming-guide__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-69win-responsible-gaming-guide__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.page-resources-69win-responsible-gaming-guide__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-69win-responsible-gaming-guide__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

.page-resources-69win-responsible-gaming-guide__section {
    padding: 60px 0;
}

.page-resources-69win-responsible-gaming-guide__section:nth-of-type(even) {
    background-color: #e9ecef;
}

.page-resources-69win-responsible-gaming-guide__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-69win-responsible-gaming-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

.page-resources-69win-responsible-gaming-guide__intro p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
}

.page-resources-69win-responsible-gaming-guide__grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-69win-responsible-gaming-guide__grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #007bff;
}

.page-resources-69win-responsible-gaming-guide__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-69win-responsible-gaming-guide__grid-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-69win-responsible-gaming-guide__grid-item p {
    color: #555;
    font-size: 1em;
}

.page-resources-69win-responsible-gaming-guide__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-69win-responsible-gaming-guide__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-69win-responsible-gaming-guide__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-69win-responsible-gaming-guide__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 123, 255, 0.3));
}

.page-resources-69win-responsible-gaming-guide__feature-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-resources-69win-responsible-gaming-guide__feature-item p {
    color: #555;
    font-size: 0.95em;
}

.page-resources-69win-responsible-gaming-guide__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-69win-responsible-gaming-guide__list li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 4px solid #ffc107;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 1.05em;
}

.page-resources-69win-responsible-gaming-guide__problem-gambling p, 
.page-resources-69win-responsible-gaming-guide__help p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
}

.page-resources-69win-responsible-gaming-guide__cta-bottom {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    border-top: 5px solid #ffc107;
}

.page-resources-69win-responsible-gaming-guide__cta-bottom .page-resources-69win-responsible-gaming-guide__section-title {
    color: #fff;
}

.page-resources-69win-responsible-gaming-guide__cta-bottom .page-resources-69win-responsible-gaming-guide__section-title::after {
    background-color: #fff;
}

.page-resources-69win-responsible-gaming-guide__cta-bottom p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-69win-responsible-gaming-guide__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-resources-69win-responsible-gaming-guide__cta-note {
    margin-top: 20px;
    font-style: italic;
    font-size: 1em !important;
    color: #e0e0e0 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-69win-responsible-gaming-guide__hero-title {
        font-size: 2.8em;
    }
    .page-resources-69win-responsible-gaming-guide__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-69win-responsible-gaming-guide__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-69win-responsible-gaming-guide__hero-section {
        padding: 60px 0;
        min-height: 350px;
    }
    .page-resources-69win-responsible-gaming-guide__hero-title {
        font-size: 2.2em;
    }
    .page-resources-69win-responsible-gaming-guide__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-69win-responsible-gaming-guide__section {
        padding: 40px 0;
    }
    .page-resources-69win-responsible-gaming-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-69win-responsible-gaming-guide__grid-item,
    .page-resources-69win-responsible-gaming-guide__feature-item {
        padding: 25px;
    }
    .page-resources-69win-responsible-gaming-guide__cta-bottom {
        padding: 60px 0;
    }
    .page-resources-69win-responsible-gaming-guide__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 576px) {
    .page-resources-69win-responsible-gaming-guide__hero-section {
        padding: 40px 0;
        min-height: 300px;
    }
    .page-resources-69win-responsible-gaming-guide__hero-title {
        font-size: 1.8em;
    }
    .page-resources-69win-responsible-gaming-guide__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-69win-responsible-gaming-guide__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-69win-responsible-gaming-guide__section-title {
        font-size: 1.5em;
    }
    .page-resources-69win-responsible-gaming-guide__intro p,
    .page-resources-69win-responsible-gaming-guide__problem-gambling p,
    .page-resources-69win-responsible-gaming-guide__help p {
        font-size: 0.95em;
    }
    .page-resources-69win-responsible-gaming-guide__grid-item,
    .page-resources-69win-responsible-gaming-guide__feature-item {
        border-left-width: 3px;
    }
    .page-resources-69win-responsible-gaming-guide__list li {
        padding: 12px 15px;
        font-size: 0.95em;
        border-left-width: 3px;
    }
}