/* style/blog-how-to-find-m88-alternative-links.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --background-dark: #08160F;
    --card-background: #11271B;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green: #0A4B2C;
}

.page-blog-how-to-find-m88-alternative-links {
    font-family: Arial, sans-serif;
    background-color: var(--background-dark);
    color: var(--text-main);
    line-height: 1.6;
    font-size: 17px;
}

.page-blog-how-to-find-m88-alternative-links__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-find-m88-alternative-links__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding as body handles header offset */
    padding-bottom: 40px;
    background-color: var(--background-dark);
    position: relative;
    overflow: hidden;
}

.page-blog-how-to-find-m88-alternative-links__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.page-blog-how-to-find-m88-alternative-links__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-find-m88-alternative-links__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-how-to-find-m88-alternative-links__main-title {
    color: var(--gold-color);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.page-blog-how-to-find-m88-alternative-links__description {
    color: var(--text-secondary);
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-blog-how-to-find-m88-alternative-links__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-how-to-find-m88-alternative-links__btn-primary,
.page-blog-how-to-find-m88-alternative-links__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-find-m88-alternative-links__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-blog-how-to-find-m88-alternative-links__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb), 0.4);
}

.page-blog-how-to-find-m88-alternative-links__btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-how-to-find-m88-alternative-links__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--primary-color-rgb), 0.3);
}

/* General Section Styling */
.page-blog-how-to-find-m88-alternative-links__content-area,
.page-blog-how-to-find-m88-alternative-links__solutions-section,
.page-blog-how-to-find-m88-alternative-links__safety-tips-section,
.page-blog-how-to-find-m88-alternative-links__benefits-section,
.page-blog-how-to-find-m88-alternative-links__faq-section,
.page-blog-how-to-find-m88-alternative-links__contact-cta-section {
    padding: 60px 0;
}

.page-blog-how-to-find-m88-alternative-links__dark-bg {
    background-color: var(--card-background);
}

.page-blog-how-to-find-m88-alternative-links__section-title {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.3;
}

.page-blog-how-to-find-m88-alternative-links__text-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: var(--text-secondary);
    font-size: 1.05em;
}

/* Feature Grid */
.page-blog-how-to-find-m88-alternative-links__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-find-m88-alternative-links__card {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main);
}

.page-blog-how-to-find-m88-alternative-links__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-find-m88-alternative-links__feature-icon {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto 20px auto;
    display: block;
    border-radius: 8px;
}

.page-blog-how-to-find-m88-alternative-links__feature-title {
    color: var(--gold-color);
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-find-m88-alternative-links__feature-text {
    color: var(--text-secondary);
    font-size: 0.95em;
}

/* Solutions Section */
.page-blog-how-to-find-m88-alternative-links__solutions-section .page-blog-how-to-find-m88-alternative-links__text-block {
    text-align: left;
}

.page-blog-how-to-find-m88-alternative-links__solution-item {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.page-blog-how-to-find-m88-alternative-links__solution-title {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-find-m88-alternative-links__solution-text {
    color: var(--text-main);
    margin-bottom: 15px;
    font-size: 1em;
}

.page-blog-how-to-find-m88-alternative-links__solution-list {
    list-style-type: disc;
    padding-left: 25px;
    color: var(--text-main);
    margin-bottom: 20px;
}

.page-blog-how-to-find-m88-alternative-links__solution-list li {
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.page-blog-how-to-find-m88-alternative-links__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 8px;
}

.page-blog-how-to-find-m88-alternative-links__cta-wrapper {
    margin-top: 20px;
    text-align: center;
}

/* Safety Tips Section */
.page-blog-how-to-find-m88-alternative-links__safety-tips-section .page-blog-how-to-find-m88-alternative-links__text-block {
    text-align: center;
}

.page-blog-how-to-find-m88-alternative-links__tips-list {
    list-style-type: decimal;
    padding-left: 25px;
    color: var(--text-main);
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-blog-how-to-find-m88-alternative-links__tips-list li {
    margin-bottom: 15px;
    color: var(--text-secondary);
    font-size: 1.05em;
}

/* Benefits Section */
.page-blog-how-to-find-m88-alternative-links__benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-find-m88-alternative-links__benefit-card {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main);
}

.page-blog-how-to-find-m88-alternative-links__benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-find-m88-alternative-links__benefit-title {
    color: var(--gold-color);
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-find-m88-alternative-links__benefit-text {
    color: var(--text-secondary);
    margin-bottom: 20px;
    font-size: 0.95em;
}

/* FAQ Section */
.page-blog-how-to-find-m88-alternative-links__faq-section .page-blog-how-to-find-m88-alternative-links__text-block {
    text-align: center;
}

.page-blog-how-to-find-m88-alternative-links__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-find-m88-alternative-links__faq-item {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-how-to-find-m88-alternative-links__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    color: var(--text-main);
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
    list-style: none;
}

.page-blog-how-to-find-m88-alternative-links__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-find-m88-alternative-links__faq-question:hover {
    background-color: rgba(var(--primary-color-rgb), 0.1);
}

.page-blog-how-to-find-m88-alternative-links__faq-qtext {
    flex-grow: 1;
    color: var(--primary-color);
}

.page-blog-how-to-find-m88-alternative-links__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-how-to-find-m88-alternative-links__faq-answer {
    padding: 0 25px 20px 25px;
    color: var(--text-secondary);
    font-size: 1em;
    line-height: 1.6;
}

/* Contact CTA Section */
.page-blog-how-to-find-m88-alternative-links__contact-cta-section {
    text-align: center;
    background-color: var(--deep-green);
    padding: 80px 0;
}

.page-blog-how-to-find-m88-alternative-links__contact-cta-section .page-blog-how-to-find-m88-alternative-links__section-title {
    color: var(--text-main);
}

.page-blog-how-to-find-m88-alternative-links__contact-cta-section .page-blog-how-to-find-m88-alternative-links__text-block {
    color: var(--text-secondary);
    margin-bottom: 50px;
}

/* Global image and button responsiveness for mobile */
.page-blog-how-to-find-m88-alternative-links img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-how-to-find-m88-alternative-links__btn-primary,
.page-blog-how-to-find-m88-alternative-links__btn-secondary,
.page-blog-how-to-find-m88-alternative-links a[class*="button"],
.page-blog-how-to-find-m88-alternative-links a[class*="btn"] {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-find-m88-alternative-links__cta-buttons,
.page-blog-how-to-find-m88-alternative-links__button-group,
.page-blog-how-to-find-m88-alternative-links__btn-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-how-to-find-m88-alternative-links__main-title {
        font-size: 2.5em;
    }

    .page-blog-how-to-find-m88-alternative-links__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-find-m88-alternative-links {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-how-to-find-m88-alternative-links__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-blog-how-to-find-m88-alternative-links__hero-image-wrapper {
        max-height: 300px;
        margin-bottom: 20px;
    }

    .page-blog-how-to-find-m88-alternative-links__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .page-blog-how-to-find-m88-alternative-links__description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-how-to-find-m88-alternative-links__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    /* General Sections */
    .page-blog-how-to-find-m88-alternative-links__content-area,
    .page-blog-how-to-find-m88-alternative-links__solutions-section,
    .page-blog-how-to-find-m88-alternative-links__safety-tips-section,
    .page-blog-how-to-find-m88-alternative-links__benefits-section,
    .page-blog-how-to-find-m88-alternative-links__faq-section,
    .page-blog-how-to-find-m88-alternative-links__contact-cta-section {
        padding: 40px 0;
    }

    .page-blog-how-to-find-m88-alternative-links__container {
        padding: 0 15px;
    }

    .page-blog-how-to-find-m88-alternative-links__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-how-to-find-m88-alternative-links__text-block {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    /* Feature Grid / Product Display Area (no gameshow on non-homepage) */
    .page-blog-how-to-find-m88-alternative-links__feature-grid,
    .page-blog-how-to-find-m88-alternative-links__benefit-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-how-to-find-m88-alternative-links__card {
        padding: 25px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .page-blog-how-to-find-m88-alternative-links__feature-title,
    .page-blog-how-to-find-m88-alternative-links__benefit-title {
        font-size: 1.3em;
    }

    /* Universal Image Responsiveness */
    .page-blog-how-to-find-m88-alternative-links img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* Button Responsiveness */
    .page-blog-how-to-find-m88-alternative-links__btn-primary,
    .page-blog-how-to-find-m88-alternative-links__btn-secondary,
    .page-blog-how-to-find-m88-alternative-links a[class*="button"],
    .page-blog-how-to-find-m88-alternative-links a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-find-m88-alternative-links__cta-buttons,
    .page-blog-how-to-find-m88-alternative-links__button-group,
    .page-blog-how-to-find-m88-alternative-links__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-blog-how-to-find-m88-alternative-links__cta-buttons {
        display: flex;
        flex-direction: column; /* Ensure vertical stacking for multiple buttons */
    }

    /* FAQ Section */
    .page-blog-how-to-find-m88-alternative-links__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-how-to-find-m88-alternative-links__faq-qtext {
        font-size: 0.95em;
    }

    .page-blog-how-to-find-m88-alternative-links__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.9em;
    }
}