/* Standard replacements for the former AFFINGER presentation components. */
.fsh-legacy-box,
.fsh-legacy-card {
    margin-block: 1.5rem;
    padding: clamp(16px, 3vw, 24px);
    border: 1px solid var(--wp--preset--color--border);
    border-radius: 6px;
    background: var(--wp--preset--color--surface);
    color: var(--wp--preset--color--contrast);
}
.fsh-legacy-box__title { margin-block: 0 1rem; font-weight: 700; }
.fsh-legacy-box > :last-child { margin-bottom: 0; }
.fsh-legacy-card a { display: flex; align-items: center; gap: 20px; font-weight: 700; }
.fsh-legacy-card__image { width: 140px; max-width: 35%; height: auto; flex-shrink: 0; }
.fsh-legacy-card a:hover { text-decoration-thickness: 2px; }
.fsh-legacy-emphasis { font-weight: 700; }
.fsh-legacy-cta a {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid currentColor;
    border-radius: 6px;
    font-weight: 700;
}
.fsh-legacy-photo { border: 1px solid var(--wp--preset--color--border); }
.fsh-text-large { font-size: 1.25em; }
.fsh-shared-pattern { margin-block: 2rem; }
.fsh-shared-pattern iframe,
.wp-block-post-content iframe { max-width: 100%; }
.fsh-shared-pattern .wp-block-table { overflow-x: auto; }
.fsh-shared-pattern .wp-block-table td { padding: .65em; }
.fsh-shared-pattern .wp-block-table table { border-collapse: collapse; }
@media (max-width: 599px) {
    .fsh-legacy-card a { gap: 12px; }
}
