/* Webster's 1828 — shared dict-shell layout in app.css */
.websters-shell .dict-entry-card h2 {
    font-size: 1.5rem;
    color: #1e293b;
}
.websters-shell .dict-sense h3 {
    font-size: 0.82rem;
    font-weight: 800;
    color: #6b5b37;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.websters-shell .dict-etymology strong {
    color: #6b5b37;
}
.websters-shell blockquote {
    margin: 0.5rem 0;
    padding: 0.5rem 0.75rem;
    border-left: 3px solid #d6d3d1;
    background: #fafaf9;
    border-radius: 0.35rem;
    font-style: italic;
    color: #44403c;
}
.websters-shell blockquote cite {
    display: block;
    font-size: 0.82rem;
    color: #78716c;
    margin-top: 0.25rem;
    font-style: normal;
}