.page-blog-tv8804-login-faq-troubleshooting {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main, #F2FFF6); /* Default text color for the page, assuming dark body bg */
    background-color: var(--bg, #08160F); /* Fallback to Deep Green if --bg is not set */
}

.page-blog-tv8804-login-faq-troubleshooting__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-tv8804-login-faq-troubleshooting__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding as required */
    padding-bottom: 40px;
    background-color: var(--bg, #08160F); /* Use body background for consistency */
    color: var(--text-main, #F2FFF6); /* Default text color for hero, assuming dark background from brand colors */
}

.page-blog-tv8804-login-faq-troubleshooting__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-tv8804-login-faq-troubleshooting__hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px; /* Limit height for hero image */
    border-radius: 8px;
}

.page-blog-tv8804-login-faq-troubleshooting__hero-content {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-tv8804-login-faq-troubleshooting__main-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--text-main, #F2FFF6);
}

.page-blog-tv8804-login-faq-troubleshooting__description-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-tv8804-login-faq-troubleshooting__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.page-blog-tv8804-login-faq-troubleshooting__btn-primary,
.page-blog-tv8804-login-faq-troubleshooting__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-tv8804-login-faq-troubleshooting__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(17, 168, 78, 0.4);
}

.page-blog-tv8804-login-faq-troubleshooting__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-tv8804-login-faq-troubleshooting__btn-secondary {
    background: transparent;
    color: var(--primary-color, #11A84E);
    border: 2px solid var(--primary-color, #11A84E);
}

.page-blog-tv8804-login-faq-troubleshooting__btn-secondary:hover {
    background: var(--primary-color, #11A84E);
    color: #ffffff;
}

.page-blog-tv8804-login-faq-troubleshooting__content-section {
    padding: 60px 0;
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-tv8804-login-faq-troubleshooting__dark-bg {
    background-color: var(--deep-green, #0A4B2C);
    color: var(--text-main, #F2FFF6);
}

.page-blog-tv8804-login-faq-troubleshooting__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: inherit; /* Inherit color from parent section */
}

.page-blog-tv8804-login-faq-troubleshooting__text-block {
    font-size: 1rem;
    margin-bottom: 20px;
    color: inherit;
}

.page-blog-tv8804-login-faq-troubleshooting__ordered-list,
.page-blog-tv8804-login-faq-troubleshooting__unordered-list {
    list-style-position: inside;
    margin-bottom: 20px;
    padding-left: 20px;
    color: inherit;
}

.page-blog-tv8804-login-faq-troubleshooting__ordered-list li,
.page-blog-tv8804-login-faq-troubleshooting__unordered-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.page-blog-tv8804-login-faq-troubleshooting__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-tv8804-login-faq-troubleshooting__faq-list {
    margin-top: 30px;
}

.page-blog-tv8804-login-faq-troubleshooting__faq-item {
    background-color: var(--card-bg, #11271B); /* Card BG */
    border: 1px solid var(--border-color, #2E7A4E);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-main, #F2FFF6);
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg .page-blog-tv8804-login-faq-troubleshooting__faq-item {
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    color: #333333;
}

.page-blog-tv8804-login-faq-troubleshooting__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    list-style: none;
}

.page-blog-tv8804-login-faq-troubleshooting__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-tv8804-login-faq-troubleshooting__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-tv8804-login-faq-troubleshooting__faq-item[open] .page-blog-tv8804-login-faq-troubleshooting__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-tv8804-login-faq-troubleshooting__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg .page-blog-tv8804-login-faq-troubleshooting__faq-answer {
    color: #555555;
}

.page-blog-tv8804-login-faq-troubleshooting__tip-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.page-blog-tv8804-login-faq-troubleshooting__card {
    background-color: var(--card-bg, #11271B);
    border: 1px solid var(--border-color, #2E7A4E);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    color: var(--text-main, #F2FFF6);
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg .page-blog-tv8804-login-faq-troubleshooting__card {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #333333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-tv8804-login-faq-troubleshooting__card:hover {
    transform: translateY(-5px);
}

.page-blog-tv8804-login-faq-troubleshooting__card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: inherit;
}

.page-blog-tv8804-login-faq-troubleshooting__card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg .page-blog-tv8804-login-faq-troubleshooting__card p {
    color: #555555;
}

.page-blog-tv8804-login-faq-troubleshooting__cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: var(--bg, #08160F);
    color: var(--text-main, #F2FFF6);
}

.page-blog-tv8804-login-faq-troubleshooting__light-bg.page-blog-tv8804-login-faq-troubleshooting__cta-section {
    background-color: #f0f0f0;
    color: #333333;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-tv8804-login-faq-troubleshooting {
        font-size: 15px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__container {
        padding: 0 15px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-tv8804-login-faq-troubleshooting__description-text {
        font-size: 1rem;
    }

    .page-blog-tv8804-login-faq-troubleshooting__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__btn-primary,
    .page-blog-tv8804-login-faq-troubleshooting__btn-secondary {
        padding: 10px 20px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-blog-tv8804-login-faq-troubleshooting__content-section {
        padding: 40px 0;
    }

    .page-blog-tv8804-login-faq-troubleshooting__section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin-bottom: 25px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-blog-tv8804-login-faq-troubleshooting__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.95rem;
    }

    .page-blog-tv8804-login-faq-troubleshooting__tip-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__card {
        padding: 25px;
    }

    .page-blog-tv8804-login-faq-troubleshooting__card-title {
        font-size: 1.2rem;
    }

    .page-blog-tv8804-login-faq-troubleshooting__card p {
        font-size: 0.9rem;
    }

    /* Image responsiveness */
    .page-blog-tv8804-login-faq-troubleshooting img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-tv8804-login-faq-troubleshooting__hero-image-wrapper,
    .page-blog-tv8804-login-faq-troubleshooting__content-section,
    .page-blog-tv8804-login-faq-troubleshooting__cta-section,
    .page-blog-tv8804-login-faq-troubleshooting__tip-cards,
    .page-blog-tv8804-login-faq-troubleshooting__card,
    .page-blog-tv8804-login-faq-troubleshooting__faq-item,
    .page-blog-tv8804-login-faq-troubleshooting__cta-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }

    .page-blog-tv8804-login-faq-troubleshooting__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}