.wsp-breadcrumb,
.wsp-toc,
.wsp-related,
.wsp-faq {
    box-sizing: border-box;
    margin: 18px 0;
}

.wsp-breadcrumb {
    color: #475569;
    font-size: 14px;
}

.wsp-breadcrumb a {
    color: #0f766e;
    text-decoration: none;
}

.wsp-toc,
.wsp-related,
.wsp-faq {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f8fafc;
}

.wsp-toc strong,
.wsp-related strong,
.wsp-faq strong {
    display: block;
    margin-bottom: 8px;
}

.wsp-toc ol,
.wsp-related ul {
    margin: 0 0 0 20px;
}

.wsp-toc-l3 {
    margin-left: 18px;
}

.wsp-related a {
    color: #0f766e;
    text-decoration: none;
}

.wsp-faq p {
    margin-bottom: 0;
}
