/* style/resources-tg88-casino-promotions-analysis.css */

.page-resources-tg88-casino-promotions-analysis {
    font-family: Arial, sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main background color */
    line-height: 1.6;
}

.page-resources-tg88-casino-promotions-analysis__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-tg88-casino-promotions-analysis__hero {
    background: linear-gradient(135deg, #0A192F, #2A3B5B);
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-tg88-casino-promotions-analysis__back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #FFD700;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-tg88-casino-promotions-analysis__back-link:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-resources-tg88-casino-promotions-analysis__title {
    font-size: 2.8em;
    color: #FFD700; /* Accent color for main title */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-resources-tg88-casino-promotions-analysis__subtitle {
    font-size: 1.2em;
    color: #f5e6d0;
    margin-bottom: 30px;
}

.page-resources-tg88-casino-promotions-analysis__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.page-resources-tg88-casino-promotions-analysis__article-content {
    padding: 40px 0;
    background-color: #0A192F;
}

.page-resources-tg88-casino-promotions-analysis__heading {
    font-size: 2em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-tg88-casino-promotions-analysis__sub-heading {
    font-size: 1.5em;
    color: #f5e6d0;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-tg88-casino-promotions-analysis__article-content p {
    margin-bottom: 1em;
    color: #d0d0d0;
}

.page-resources-tg88-casino-promotions-analysis__list,
.page-resources-tg88-casino-promotions-analysis__ordered-list {
    margin-bottom: 1em;
    padding-left: 25px;
    color: #d0d0d0;
}

.page-resources-tg88-casino-promotions-analysis__list li,
.page-resources-tg88-casino-promotions-analysis__ordered-list li {
    margin-bottom: 0.5em;
}

.page-resources-tg88-casino-promotions-analysis__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-tg88-casino-promotions-analysis__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-tg88-casino-promotions-analysis__button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-resources-tg88-casino-promotions-analysis__button:hover {
    background-color: #e6c200;
    color: #000;
    transform: translateY(-2px);
}

.page-resources-tg88-casino-promotions-analysis__button--primary {
    background-color: #FFD700;
    color: #0A192F;
    font-size: 1.1em;
    padding: 15px 30px;
    margin-top: 40px;
}

.page-resources-tg88-casino-promotions-analysis__faq {
    margin-top: 30px;
}

.page-resources-tg88-casino-promotions-analysis__faq-item {
    background-color: #1A2B47;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #3A4E6A;
}

.page-resources-tg88-casino-promotions-analysis__faq-question {
    padding: 15px 20px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    color: #FFD700;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-resources-tg88-casino-promotions-analysis__faq-question:hover {
    background-color: #2A3B5B;
}

.page-resources-tg88-casino-promotions-analysis__faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-resources-tg88-casino-promotions-analysis__faq-item[open] .page-resources-tg88-casino-promotions-analysis__faq-question::after {
    content: '-';
}

.page-resources-tg88-casino-promotions-analysis__faq-answer {
    padding: 0 20px 15px;
    color: #d0d0d0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-tg88-casino-promotions-analysis__title {
        font-size: 2.2em;
    }

    .page-resources-tg88-casino-promotions-analysis__heading {
        font-size: 1.8em;
    }

    .page-resources-tg88-casino-promotions-analysis__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-tg88-casino-promotions-analysis__back-link {
        position: static;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-tg88-casino-promotions-analysis__title {
        font-size: 1.8em;
    }

    .page-resources-tg88-casino-promotions-analysis__subtitle {
        font-size: 1em;
    }

    .page-resources-tg88-casino-promotions-analysis__heading {
        font-size: 1.5em;
    }

    .page-resources-tg88-casino-promotions-analysis__sub-heading {
        font-size: 1.2em;
    }

    .page-resources-tg88-casino-promotions-analysis__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-tg88-casino-promotions-analysis__button--primary {
        padding: 12px 25px;
        font-size: 1em;
    }
}