.page-blog-bet89-link-faq-troubleshooting {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-bet89-link-faq-troubleshooting__hero-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    background-color: #2F6BFF; /* Main color */
    display: flex;
    flex-direction: column; /* Enforce image above content */
    align-items: center;
    justify-content: center;
}

.page-blog-bet89-link-faq-troubleshooting__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 30px; /* Space between image and text */
}

.page-blog-bet89-link-faq-troubleshooting__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.page-blog-bet89-link-faq-troubleshooting__hero-content {
    max-width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 0 20px;
}

.page-blog-bet89-link-faq-troubleshooting__main-title {
    font-size: clamp(1.8em, 4vw, 2.5em); /* Use clamp for responsive H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.page-blog-bet89-link-faq-troubleshooting__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-blog-bet89-link-faq-troubleshooting__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-bet89-link-faq-troubleshooting__cta-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%); /* Slightly altered gradient on hover */
    transform: translateY(-2px);
}

.page-blog-bet89-link-faq-troubleshooting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-blog-bet89-link-faq-troubleshooting__section-title {
    font-size: 2em;
    font-weight: 700;
    color: #000000; /* Custom Color_1776249996415 */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-blog-bet89-link-faq-troubleshooting__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #2F6BFF; /* Main color */
    border-radius: 2px;
}

.page-blog-bet89-link-faq-troubleshooting__faq-section,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-section,
.page-blog-bet89-link-faq-troubleshooting__contact-support-section {
    padding: 60px 0;
    background-color: #F4F7FB; /* Background */
}

.page-blog-bet89-link-faq-troubleshooting__contact-support-section {
    background-color: #6FA3FF; /* Auxiliary color */
    color: #FFFFFF;
}

.page-blog-bet89-link-faq-troubleshooting__contact-support-section .page-blog-bet89-link-faq-troubleshooting__section-title {
    color: #FFFFFF;
}

.page-blog-bet89-link-faq-troubleshooting__contact-support-section .page-blog-bet89-link-faq-troubleshooting__section-title::after {
    background-color: #FFFFFF;
}

.page-blog-bet89-link-faq-troubleshooting__faq-list,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-list {
    display: grid;
    gap: 25px;
    margin-bottom: 40px;
}

.page-blog-bet89-link-faq-troubleshooting__faq-item,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-item {
    background-color: #FFFFFF; /* Card BG */
    border: 1px solid #D6E2FF; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-blog-bet89-link-faq-troubleshooting__faq-item:hover,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-bet89-link-faq-troubleshooting__faq-question,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #2F6BFF; /* Main color */
    margin-bottom: 15px;
}

.page-blog-bet89-link-faq-troubleshooting__faq-answer,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-solution {
    font-size: 1em;
    color: #1F2D3D; /* Text Main */
}

.page-blog-bet89-link-faq-troubleshooting__faq-image,
.page-blog-bet89-link-faq-troubleshooting__troubleshooting-image,
.page-blog-bet89-link-faq-troubleshooting__support-image {
    display: block;
    margin: 40px auto 0;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-bet89-link-faq-troubleshooting__contact-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-bet89-link-faq-troubleshooting__contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.page-blog-bet89-link-faq-troubleshooting__contact-button,
.page-blog-bet89-link-faq-troubleshooting__support-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-bet89-link-faq-troubleshooting__contact-button:hover,
.page-blog-bet89-link-faq-troubleshooting__support-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%); /* Slightly altered gradient on hover */
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-bet89-link-faq-troubleshooting__main-title {
        font-size: clamp(1.5em, 5vw, 2em);
    }

    .page-blog-bet89-link-faq-troubleshooting__description {
        font-size: 1em;
    }

    .page-blog-bet89-link-faq-troubleshooting__section-title {
        font-size: 1.7em;
    }

    .page-blog-bet89-link-faq-troubleshooting__faq-question,
    .page-blog-bet89-link-faq-troubleshooting__troubleshooting-title {
        font-size: 1.1em;
    }

    .page-blog-bet89-link-faq-troubleshooting__faq-list,
    .page-blog-bet89-link-faq-troubleshooting__troubleshooting-list {
        grid-template-columns: 1fr;
    }

    .page-blog-bet89-link-faq-troubleshooting__contact-buttons {
        flex-direction: column;
        gap: 15px;
    }

    /* Ensure content images do not overflow on mobile */
    .page-blog-bet89-link-faq-troubleshooting__hero-image,
    .page-blog-bet89-link-faq-troubleshooting__faq-image,
    .page-blog-bet89-link-faq-troubleshooting__troubleshooting-image,
    .page-blog-bet89-link-faq-troubleshooting__support-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure min size is still met */
        min-height: 200px; /* Ensure min size is still met */
    }
}

@media (max-width: 480px) {
    .page-blog-bet89-link-faq-troubleshooting__main-title {
        font-size: clamp(1.2em, 6vw, 1.8em);
    }
    .page-blog-bet89-link-faq-troubleshooting__cta-button {
        padding: 12px 25px;
        font-size: 0.9em;
    }
}