.page-blog-the-ultimate-tg77-gaming-experience {
    background-color: #0A0A0A;
    color: #FFF6D6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-the-ultimate-tg77-gaming-experience a {
    color: #F2C14E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-the-ultimate-tg77-gaming-experience a:hover {
    color: #FFD36B;
    text-decoration: underline;
}

/* Hero Section */
.page-blog-the-ultimate-tg77-gaming-experience__hero-section {
    display: flex;
    flex-direction: column; /* Ensure image is above text */
    align-items: center;
    padding: 10px 20px 40px; /* Small padding-top */
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-content {
    max-width: 800px;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for H1 */
    font-weight: 700;
    color: #F2C14E;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #FFF6D6;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Darker text for contrast on bright button */
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-the-ultimate-tg77-gaming-experience__hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
    text-decoration: none;
    color: #000; /* Ensure text color remains dark on hover */
}

/* Intro Section */
.page-blog-the-ultimate-tg77-gaming-experience__intro-section,
.page-blog-the-ultimate-tg77-gaming-experience__features-section,
.page-blog-the-ultimate-tg77-gaming-experience__get-started-section,
.page-blog-the-ultimate-tg77-gaming-experience__related-posts-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background-color: #111111; /* Card BG */
    border-radius: 10px;
    border: 1px solid #3A2A12; /* Border color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-the-ultimate-tg77-gaming-experience__intro-title,
.page-blog-the-ultimate-tg77-gaming-experience__features-title,
.page-blog-the-ultimate-tg77-gaming-experience__get-started-title,
.page-blog-the-ultimate-tg77-gaming-experience__related-posts-title {
    font-size: 2rem;
    color: #F2C14E;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-the-ultimate-tg77-gaming-experience__intro-text {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #FFF6D6;
    text-align: justify;
}

/* Features Section */
.page-blog-the-ultimate-tg77-gaming-experience__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-card {
    background-color: #0A0A0A; /* Slightly darker for card content */
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    border: 1px solid #3A2A12;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(242, 193, 78, 0.3);
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-icon {
    width: 100%;
    max-width: 250px; /* Ensure images are not too wide in cards */
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    min-width: 200px;
    min-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-card-title {
    font-size: 1.4rem;
    color: #FFD36B;
    margin-bottom: 10px;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-card-text {
    font-size: 0.95rem;
    color: #FFF6D6;
    margin-bottom: 15px;
}

.page-blog-the-ultimate-tg77-gaming-experience__game-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.page-blog-the-ultimate-tg77-gaming-experience__game-list li {
    margin-bottom: 5px;
}

.page-blog-the-ultimate-tg77-gaming-experience__game-list a {
    color: #FFD36B;
    font-size: 0.9rem;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #F2C14E;
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.page-blog-the-ultimate-tg77-gaming-experience__feature-link:hover {
    background-color: #FFD36B;
    text-decoration: none;
}

/* Get Started Section */
.page-blog-the-ultimate-tg77-gaming-experience__get-started-description {
    text-align: center;
    font-size: 1.05rem;
    margin-bottom: 30px;
    color: #FFF6D6;
}

.page-blog-the-ultimate-tg77-gaming-experience__step-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-blog-the-ultimate-tg77-gaming-experience__step-item {
    background-color: #0A0A0A;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    padding: 20px;
    flex: 1 1 calc(33% - 40px); /* 3 items per row on larger screens */
    max-width: calc(33% - 40px);
    text-align: center;
    position: relative;
}

.page-blog-the-ultimate-tg77-gaming-experience__step-item::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F2C14E;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    border: 3px solid #0A0A0A; /* Background color */
}

.page-blog-the-ultimate-tg77-gaming-experience__step-heading {
    font-size: 1.2rem;
    color: #F2C14E;
    margin-top: 15px; /* Space for the counter */
    margin-bottom: 10px;
}

.page-blog-the-ultimate-tg77-gaming-experience__step-text {
    font-size: 0.9rem;
    color: #FFF6D6;
}

.page-blog-the-ultimate-tg77-gaming-experience__get-started-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-the-ultimate-tg77-gaming-experience__get-started-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
    text-decoration: none;
    color: #000;
}

/* Related Posts Section */
.page-blog-the-ultimate-tg77-gaming-experience__related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card {
    background-color: #0A0A0A;
    border-radius: 8px;
    border: 1px solid #3A2A12;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(242, 193, 78, 0.3);
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-title {
    font-size: 1.3rem;
    color: #FFD36B;
    margin: 15px 15px 10px;
    line-height: 1.3;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-title a {
    color: #FFD36B; /* Ensure link color is distinct */
    text-decoration: none;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-title a:hover {
    text-decoration: underline;
    color: #F2C14E;
}


.page-blog-the-ultimate-tg77-gaming-experience__post-card-text {
    font-size: 0.9rem;
    color: #FFF6D6;
    padding: 0 15px;
    margin-bottom: 15px;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-link {
    display: inline-block;
    margin: 0 15px 15px;
    padding: 8px 15px;
    background-color: #F2C14E;
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.page-blog-the-ultimate-tg77-gaming-experience__post-card-link:hover {
    background-color: #FFD36B;
    text-decoration: none;
}

/* Media Queries */
@media (max-width: 768px) {
    .page-blog-the-ultimate-tg77-gaming-experience__hero-section {
        padding: 10px 15px 30px;
    }

    .page-blog-the-ultimate-tg77-gaming-experience__hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .page-blog-the-ultimate-tg77-gaming-experience__hero-description {
        font-size: 1rem;
    }

    .page-blog-the-ultimate-tg77-gaming-experience__intro-section,
    .page-blog-the-ultimate-tg77-gaming-experience__features-section,
    .page-blog-the-ultimate-tg77-gaming-experience__get-started-section,
    .page-blog-the-ultimate-tg77-gaming-experience__related-posts-section {
        margin: 30px auto;
        padding: 15px;
    }

    .page-blog-the-ultimate-tg77-gaming-experience__intro-title,
    .page-blog-the-ultimate-tg77-gaming-experience__features-title,
    .page-blog-the-ultimate-tg77-gaming-experience__get-started-title,
    .page-blog-the-ultimate-tg77-gaming-experience__related-posts-title {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .page-blog-the-ultimate-tg77-gaming-experience__feature-grid,
    .page-blog-the-ultimate-tg77-gaming-experience__related-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-the-ultimate-tg77-gaming-experience__step-item {
        flex: 1 1 100%; /* Single column on mobile */
        max-width: 100%;
    }

    /* Mobile image overflow prevention */
    .page-blog-the-ultimate-tg77-gaming-experience img {
        max-width: 100%;
        height: auto;
    }
}

/* Ensure content images are not too small */
.page-blog-the-ultimate-tg77-gaming-experience__feature-card-image,
.page-blog-the-ultimate-tg77-gaming-experience__post-card-image,
.page-blog-the-ultimate-tg77-gaming-experience__feature-icon {
    min-width: 200px;
    min-height: 200px;
    width: auto; /* Allow auto width to respect max-width */
    height: auto;
}

/* Ensure buttons have high contrast */
.page-blog-the-ultimate-tg77-gaming-experience__hero-button,
.page-blog-the-ultimate-tg77-gaming-experience__get-started-button {
    color: #000; /* Force black text on golden buttons for contrast */
}
.page-blog-the-ultimate-tg77-gaming-experience__hero-button:hover,
.page-blog-the-ultimate-tg77-gaming-experience__get-started-button:hover {
    color: #000; /* Ensure text remains black on hover */
}