.acw-contact-location,.acw-contact-location *{box-sizing:border-box}
.acw-contact-location{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,34%);gap:22px;width:100%;padding:20px;background:#fff;border-radius:22px;box-shadow:0 10px 34px rgba(28,71,139,.09)}
.acw-contact-location__info{order:var(--acw-cl-info-order,2);min-width:0;padding:20px 14px}
.acw-contact-location__header{display:flex;align-items:center;gap:14px}
.acw-contact-location__heading-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#2f6dcc;color:#fff;box-shadow:0 7px 18px rgba(47,109,204,.22)}
.acw-contact-location__heading-icon svg{width:22px;height:22px;fill:currentColor}
.acw-contact-location__title{margin:0;color:#222831;font-size:22px;font-weight:800;line-height:1.5}
.acw-contact-location__address{margin-top:22px;color:#606b7c;font-size:15px;line-height:2}
.acw-contact-location__divider{display:block;width:100%;height:1px;margin-block:22px;background:#e8edf4}
.acw-contact-location__features{display:flex;flex-direction:column;gap:14px}
.acw-contact-location__feature{display:flex;align-items:flex-start;gap:10px;color:#525c6c;font-size:14px;line-height:1.8}
.acw-contact-location__feature-icon{display:inline-flex;flex:0 0 auto;margin-top:.25em;color:#2f6dcc}
.acw-contact-location__feature-icon svg{width:16px;height:16px;fill:currentColor}
.acw-contact-location__map{order:var(--acw-cl-map-order,1);position:relative;min-height:330px;overflow:hidden;border-radius:18px;background:#eef4fb}
.acw-contact-location__map::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0}
.acw-contact-location__map-link{display:block;width:100%;height:100%}
.acw-contact-location__map iframe,.acw-contact-location__map img{display:block;width:100%;height:100%;min-height:inherit;border:0;object-fit:cover}
.acw-contact-location__map-placeholder{display:flex;align-items:center;justify-content:center;min-height:inherit;padding:24px;color:#6d7889;text-align:center}
@media(max-width:767px){.acw-contact-location{grid-template-columns:minmax(0,1fr);padding:14px}.acw-contact-location__info{padding:12px 8px}.acw-contact-location__map{min-height:280px}}
