/* Paired article actions: back to catalogue on the left, contact on the right. */
.legal-surface .guide-legal-service {justify-content:space-between;align-items:center;}
.legal-surface .guide-legal-service a.button.guide-all-guides {
 background:#fff;color:#2563eb;border:1px solid #2563eb;border-radius:16px;
 min-height:56px;height:auto;padding:15px 26px;font:600 16px Arial,sans-serif;
 gap:9px;box-shadow:none;text-decoration:none;
}
.legal-surface .guide-legal-service a.button.guide-all-guides svg {width:18px;height:18px;flex:none;}
.legal-surface .guide-legal-service a.button.guide-all-guides:hover {box-shadow:0 5px 18px #09283f16;transform:translateY(-1px);}
@media(max-width:900px) {
 .legal-surface .guide-legal-service {grid-template-columns:minmax(0,1fr);gap:12px;}
 .legal-surface .guide-legal-service a.button.guide-all-guides {justify-self:start;width:auto;min-height:44px;height:44px;padding:8px 6px;font-size:12px;line-height:18px;border-radius:12px;gap:4px;}
 .legal-surface .guide-legal-service a.button.guide-all-guides svg {width:14px;height:14px;}
}
@media(max-width:600px) {
 .legal-surface .service-page .service-page__actions {grid-template-columns:minmax(0,1fr);gap:12px;}
 .legal-surface .service-page .service-page__actions .button--ghost {width:auto;justify-self:start;}
}
@media(max-width:360px) {html[lang="en"] .legal-surface .guide-legal-service a.button.guide-all-guides {font-size:11px;}}
@media(prefers-reduced-motion:reduce) {.legal-surface .guide-legal-service a.button.guide-all-guides:hover {transform:none;}}
