.acw-contact-workform,.acw-contact-workform *{box-sizing:border-box}
.acw-contact-workform{width:100%}
.acw-contact-workform__inner{display:flex;flex-direction:row;align-items:stretch;gap:24px;width:100%;min-width:0}
.acw-contact-workform__hours-wrap{flex:0 1 34%;max-width:34%;min-width:0}
.acw-contact-workform__form-wrap{flex:1 1 0;min-width:0}
.acw-contact-workform__hours,.acw-contact-workform__form-wrap>.acw-contact-form{height:100%}
.acw-contact-workform__hours{max-width:none;margin:0}
.acw-contact-workform .acw-contact-form__fields{--acw-contact-form-gap:16px}
.acw-contact-workform .acw-contact-form__field{--acw-workform-field-basis:calc(var(--acw-field-width,100%) - (var(--acw-contact-form-column-gap,16px)/2));flex:0 0 var(--acw-workform-field-basis);max-width:var(--acw-workform-field-basis)}
.acw-contact-workform .acw-contact-form__field[style*="100%"]{flex-basis:100%;max-width:100%}
.acw-contact-workform .acw-contact-hours__header{align-items:flex-start}
.acw-contact-workform .acw-contact-hours__row{min-width:0}
.acw-contact-workform .acw-contact-hours__day,.acw-contact-workform .acw-contact-hours__time{overflow-wrap:anywhere}

/* Keep Elementor global/classic button colors from leaking into the enhanced select trigger. */
.acw-contact-workform .acw-contact-form .acw-contact-form__select-trigger,
.acw-contact-workform .acw-contact-form .acw-contact-form__select-trigger:hover,
.acw-contact-workform .acw-contact-form .acw-contact-form__select-trigger:focus,
.acw-contact-workform .acw-contact-form .acw-contact-form__select-trigger:focus-visible,
.acw-contact-workform .acw-contact-form .acw-contact-form__select-trigger:active,
.acw-contact-workform .acw-contact-form .acw-contact-form__select.is-open .acw-contact-form__select-trigger{background:#fff;color:#2f3743}

@media(max-width:1024px){
  .acw-contact-workform__hours-wrap{flex-basis:38%;max-width:38%}
  .acw-contact-workform .acw-contact-form{padding-inline:24px}
}
@media(max-width:767px){
  .acw-contact-workform__inner{flex-direction:column;gap:18px}
  .acw-contact-workform__hours-wrap,.acw-contact-workform__form-wrap{flex-basis:100%;max-width:100%;width:100%}
  .acw-contact-workform .acw-contact-form__header,.acw-contact-workform .acw-contact-hours__header{grid-template-columns:auto minmax(0,1fr);display:grid;text-align:start}
  .acw-contact-workform .acw-contact-form__heading-icon,.acw-contact-workform .acw-contact-hours__icon{margin-inline:0}
  .acw-contact-workform .acw-contact-form__field{flex-basis:var(--acw-workform-field-basis);max-width:var(--acw-workform-field-basis)}
}
@media(max-width:480px){
  .acw-contact-workform .acw-contact-form__header,.acw-contact-workform .acw-contact-hours__header{grid-template-columns:1fr;text-align:center}
  .acw-contact-workform .acw-contact-form__heading-icon,.acw-contact-workform .acw-contact-hours__icon{margin-inline:auto}
  .acw-contact-workform .acw-contact-hours__row{gap:12px}
}
