/* style/resources-how-to-play-safely-on-78win01.css */
.page-resources-how-to-play-safely-on-78win01 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-how-to-play-safely-on-78win01 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-play-safely-on-78win01 .hero-section {
    background: linear-gradient(135deg, #1A237E 0%, #3a418d 100%); /* Darker blue to slightly lighter blue */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-play-safely-on-78win01 .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-how-to-play-safely-on-78win01 .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-resources-how-to-play-safely-on-78win01 .hero-image {
    max-width: 80%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.page-resources-how-to-play-safely-on-78win01 .content-block {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-play-safely-on-78win01 .content-block:last-of-type {
    border-bottom: none;
}

.page-resources-how-to-play-safely-on-78win01 .section-title {
    font-size: 2.5em;
    color: #1A237E; /* Main color for titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-how-to-play-safely-on-78win01 .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Accent color for underline */
    border-radius: 2px;
}

.page-resources-how-to-play-safely-on-78win01 .subsection-title {
    font-size: 1.8em;
    color: #1A237E;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700; /* Accent color for left border */
    padding-left: 15px;
}

.page-resources-how-to-play-safely-on-78win01 p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-resources-how-to-play-safely-on-78win01 ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-how-to-play-safely-on-78win01 ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-how-to-play-safely-on-78win01 .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-play-safely-on-78win01 .cta-section {
    background-color: #1A237E; /* Main color for CTA background */
    color: #FFFFFF;
    padding: 70px 0;
    text-align: center;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-how-to-play-safely-on-78win01 .cta-title {
    font-size: 2.8em;
    color: #FFD700; /* Accent color for CTA title */
    margin-bottom: 20px;
}

.page-resources-how-to-play-safely-on-78win01 .cta-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-how-to-play-safely-on-78win01 .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-how-to-play-safely-on-78win01 .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
}

.page-resources-how-to-play-safely-on-78win01 .btn-primary {
    background-color: #FFD700; /* Accent color for primary button */
    color: #1A237E; /* Main color for text on accent button */
    border: 2px solid #FFD700;
}

.page-resources-how-to-play-safely-on-78win01 .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-how-to-play-safely-on-78win01 .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Accent color for secondary button text */
    border: 2px solid #FFD700;
}

.page-resources-how-to-play-safely-on-78win01 .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A237E; /* Main color for text on hover */
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-how-to-play-safely-on-78win01 .hero-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-play-safely-on-78win01 .hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-how-to-play-safely-on-78win01 .section-title {
        font-size: 2em;
    }
    .page-resources-how-to-play-safely-on-78win01 .subsection-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-play-safely-on-78win01 p, .page-resources-how-to-play-safely-on-78win01 ul li {
        font-size: 1em;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-title {
        font-size: 2.2em;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-play-safely-on-78win01 .hero-section {
        padding: 60px 0;
    }
    .page-resources-how-to-play-safely-on-78win01 .hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-play-safely-on-78win01 .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-play-safely-on-78win01 .content-block {
        padding: 40px 0;
    }
    .page-resources-how-to-play-safely-on-78win01 .section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-play-safely-on-78win01 .subsection-title {
        font-size: 1.3em;
    }
    .page-resources-how-to-play-safely-on-78win01 ul {
        margin-left: 20px;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-section {
        padding: 50px 0;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-description {
        font-size: 1em;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-how-to-play-safely-on-78win01 .btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-play-safely-on-78win01 .hero-section {
        padding: 40px 0;
    }
    .page-resources-how-to-play-safely-on-78win01 .hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-play-safely-on-78win01 .hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-how-to-play-safely-on-78win01 .section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-play-safely-on-78win01 .subsection-title {
        font-size: 1.2em;
    }
    .page-resources-how-to-play-safely-on-78win01 p, .page-resources-how-to-play-safely-on-78win01 ul li {
        font-size: 0.95em;
    }
    .page-resources-how-to-play-safely-on-78win01 .cta-title {
        font-size: 1.6em;
    }
    .page-resources-how-to-play-safely-on-78win01 .btn {
        font-size: 1em;
        padding: 12px 25px;
    }
}