.page-blog-top-me777-games-philippines {
    background-color: #0A0A0A;
    color: #FFF6D6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-top-me777-games-philippines__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding to avoid fixed header overlap */
    background-color: #0A0A0A;
    overflow: hidden;
}

.page-blog-top-me777-games-philippines__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-top-me777-games-philippines__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-top-me777-games-philippines__hero-content {
    padding: 40px 20px;
    text-align: center;
    background-color: #0A0A0A;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-blog-top-me777-games-philippines__main-title {
    color: #F2C14E;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    font-size: clamp(28px, 4vw, 48px);
}

.page-blog-top-me777-games-philippines__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E5E5E5;
}

.page-blog-top-me777-games-philippines__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
    min-width: 200px;
    text-align: center;
}

.page-blog-top-me777-games-philippines__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-top-me777-games-philippines__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-blog-top-me777-games-philippines__section-title {
    color: #F2C14E;
    font-size: clamp(24px, 3.5vw, 40px);
    margin-bottom: 20px;
}

.page-blog-top-me777-games-philippines__section-description {
    font-size: 1.05em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #E5E5E5;
}

.page-blog-top-me777-games-philippines__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-top-me777-games-philippines__game-card {
    background-color: #111111;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #3A2A12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-top-me777-games-philippines__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    display: block;
}

.page-blog-top-me777-games-philippines__game-card-title {
    color: #FFD36B;
    font-size: 1.4em;
    margin: 0 15px 10px;
}

.page-blog-top-me777-games-philippines__game-card-text {
    color: #FFF6D6;
    font-size: 0.95em;
    margin: 0 15px 20px;
    flex-grow: 1;
}

.page-blog-top-me777-games-philippines__game-card-link {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.page-blog-top-me777-games-philippines__game-card-link:hover {
    background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
}

.page-blog-top-me777-games-philippines__view-all-button {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 25px;
    background-color: transparent;
    border: 2px solid #F2C14E;
    color: #F2C14E;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-top-me777-games-philippines__view-all-button:hover {
    background-color: #F2C14E;
    color: #111111;
}

.page-blog-top-me777-games-philippines__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: left;
}

.page-blog-top-me777-games-philippines__feature-item {
    background-color: #111111;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #3A2A12;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-top-me777-games-philippines__feature-title {
    color: #FFD36B;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-blog-top-me777-games-philippines__feature-text {
    color: #FFF6D6;
    font-size: 1em;
}

.page-blog-top-me777-games-philippines__feature-text a {
    color: #F2C14E;
    text-decoration: none;
    font-weight: bold;
}

.page-blog-top-me777-games-philippines__feature-text a:hover {
    text-decoration: underline;
}

.page-blog-top-me777-games-philippines__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-top-me777-games-philippines__step-card {
    background-color: #111111;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #3A2A12;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-top-me777-games-philippines__step-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: rgba(242, 193, 78, 0.1);
    padding: 10px;
}

.page-blog-top-me777-games-philippines__step-title {
    color: #F2C14E;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-blog-top-me777-games-philippines__step-text {
    color: #FFF6D6;
    font-size: 0.95em;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-blog-top-me777-games-philippines__step-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.page-blog-top-me777-games-philippines__step-button:hover {
    transform: translateY(-1px);
}

.page-blog-top-me777-games-philippines__faq-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-top-me777-games-philippines__faq-question {
    color: #FFD36B;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.page-blog-top-me777-games-philippines__faq-answer {
    color: #E5E5E5;
    font-size: 1em;
}

.page-blog-top-me777-games-philippines__faq-answer a {
    color: #F2C14E;
    text-decoration: none;
    font-weight: bold;
}

.page-blog-top-me777-games-philippines__faq-answer a:hover {
    text-decoration: underline;
}

.page-blog-top-me777-games-philippines__final-cta {
    padding: 80px 20px;
    background-color: #111111;
    border-top: 1px solid #3A2A12;
    text-align: center;
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-top-me777-games-philippines__final-cta-title {
    color: #F2C14E;
    font-size: clamp(26px, 4vw, 42px);
    margin-bottom: 20px;
}

.page-blog-top-me777-games-philippines__final-cta-description {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E5E5E5;
}

@media (max-width: 768px) {
    .page-blog-top-me777-games-philippines__hero-content {
        padding: 30px 15px;
    }

    .page-blog-top-me777-games-philippines__section {
        padding: 40px 15px;
    }

    .page-blog-top-me777-games-philippines__game-grid,
    .page-blog-top-me777-games-philippines__feature-list,
    .page-blog-top-me777-games-philippines__steps-grid {
        grid-template-columns: 1fr 1fr; /* Two columns for smaller screens */
        gap: 20px;
    }

    .page-blog-top-me777-games-philippines__game-card-image,
    .page-blog-top-me777-games-philippines__hero-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-top-me777-games-philippines__cta-button {
        padding: 12px 25px;
        font-size: 0.95em;
    }

    .page-blog-top-me777-games-philippines__step-icon {
        width: 80px;
        height: 80px;
    }

    .page-blog-top-me777-games-philippines__game-card,
    .page-blog-top-me777-games-philippines__feature-item,
    .page-blog-top-me777-games-philippines__step-card,
    .page-blog-top-me777-games-philippines__faq-item {
        padding: 20px;
    }

    .page-blog-top-me777-games-philippines__game-card-title,
    .page-blog-top-me777-games-philippines__feature-title,
    .page-blog-top-me777-games-philippines__step-title,
    .page-blog-top-me777-games-philippines__faq-question {
        font-size: 1.2em;
    }

    .page-blog-top-me777-games-philippines__final-cta {
        padding: 60px 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-top-me777-games-philippines__game-grid,
    .page-blog-top-me777-games-philippines__feature-list,
    .page-blog-top-me777-games-philippines__steps-grid {
        grid-template-columns: 1fr; /* Single column for very small screens */
    }
}