/* Support-specific layout; brand tokens and type come from information.css. */
.details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}
.detail{border-top:1px solid var(--line);padding:24px 0}
.detail h3{margin:0 0 8px}
@media(max-width:700px){.details{grid-template-columns:1fr}}
