/* Four workflow links on authority pages; retain the shared brand and type scale. */
.authority-related>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 48px}
@media(max-width:720px){.authority-related>div{grid-template-columns:1fr;gap:10px}}
