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

.page-resources-alo88-security-responsible-gaming .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-alo88-security-responsible-gaming .hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #DC143C 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-alo88-security-responsible-gaming .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-resources-alo88-security-responsible-gaming .hero-section .container {
    position: relative;
    z-index: 2;
}

.page-resources-alo88-security-responsible-gaming .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.page-resources-alo88-security-responsible-gaming .hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-resources-alo88-security-responsible-gaming .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-resources-alo88-security-responsible-gaming .btn-primary {
    background-color: #FFD700;
    color: #333;
    border: 2px solid #FFD700;
}

.page-resources-alo88-security-responsible-gaming .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-alo88-security-responsible-gaming .btn-secondary {
    background-color: #DC143C;
    color: #fff;
    border: 2px solid #DC143C;
}

.page-resources-alo88-security-responsible-gaming .btn-secondary:hover {
    background-color: #c41235;
    border-color: #c41235;
    transform: translateY(-2px);
}

.page-resources-alo88-security-responsible-gaming .btn-text {
    background: none;
    color: #DC143C;
    border: 2px solid #DC143C;
}

.page-resources-alo88-security-responsible-gaming .btn-text:hover {
    background-color: #DC143C;
    color: #fff;
}

.page-resources-alo88-security-responsible-gaming .content-article-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-resources-alo88-security-responsible-gaming .article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-alo88-security-responsible-gaming .article-content h2 {
    font-size: 2.2em;
    color: #DC143C;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-alo88-security-responsible-gaming .article-content h3 {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-alo88-security-responsible-gaming .article-content p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #444;
}

.page-resources-alo88-security-responsible-gaming .article-content ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-alo88-security-responsible-gaming .article-content ul li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-alo88-security-responsible-gaming .article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-alo88-security-responsible-gaming .faq-section {
    margin-top: 40px;
}

.page-resources-alo88-security-responsible-gaming .faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-alo88-security-responsible-gaming .faq-item h3 {
    color: #DC143C;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.page-resources-alo88-security-responsible-gaming .faq-item p {
    margin-bottom: 0;
    color: #555;
}

.page-resources-alo88-security-responsible-gaming .back-link {
    text-align: center;
    margin-top: 50px;
}

.page-resources-alo88-security-responsible-gaming .call-to-action {
    margin-top: 30px;
    text-align: center;
    display: block;
}

/* Floating Ad Menu */
.page-resources-alo88-security-responsible-gaming .floating-ad-menu {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-resources-alo88-security-responsible-gaming .ad-item {
    background-color: #FFD700;
    color: #333;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-alo88-security-responsible-gaming .ad-item:hover {
    background-color: #e6c200;
    transform: translateX(-5px);
}

.page-resources-alo88-security-responsible-gaming .ad-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-alo88-security-responsible-gaming .hero-section h1 {
        font-size: 2.5em;
    }

    .page-resources-alo88-security-responsible-gaming .hero-section p {
        font-size: 1em;
    }

    .page-resources-alo88-security-responsible-gaming .article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-alo88-security-responsible-gaming .article-content h3 {
        font-size: 1.4em;
    }

    .page-resources-alo88-security-responsible-gaming .article-content p,
    .page-resources-alo88-security-responsible-gaming .article-content ul li {
        font-size: 0.95em;
    }

    .page-resources-alo88-security-responsible-gaming .floating-ad-menu {
        right: 10px;
        bottom: 10px;
    }

    .page-resources-alo88-security-responsible-gaming .ad-item {
        padding: 8px 12px;
    }

    .page-resources-alo88-security-responsible-gaming .ad-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-alo88-security-responsible-gaming .hero-section h1 {
        font-size: 2em;
    }

    .page-resources-alo88-security-responsible-gaming .hero-section {
        padding: 60px 0;
    }

    .page-resources-alo88-security-responsible-gaming .content-article-section {
        padding: 40px 0;
    }

    .page-resources-alo88-security-responsible-gaming .article-content {
        padding: 0 15px;
    }

    .page-resources-alo88-security-responsible-gaming .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}