/* Spencer Diamond C brand header — clean base stylesheet */
.st-dc-brand-card{background:#fff;border:1px solid #d9e1ea;border-radius:8px;padding:16px 18px;margin:0 0 14px;box-shadow:0 2px 8px rgba(16,24,32,.05)}
.st-dc-brand-top{display:flex;align-items:center;justify-content:space-between;gap:18px}
.st-dc-brand-copy{min-width:0;flex:1 1 auto}
.st-dc-brand-card h1{font-size:27px;line-height:1.2;color:#101820;margin:0 0 5px}
.st-dc-brand-card p{font-size:15px;line-height:1.45;color:#344054;margin:0;max-width:920px}
.st-dc-brand-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.st-dc-brand-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:5px;font-size:14px;line-height:1.2;font-weight:700;text-decoration:none!important;white-space:nowrap}
.st-dc-primary{color:#fff!important;background:#005b9f;border:1px solid #005b9f}
.st-dc-primary:hover,.st-dc-primary:focus{color:#fff!important;background:#003f7d;border-color:#003f7d}
.st-dc-secondary{color:#005b9f!important;background:#fff;border:1px solid #005b9f}
.st-dc-secondary:hover,.st-dc-secondary:focus{color:#fff!important;background:#005b9f}
.st-dc-brand-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}
.st-dc-brand-categories a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;color:#004a82!important;background:#f4f8fc;border:1px solid #b8cde0;border-radius:5px;font-size:14px;line-height:1.2;font-weight:700;text-align:center;text-decoration:none!important}
.st-dc-brand-categories a:hover,.st-dc-brand-categories a:focus{color:#fff!important;background:#005b9f;border-color:#005b9f}
@media(max-width:1050px){.st-dc-brand-top{align-items:flex-start;flex-direction:column}.st-dc-brand-actions{width:100%}.st-dc-brand-actions a{flex:1 1 0}.st-dc-brand-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.st-dc-brand-card{padding:13px 12px}.st-dc-brand-card h1{font-size:23px}.st-dc-brand-card p{font-size:14px}.st-dc-brand-actions{display:grid;grid-template-columns:1fr 1fr}.st-dc-brand-actions a{white-space:normal;text-align:center}.st-dc-brand-categories{gap:6px;margin-top:10px}.st-dc-brand-categories a{font-size:13px;padding:7px 6px}}
