/* Scoped overrides: disabling the layout restores the saved theme presentation. */
.tirfax-polished #masthead .mid-header { padding: 20px 0 !important; }
.tirfax-polished #masthead .logo { width: 100%; max-width: none; }
.tirfax-polished #masthead .top-header { padding: 4px 0; min-height: 0; }
.tirfax-polished .tirfax-date { font: 12px/1.5 Arial, sans-serif; }
.tirfax-branding { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 7px 20px; text-align: center; }
.tirfax-polished .tirfax-agency-name { grid-column: 2; grid-row: 1; margin: 0; color: #414141; font: 600 12px/1.5 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.tirfax-polished .tirfax-wordmark { grid-column: 2; grid-row: 2; color: #151515; font: 900 52px/1 Arial, sans-serif; letter-spacing: -3px; text-decoration: none; }
.tirfax-wordmark span { color: #c5102e; }
.tirfax-polished .tirfax-tagline { grid-column: 2; grid-row: 3; margin: 0; color: #535353; font: 13px/1.5 Arial, sans-serif; }
.tirfax-tagline span::before { content: " · "; white-space: pre; }
.tirfax-utility { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.tirfax-branding .tirfax-utility { grid-column: 3; grid-row: 1 / 4; justify-content: flex-end; }
.tirfax-polished .tirfax-utility a { color: inherit; font: 600 13px/1.5 Arial, sans-serif; text-decoration: none; }
.tirfax-polished .tirfax-utility a:hover { text-decoration: underline; }
.tirfax-polished #masthead .main-navigation a { font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; }
.tirfax-polished #masthead .search-watch { flex-shrink: 0; }
.tirfax-polished a:focus-visible { outline: 3px solid #b5122c; outline-offset: 4px; }
.tirfax-polished #masthead .bottom-header a:focus-visible { outline-color: white; }

.tirfax-curated-card { padding: 20px; background: #fff; border-top: 3px solid #c5102e; margin: 0 0 20px; min-width: 0; color: #151515; }
.tirfax-polished .tirfax-curated-card h2, .tirfax-homepage .tirfax-curated-card h2 { margin: 0 0 6px; font: 700 25px/1.2 Georgia, serif; }
.tirfax-curated-card ol { margin: 0 !important; padding: 0 !important; list-style: none; }
.tirfax-curated-card li { margin: 0; padding: 15px 0; border-bottom: 1px solid #dededb; }
.tirfax-curated-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.tirfax-polished .tirfax-curated-card li a, .tirfax-homepage .tirfax-curated-card li a { display: block; color: #151515; font: 700 18px/1.3 Georgia, serif; text-decoration: none; overflow-wrap: break-word; }
.tirfax-curated-card li a:hover { text-decoration: underline; }
.tirfax-curated-card time { display: block; margin-top: 7px; color: #666; font: 12px/1.5 Arial, sans-serif; }

/* The article plugin nests the theme's 30%-width sidebar inside its own column. */
.tirfax-polished .tirfax-editorial-sidebar #secondary { width: 100% !important; max-width: none !important; float: none !important; padding: 0 !important; margin: 0 !important; position: static !important; }
.tirfax-polished .tirfax-editorial-sidebar #secondary > .widget-area { padding: 0; }
.tirfax-polished .tirfax-editorial-sidebar { min-width: 0; }
.tirfax-polished .tirfax-editorial-sidebar:has(#tirfax-related-stories) > .tirfax-sidebar-card { display: none; }
.tirfax-polished .morenews-author-bio .author-role { display: none; }
.tirfax-polished .morenews-author-bio .author-description:empty { display: none; }
.tirfax-polished .tirfax-footer-card h2 { color: inherit; font: 700 23px/1.3 Georgia, serif; margin: 0 0 14px; }
.tirfax-polished .tirfax-footer-card p { font: 15px/1.65 Arial, sans-serif; margin: 0 0 12px; }
.tirfax-polished .tirfax-footer-card a { color: inherit; overflow-wrap: anywhere; }

@media (max-width: 900px) {
    .tirfax-branding { grid-template-columns: 1fr; gap: 7px; }
    .tirfax-polished .tirfax-agency-name, .tirfax-polished .tirfax-wordmark, .tirfax-polished .tirfax-tagline, .tirfax-branding .tirfax-utility { grid-column: 1; grid-row: auto; justify-content: center; }
    .tirfax-polished .tirfax-wordmark { font-size: 44px; }
    .tirfax-polished #masthead .mid-header { padding: 15px 0 !important; }
}
@media (max-width: 480px) {
    .tirfax-polished .tirfax-agency-name { font-size: 10.5px; letter-spacing: .08em; }
    .tirfax-polished .tirfax-wordmark { font-size: 38px; letter-spacing: -2px; }
    .tirfax-polished .tirfax-tagline { font-size: 12px; }
    .tirfax-tagline span { display: block; }
    .tirfax-tagline span::before { content: none; }
    .tirfax-curated-card { padding: 17px; }
}
