/* Melbourne editorial content only. Inherits the existing site theme and fonts.
   Does not target quote forms, payments, navigation animation or global layout. */
.seo-guide-copy { min-width: 0; overflow-wrap: break-word; }
.seo-guide-copy a:not(.related-card):not(.button) { text-decoration: underline; text-underline-offset: .2em; }
.seo-guide-copy h3 { margin-top: 1.5em; margin-bottom: .55em; }
.seo-guide-copy .detail-list h3 { margin-top: 0; }
.seo-guide-toc { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-top: 1.5rem; line-height: 1.65; }
.seo-guide-note { border-inline-start: 3px solid currentColor; padding-inline-start: 1.15rem; margin-block: 1.5rem; }
.seo-guide-checklist { padding-inline-start: 1.5rem; }
.seo-guide-checklist li { padding-inline-start: .3rem; margin-block: .85rem; line-height: 1.75; }
.seo-guide-copy a:focus-visible, .seo-guide-toc a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (max-width: 600px) { .seo-guide-toc { flex-direction: column; align-items: flex-start; } }
