/* style/resources-tt88-popular-game-guides.css */

.page-resources-tt88-popular-game-guides {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-tt88-popular-game-guides__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-tt88-popular-game-guides__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-tt88-popular-game-guides__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: floatEffect 10s infinite ease-in-out;
}

.page-resources-tt88-popular-game-guides__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: floatEffect 12s infinite reverse ease-in-out;
}

@keyframes floatEffect {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, 10px); }
    100% { transform: translate(0, 0); }
}

.page-resources-tt88-popular-game-guides__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-popular-game-guides__title .highlight {
    color: #FFD700;
}

.page-resources-tt88-popular-game-guides__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-tt88-popular-game-guides__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1em;
    border: none;
    cursor: pointer;
}

.page-resources-tt88-popular-game-guides__btn--primary {
    background-color: #FFD700;
    color: #000080;
}

.page-resources-tt88-popular-game-guides__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-tt88-popular-game-guides__btn--secondary {
    background-color: #000080;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-resources-tt88-popular-game-guides__btn--secondary:hover {
    background-color: #1a1a91;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-tt88-popular-game-guides__content-section {
    padding: 40px 0;
    background-color: #fff;
}

.page-resources-tt88-popular-game-guides__article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff;
}

.page-resources-tt88-popular-game-guides__heading-2 {
    font-size: 2em;
    color: #000080;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-tt88-popular-game-guides__heading-3 {
    font-size: 1.5em;
    color: #000080;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-tt88-popular-game-guides__article-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-tt88-popular-game-guides__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-tt88-popular-game-guides__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
    line-height: 1.6;
}

.page-resources-tt88-popular-game-guides__list li strong {
    color: #000080;
}

.page-resources-tt88-popular-game-guides__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-tt88-popular-game-guides__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-tt88-popular-game-guides__image-caption {
    font-style: italic;
    color: #777;
    margin-top: 10px;
    font-size: 0.9em;
}

.page-resources-tt88-popular-game-guides__cta-group {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-resources-tt88-popular-game-guides__back-link {
    text-align: center;
    margin-top: 30px;
}

.page-resources-tt88-popular-game-guides__back-link .page-resources-tt88-popular-game-guides__link {
    color: #000080;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-tt88-popular-game-guides__back-link .page-resources-tt88-popular-game-guides__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-resources-tt88-popular-game-guides .highlight {
    color: #000080;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-tt88-popular-game-guides__title {
        font-size: 2em;
    }

    .page-resources-tt88-popular-game-guides__subtitle {
        font-size: 1em;
    }

    .page-resources-tt88-popular-game-guides__heading-2 {
        font-size: 1.8em;
    }

    .page-resources-tt88-popular-game-guides__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-tt88-popular-game-guides__btn--secondary {
        margin-left: 0;
        margin-top: 10px;
    }

    .page-resources-tt88-popular-game-guides__cta-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-tt88-popular-game-guides__title {
        font-size: 1.5em;
    }

    .page-resources-tt88-popular-game-guides__heading-2 {
        font-size: 1.5em;
    }

    .page-resources-tt88-popular-game-guides__article-content {
        padding: 15px;
    }
}