/* M06-M08 HF01: homepage insight cards, social icons and profile download. */
.ace-insights-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px}
.ace-insight-card__media{display:grid;place-items:center;aspect-ratio:16/10;background:#eef2f5;overflow:hidden}
.ace-insight-card__media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center top;image-rendering:auto}
.ace-social-link svg{width:20px;height:20px;display:block}
.ace-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ace-footer__brand-actions{margin-top:1rem}
.ace-button--profile{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#061c3a;border:1px solid rgba(255,255,255,.55);padding:.75rem 1rem;font-size:.82rem;font-weight:800;text-decoration:none}
.ace-button--profile:hover,.ace-button--profile:focus-visible{background:#ed3237;color:#fff;border-color:#ed3237}
@media(max-width:720px){.ace-insights-grid--featured{grid-template-columns:1fr}.ace-insight-card__media{aspect-ratio:4/5}}

.ace-insight-card--text-only{display:flex;flex-direction:column;justify-content:flex-start}
.ace-insight-card--text-only>div{padding-top:1.5rem}
.ace-button--profile{color:#061c3a!important;-webkit-text-fill-color:#061c3a!important;background:#fff!important;border-color:rgba(255,255,255,.55)!important;box-shadow:0 8px 22px rgba(6,28,58,.18)}
.ace-button--profile:hover,.ace-button--profile:focus-visible{color:#fff!important;-webkit-text-fill-color:#fff!important}
.ace-button--profile:visited{color:#061c3a!important}
