/* Shared action shape, including controls inserted after page load. */
html body :is(button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"], a[class*="btn"], a[class*="button"], a[class*="cta"], .home-guidance-primary, .home-guidance-secondary) {
    border-radius: 999px !important;
}

html body .hero-advisor-btn {
    background: #e50076;
    border-color: #e50076;
    color: #fff;
    max-width: 100%;
    text-align: center;
}

html body .hero-advisor-btn:hover {
    background: #c90068;
    border-color: #c90068;
    color: #fff;
}

html body .hero-advisor-btn:focus-visible {
    outline: 3px solid #e50076;
    outline-offset: 4px;
}
