/* Official usage-guide blocks — fully visible to users and crawlers (family patch). */
.fw-seo-crawl-block {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 20px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow-x: hidden;
}

.fw-seo-crawl-block h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #334155;
    line-height: 1.4;
}

.fw-seo-crawl-block h3 {
    font-size: 1.0rem;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #334155;
    line-height: 1.4;
}

.fw-seo-crawl-block h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 12px 0 6px;
    color: #475569;
    line-height: 1.4;
}

.fw-seo-crawl-block p,
.fw-seo-crawl-block li {
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0 0 10px;
    color: #475569;
}

.fw-seo-crawl-block ul {
    margin: 0 0 10px;
    padding-left: 1.25em;
}

.fw-seo-crawl-block strong {
    font-weight: 600;
    color: #334155;
}

.story-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 20px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-align: left;
}

.story-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.0rem;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    line-height: 1.4;
}

.story-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.65;
}
