.flexa-business-hours{container-type:inline-size;display:block;max-width:100%}.flexa-business-hours .flexa-business-hours__dot,.flexa-business-hours .flexa-business-hours__pulse,.flexa-business-hours .flexa-business-hours__state{transition:background-color .4s ease,color .4s ease}.flexa-business-hours--width-full{max-width:none!important;width:100%}.flexa-business-hours__status{align-items:center;display:flex;gap:.6em;margin-bottom:.9em}.flexa-business-hours__dot{background-color:var(--flexa-bh-closed,#dc2626);border-radius:50%;flex:0 0 auto;height:.7em;position:relative;width:.7em}.flexa-business-hours.is-open .flexa-business-hours__dot{background-color:var(--flexa-bh-open,#16a34a)}.flexa-business-hours__pulse{background-color:inherit;border-radius:50%;inset:0;pointer-events:none;position:absolute;z-index:-1}.flexa-business-hours.has-pulse.is-open .flexa-business-hours__pulse{animation:flexa-bh-pulse 2s ease-out infinite}.flexa-business-hours__status-text{display:flex;flex-direction:column;line-height:1.3}.flexa-business-hours__state{color:var(--flexa-bh-closed,#dc2626);font-weight:700}.flexa-business-hours.is-open .flexa-business-hours__state{color:var(--flexa-bh-open,#16a34a)}.flexa-business-hours__next{font-size:.85em;opacity:.75}.flexa-business-hours__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.flexa-business-hours__row{align-items:baseline;border-inline-start:3px solid transparent;display:flex;gap:1em;justify-content:space-between;padding:.5em 0;padding-inline-start:.7em}.flexa-business-hours.has-divider .flexa-business-hours__row:not(:last-child){border-bottom:1px solid var(--flexa-bh-divider,rgba(0,0,0,.08))}.flexa-business-hours--highlight .flexa-business-hours__row.is-today{animation:flexa-bh-fade .5s ease both;background:color-mix(in srgb,var(--flexa-bh-accent,#2563eb) 10%,transparent);border-inline-start-color:var(--flexa-bh-accent,#2563eb);border-radius:0 4px 4px 0}.flexa-business-hours__day{display:flex;flex-direction:column;font-weight:500;gap:.15em}.flexa-business-hours__holiday{color:var(--flexa-bh-accent,#2563eb);font-size:.75em;font-weight:600}.flexa-business-hours__times{align-items:flex-end;display:flex;flex-direction:column;gap:.35em;text-align:end}.flexa-business-hours__slot{white-space:nowrap}.flexa-business-hours__nextday{background:var(--flexa-bh-accent,#2563eb);font-size:max(11px,.7em);letter-spacing:.02em;margin-inline-start:.45em;padding:.1em .55em;text-transform:uppercase;vertical-align:middle}.flexa-business-hours__nextday,.flexa-business-hours__slot--allday{border-radius:999px;color:#fff;display:inline-block;font-weight:600;line-height:1.5;white-space:nowrap}.flexa-business-hours__slot--allday{background:var(--flexa-bh-open,#16a34a);font-size:max(11px,.8em);padding:.15em .65em}@container (max-width: 380px){.flexa-business-hours__row{align-items:flex-start;gap:.2em}.flexa-business-hours__times{align-items:flex-start;text-align:start}}.flexa-business-hours__closed{background:color-mix(in srgb,currentColor 12%,transparent);border-radius:999px;display:inline-block;font-size:max(11px,.78em);font-weight:500;line-height:1.5;opacity:.85;padding:.15em .65em;white-space:nowrap}.flexa-business-hours--mode-compact .flexa-business-hours__list{max-height:var(--flexa-bh-collapsed,3rem);overflow:hidden;transition:max-height .35s ease}.flexa-business-hours--mode-compact:not(.is-expanded) .flexa-business-hours__row.is-today{order:-1}.flexa-business-hours--mode-compact.is-expanded .flexa-business-hours__list{max-height:var(--flexa-bh-full,100vh)}.flexa-business-hours__toggle{align-items:center;background:none;border:0;color:var(--flexa-bh-accent,#2563eb);cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:.35em;margin-top:.7em;padding:0}.flexa-business-hours__toggle:focus-visible{border-radius:2px;outline:2px solid currentColor;outline-offset:3px}.flexa-business-hours__toggle-icon{display:inline-flex}.flexa-business-hours__toggle-icon svg{transition:transform .3s ease}.flexa-business-hours.is-expanded .flexa-business-hours__toggle-icon svg{transform:rotate(180deg)}.flexa-business-hours--mode-full .flexa-business-hours__toggle{display:none}.flexa-business-hours__actions{display:flex;flex-wrap:wrap;gap:.6em;margin-top:1em}.flexa-business-hours__action{align-items:center;border-radius:6px;display:inline-flex;font-size:.9em;font-weight:600;justify-content:center;line-height:1.2;padding:.5em 1em;text-decoration:none;transition:opacity .2s ease,background-color .2s ease}.flexa-business-hours__action:focus-visible{outline:2px solid var(--flexa-bh-accent,#2563eb);outline-offset:3px}.flexa-business-hours__action--call{background-color:var(--flexa-bh-accent,#2563eb);color:#fff}.flexa-business-hours__action--call:hover{opacity:.9}.flexa-business-hours__action--directions{border:1px solid var(--flexa-bh-accent,#2563eb);color:var(--flexa-bh-accent,#2563eb)}.flexa-business-hours__action--directions:hover{background-color:color-mix(in srgb,var(--flexa-bh-accent,#2563eb) 10%,transparent)}@keyframes flexa-bh-pulse{0%{opacity:.5;transform:scale(1)}70%{opacity:0;transform:scale(2.6)}to{opacity:0;transform:scale(2.6)}}@keyframes flexa-bh-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.flexa-business-hours--highlight .flexa-business-hours__row.is-today,.flexa-business-hours__pulse{animation:none}.flexa-business-hours__dot,.flexa-business-hours__list,.flexa-business-hours__pulse,.flexa-business-hours__state,.flexa-business-hours__toggle-icon svg{transition:none}}@media(min-width:1025px){.flexa-business-hours.flexa-hide-desktop{display:none!important}}@media(min-width:768px)and (max-width:1024px){.flexa-business-hours.flexa-hide-tablet{display:none!important}}@media(max-width:767px){.flexa-business-hours.flexa-hide-mobile{display:none!important}}
