/* style/resources-how-to-play-au88-slots.css */
.page-resources-how-to-play-au88-slots {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-how-to-play-au88-slots strong {
    font-weight: bold;
}

.page-resources-how-to-play-au88-slots__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-play-au88-slots__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:gold_pattern,abstract,luxury]') repeat;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-how-to-play-au88-slots__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-how-to-play-au88-slots__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.page-resources-how-to-play-au88-slots__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #eee;
}

.page-resources-how-to-play-au88-slots__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-resources-how-to-play-au88-slots__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #8B0000; /* Dark Red */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-play-au88-slots__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-play-au88-slots__btn--secondary {
    background-color: #8B0000; /* Dark Red */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-how-to-play-au88-slots__btn--secondary:hover {
    background-color: #a00000;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-how-to-play-au88-slots__article-content {
    padding: 40px 0;
    background-color: #fff;
}

.page-resources-how-to-play-au88-slots__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-play-au88-slots__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555;
    text-align: justify;
}

.page-resources-how-to-play-au88-slots__heading {
    font-size: 2.2em;
    color: #8B0000; /* Dark Red */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    font-weight: 700;
}

.page-resources-how-to-play-au88-slots__sub-heading {
    font-size: 1.6em;
    color: #FFD700; /* Gold */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-play-au88-slots__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-play-au88-slots__image-caption {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.page-resources-how-to-play-au88-slots p {
    margin-bottom: 1em;
    text-align: justify;
    font-size: 1em;
    color: #333;
}

.page-resources-how-to-play-au88-slots__list,
.page-resources-how-to-play-au88-slots__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1.5em;
    padding-left: 0;
    color: #333;
}

.page-resources-how-to-play-au88-slots__ordered-list {
    list-style-type: decimal;
}

.page-resources-how-to-play-au88-slots__list-item {
    margin-bottom: 0.8em;
    font-size: 1em;
}

.page-resources-how-to-play-au88-slots__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-play-au88-slots__faq-question {
    font-size: 1.2em;
    color: #8B0000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-resources-how-to-play-au88-slots__faq-answer {
    color: #555;
    margin-bottom: 0;
}

.page-resources-how-to-play-au88-slots__related-links {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}

.page-resources-how-to-play-au88-slots__link {
    color: #8B0000;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.page-resources-how-to-play-au88-slots__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-how-to-play-au88-slots__hero-title {
        font-size: 2.5em;
    }

    .page-resources-how-to-play-au88-slots__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-how-to-play-au88-slots__heading {
        font-size: 1.8em;
    }

    .page-resources-how-to-play-au88-slots__sub-heading {
        font-size: 1.4em;
    }

    .page-resources-how-to-play-au88-slots__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-play-au88-slots__hero-title {
        font-size: 2em;
    }

    .page-resources-how-to-play-au88-slots__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-how-to-play-au88-slots__heading {
        font-size: 1.6em;
    }

    .page-resources-how-to-play-au88-slots__sub-heading {
        font-size: 1.2em;
    }

    .page-resources-how-to-play-au88-slots__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-how-to-play-au88-slots__related-links .page-resources-how-to-play-au88-slots__link {
        display: block;
        margin: 10px 0;
    }
}