.gcr-dealership-hours{display:grid;gap:.25rem}
.gcr-hours-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.3rem 0}
.gcr-hours-row span{font-weight:500}
.gcr-hours-row strong{font-weight:600;text-align:right}
.gcr-open-status{display:inline-flex;align-items:center;gap:.42em;line-height:1.25}
.gcr-open-status__dot{display:inline-block;width:.58em;height:.58em;border-radius:999px;background:currentColor;flex:0 0 auto}
.gcr-open-status.is-open{color:#16854b}
.gcr-open-status.is-closed{color:#687483}
.gcr-open-status__label{font-weight:700}
.gcr-open-status__detail{margin-left:.15em;color:inherit;opacity:.82}
.gcr-open-status.is-compact .gcr-open-status__detail{display:none}
.gcr-today-hours{display:inline}
.gcr-today-hours__label{font-weight:700}
.gcr-hours-admin-hint{font-size:.9em;color:#646970;font-style:italic}
.gcr-hours-row.is-today span,.gcr-hours-row.is-today strong{font-weight:800}
.gcr-hours-output__heading{margin:1rem 0 .45rem;font-size:1.18em;line-height:1.2;font-weight:800}
.gcr-hours-output:first-child .gcr-hours-output__heading{margin-top:0}
.gcr-dealership-hours.has-service-hours{display:grid;gap:1.15rem}
.gcr-dealership-hours.has-service-hours .gcr-hours-output{display:grid;gap:.2rem}
