/* Brand logos in the footer; centred between the existing mobile actions. */
.ac-preview-footer .acs-footer-social{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;margin:2px 0 0}
.ac-preview-footer .acs-footer-social a{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;min-height:44px;padding:0;text-decoration:none;border-radius:10px;transition:background-color .15s ease}
.ac-preview-footer .acs-footer-social a:hover{background:#e9efe9;text-decoration:none}
.ac-preview-footer .acs-footer-social a:focus-visible{outline:2px solid #854552;outline-offset:2px}
.ac-preview-footer .acs-footer-social .ac-social-logo{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px}
.ac-preview-footer .acs-footer-social svg{display:block;width:24px;height:24px}
.ac-preview-footer .acs-footer-social .ac-social-logo--instagram{border-radius:8px;background:radial-gradient(circle at 25% 100%,#ffd776 0%,#f48438 24%,#d52b7b 53%,#854ab9 80%,#5367cb 100%);color:#fff}
.ac-preview-footer .acs-footer-social .ac-social-logo--instagram svg{width:25px;height:25px}
.ac-preview-footer .acs-footer-social .ac-social-logo--facebook{border-radius:50%;background:#0866ff;color:#fff}
.ac-preview-footer .acs-footer-social .ac-social-logo--facebook svg{width:25px;height:25px;margin-top:3px}
.ac-preview-footer .acs-footer-social .ac-social-logo--youtube svg{width:30px;height:23px}
@media(max-width:1150px){
 .ac-preview-footer .acs-footer-social{position:fixed;left:calc(max(16px,env(safe-area-inset-left,0px)) + 148px);right:calc(max(16px,env(safe-area-inset-right,0px)) + 60px);bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:941;width:auto;height:44px;gap:6px;margin:0}
}
@media(max-width:480px){
 .ac-quick-contact .ac-book-mobile{min-width:90px;width:90px;padding:10px 12px}
 .ac-preview-footer .acs-footer-social{left:calc(max(16px,env(safe-area-inset-left,0px)) + 94px);right:calc(max(16px,env(safe-area-inset-right,0px)) + 56px);gap:2px}
}
@media(prefers-reduced-motion:reduce){.ac-preview-footer .acs-footer-social a{transition:none}}
