/* style/resources-tg88-game-strategy.css */
.page-resources-tg88-game-strategy {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-tg88-game-strategy__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-tg88-game-strategy__hero {
    background: linear-gradient(135deg, #007bff, #ffc107);
    color: #fff;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.page-resources-tg88-game-strategy__back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.page-resources-tg88-game-strategy__back-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-resources-tg88-game-strategy__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-tg88-game-strategy__intro {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-tg88-game-strategy__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #007bff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-tg88-game-strategy__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-resources-tg88-game-strategy__cta-button--small {
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-resources-tg88-game-strategy__cta-button--secondary {
    background-color: #0056b3;
    color: #fff;
    margin-left: 15px;
}

.page-resources-tg88-game-strategy__cta-button--secondary:hover {
    background-color: #003f80;
}

.page-resources-tg88-game-strategy__content-section {
    padding: 40px 0;
    background-color: #fff;
}

.page-resources-tg88-game-strategy__article-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-tg88-game-strategy__subtitle {
    font-size: 2em;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
}

.page-resources-tg88-game-strategy__heading-tertiary {
    font-size: 1.6em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-tg88-game-strategy__article-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-resources-tg88-game-strategy__article-content ul,
.page-resources-tg88-game-strategy__article-content ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-resources-tg88-game-strategy__article-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.page-resources-tg88-game-strategy__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-tg88-game-strategy__button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-tg88-game-strategy__faq {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.page-resources-tg88-game-strategy__faq-item {
    margin-bottom: 20px;
}

.page-resources-tg88-game-strategy__faq-question {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-tg88-game-strategy__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-resources-tg88-game-strategy__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-tg88-game-strategy__faq-answer {
    font-size: 1em;
    color: #555;
    padding-left: 15px;
    border-left: 3px solid #ffc107;
    margin-top: 10px;
    display: none;
}

.page-resources-tg88-game-strategy__faq-answer.active {
    display: block;
}

.page-resources-tg88-game-strategy__conclusion {
    margin-top: 40px;
    font-size: 1.1em;
    text-align: center;
    font-style: italic;
    color: #555;
}

.page-resources-tg88-game-strategy__back-to-home {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-tg88-game-strategy__back-to-home:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

    .page-resources-tg88-game-strategy__subtitle {
        font-size: 1.8em;
    }

    .page-resources-tg88-game-strategy__heading-tertiary {
        font-size: 1.4em;
    }

    .page-resources-tg88-game-strategy__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-tg88-game-strategy__back-link {
        top: 10px;
        left: 10px;
        padding: 6px 12px;
        font-size: 0.9em;
    }

    .page-resources-tg88-game-strategy__button-group {
        flex-direction: column;
        gap: 10px;
    }

    .page-resources-tg88-game-strategy__cta-button--secondary {
        margin-left: 0;
    }
}

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

    .page-resources-tg88-game-strategy__intro {
        font-size: 1em;
    }

    .page-resources-tg88-game-strategy__subtitle {
        font-size: 1.5em;
    }

    .page-resources-tg88-game-strategy__heading-tertiary {
        font-size: 1.2em;
    }

    .page-resources-tg88-game-strategy__article-content {
        padding: 10px;
    }
}