/* A single homepage contact action, without the former delivery panel. */
#delivery-workflow.r104-home-contact {
 display:flex;align-items:center;justify-content:center;
 width:calc(100% - 48px);max-width:1380px;margin:24px auto 32px;padding:0;
 min-height:0;border:0;border-radius:0;background:none;box-shadow:none;
}
#delivery-workflow.r104-home-contact > .solid-link {
 display:inline-flex;align-items:center;justify-content:center;gap:8px;
 min-height:48px;padding:12px 24px;border:1px solid #6246e5;border-radius:12px;
 background:#6246e5;color:#fff;font-size:15px;font-weight:650;line-height:1.5;text-decoration:none;
}
#delivery-workflow.r104-home-contact > .solid-link:hover { background:#5136cf;border-color:#5136cf; }
#delivery-workflow.r104-home-contact > .solid-link:focus-visible { outline:3px solid #2b899b;outline-offset:4px; }
@media(max-width:600px) { #delivery-workflow.r104-home-contact { width:calc(100% - 28px);margin:18px auto 24px; } }
