.faq-seo-breadcrumb {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 92px 0 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 14px;
}

.faq-seo-breadcrumb a {
    color: #475569;
    text-decoration: none;
}

.faq-seo-breadcrumb a:hover {
    color: #0066ff;
}

.faq-seo-breadcrumb span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.faq-seo-category {
    margin: 0 0 8px;
    color: #0066ff;
    font-size: 14px;
    font-weight: 700;
}

.faq-seo-summary {
    display: block;
    margin-top: 12px;
    color: #64748b;
    line-height: 1.75;
}

.faq-seo-footer-links {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 28px;
    list-style: none;
}

.faq-seo-footer-links a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 768px) {
    body.faq-seo-static-detail > header.site-header {
        display: block;
    }

    .faq-seo-breadcrumb {
        width: calc(100% - 28px);
        padding-top: 76px;
    }

    .faq-seo-breadcrumb span {
        max-width: 42vw;
    }
}
