.acw-contact-hours,.acw-contact-hours *{box-sizing:border-box}
.acw-contact-hours{width:100%;max-width:430px;padding:28px;background:#fff;border-radius:22px;box-shadow:0 10px 34px rgba(28,71,139,.09)}
.acw-contact-hours__header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px}
.acw-contact-hours__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:52px;height:52px;border-radius:14px;background:#2f6dcc;color:#fff;box-shadow:0 7px 18px rgba(47,109,204,.22)}
.acw-contact-hours__icon svg{width:23px;height:23px;fill:currentColor}
.acw-contact-hours__title{margin:0 0 6px;color:#222831;font-size:22px;font-weight:800;line-height:1.5}
.acw-contact-hours__description{color:#7b8596;font-size:13px;line-height:1.9}
.acw-contact-hours__list{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.acw-contact-hours__row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:0}
.acw-contact-hours__day{color:#373e49;font-size:15px;font-weight:700}
.acw-contact-hours__time{color:#555f70;font-size:14px;white-space:nowrap}
.acw-contact-hours__time--closed{color:#ff5c75;font-weight:800}
.acw-contact-hours__note{display:flex;align-items:flex-start;justify-content:center;gap:9px;margin-top:20px;padding:14px 16px;border-radius:10px;background:#eef6ff;color:#2d5eaa;text-align:center;font-size:13px;font-weight:600;line-height:1.8}
.acw-contact-hours__note-icon{display:inline-flex;margin-top:.2em}
.acw-contact-hours__note-icon svg{width:15px;height:15px;fill:currentColor}
@media(max-width:767px){.acw-contact-hours{padding:22px}.acw-contact-hours__row{gap:14px}.acw-contact-hours__day,.acw-contact-hours__time{font-size:13px}}
