/* style/resources-2024-tg777-slot-hot-games.css */

.page-resources-2024-tg777-slot-hot-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-2024-tg777-slot-hot-games__hero-section {
    background-color: #000000; /* Main color */
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-resources-2024-tg777-slot-hot-games__hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-2024-tg777-slot-hot-games__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FCBC45; /* Login button color for highlight */
    line-height: 1.2;
}

.page-resources-2024-tg777-slot-hot-games__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-2024-tg777-slot-hot-games__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-2024-tg777-slot-hot-games__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.1em;
}

.page-resources-2024-tg777-slot-hot-games__button--register {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-2024-tg777-slot-hot-games__button--register:hover {
    background-color: #FCBC45;
    color: #000000;
    border-color: #FCBC45;
}

.page-resources-2024-tg777-slot-hot-games__button--login {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-2024-tg777-slot-hot-games__button--login:hover {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}

.page-resources-2024-tg777-slot-hot-games__hero-image-wrapper {
    max-width: 100%;
    margin-top: 40px;
}

.page-resources-2024-tg777-slot-hot-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
}

.page-resources-2024-tg777-slot-hot-games__content-area {
    max-width: 800px; /* Article content width */
    margin: 40px auto;
    padding: 0 20px;
}

.page-resources-2024-tg777-slot-hot-games__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-2024-tg777-slot-hot-games__back-link:hover {
    color: #000000;
}

.page-resources-2024-tg777-slot-hot-games__article-heading {
    font-size: 2.5em;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.3;
}

.page-resources-2024-tg777-slot-hot-games__article-subheading {
    font-size: 1.8em;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 5px;
}

.page-resources-2024-tg777-slot-hot-games__article-paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-resources-2024-tg777-slot-hot-games__article-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
}

.page-resources-2024-tg777-slot-hot-games__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-2024-tg777-slot-hot-games__game-card {
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-2024-tg777-slot-hot-games__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-2024-tg777-slot-hot-games__game-card-image {
    width: 100%;
    height: 200px; /* Fixed height for card images */
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
}

.page-resources-2024-tg777-slot-hot-games__game-card-title {
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-resources-2024-tg777-slot-hot-games__game-card-description {
    font-size: 0.95em;
    color: #555555;
    margin-bottom: 20px;
    padding: 0 15px;
}

.page-resources-2024-tg777-slot-hot-games__game-card-button {
    background-color: #FCBC45;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-2024-tg777-slot-hot-games__game-card-button:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.page-resources-2024-tg777-slot-hot-games__text-link {
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-2024-tg777-slot-hot-games__text-link:hover {
    text-decoration: underline;
}

.page-resources-2024-tg777-slot-hot-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-2024-tg777-slot-hot-games__hero-title {
        font-size: 2.8em;
    }
}

@media (max-width: 768px) {
    .page-resources-2024-tg777-slot-hot-games {
        padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
    }

    .page-resources-2024-tg777-slot-hot-games__hero-section {
        padding: 60px 15px;
    }

    .page-resources-2024-tg777-slot-hot-games__hero-title {
        font-size: 2.2em;
    }

    .page-resources-2024-tg777-slot-hot-games__hero-description {
        font-size: 1em;
    }

    .page-resources-2024-tg777-slot-hot-games__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-2024-tg777-slot-hot-games__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page-resources-2024-tg777-slot-hot-games__content-area {
        padding: 0 15px;
    }

    .page-resources-2024-tg777-slot-hot-games__article-heading {
        font-size: 2em;
    }

    .page-resources-2024-tg777-slot-hot-games__article-subheading {
        font-size: 1.5em;
    }

    .page-resources-2024-tg777-slot-hot-games__article-paragraph {
        font-size: 1em;
    }

    .page-resources-2024-tg777-slot-hot-games__article-image,
    .page-resources-2024-tg777-slot-hot-games__hero-image {
        max-width: 100%;
        height: auto;
    }

    .page-resources-2024-tg777-slot-hot-games__game-list {
        grid-template-columns: 1fr;
    }

    .page-resources-2024-tg777-slot-hot-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-2024-tg777-slot-hot-games__hero-title {
        font-size: 1.8em;
    }

    .page-resources-2024-tg777-slot-hot-games__article-heading {
        font-size: 1.8em;
    }

    .page-resources-2024-tg777-slot-hot-games__article-subheading {
        font-size: 1.3em;
    }
}