.clinic-ops {
  --ops-ink: var(--clinic-ops-ink, #20231f);
  --ops-primary: var(--clinic-ops-primary, #4f6042);
  --ops-muted: var(--clinic-ops-muted, #73786d);
  --ops-line: var(--clinic-ops-line, rgba(91, 104, 75, 0.18));
  --ops-surface: var(--clinic-ops-surface, #fff);
  --ops-soft: var(--clinic-ops-soft, #f7f9f4);
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0;
  width: min(1280px, calc(100% - 72px));
  margin: 18px auto 0;
  overflow: hidden;
  color: var(--ops-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid color-mix(in srgb, var(--ops-primary) 12%, transparent);
  border-radius: 8px;
  box-shadow: 0 22px 62px rgba(45, 55, 38, 0.13);
}

/* Compatibility layer for existing sample sites using .operations-strip markup. */
.operations-strip.quick-strip {
  --ops-ink: var(--clinic-ops-ink, var(--ink, var(--navy, #20231f)));
  --ops-primary: var(--clinic-ops-primary, var(--green-dark, var(--blue, #4f6042)));
  --ops-muted: var(--clinic-ops-muted, var(--muted, #73786d));
  --ops-line: var(--clinic-ops-line, rgba(91, 104, 75, 0.16));
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  width: min(1240px, calc(100% - 72px));
  margin: var(--clinic-ops-offset, -70px) auto 0;
  overflow: hidden;
  color: var(--ops-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--ops-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(45, 55, 38, 0.12);
}

.operations-strip.quick-strip > article {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  align-content: stretch;
  min-height: 190px;
  padding: 30px clamp(26px, 2.35vw, 40px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.operations-strip.quick-strip > article + article {
  border-left: 1px solid var(--ops-line);
}

.operations-strip.quick-strip > article > b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 26px;
  margin: 0;
  color: var(--ops-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.operations-strip.quick-strip > article > b::before,
.operations-strip.quick-strip > article > b::after {
  content: none;
}

.operations-strip .quick-hours-card {
  grid-template-rows: auto minmax(52px, 1fr) auto;
}

.operations-strip .quick-hours-card em {
  display: none;
}

.operations-strip .quick-hours-card strong {
  align-self: center;
  color: var(--ops-ink);
  font-size: clamp(28px, 2.45vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.operations-strip .quick-hours-card [data-today-note] {
  align-self: end;
  color: var(--ops-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.operations-strip .quick-schedule-card [data-hours-summary-title],
.operations-strip .quick-lunch-note {
  display: none;
}

.operations-strip .quick-schedule-card [data-hours-summary-detail] {
  display: grid;
  align-self: center;
  width: min(100%, 350px);
  gap: 0;
}

.operations-strip .quick-schedule-card .hours-summary-row {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  min-height: 34px;
  padding: 4px 0;
  color: var(--ops-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.operations-strip .quick-schedule-card .hours-summary-row + .hours-summary-row {
  border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 18%, transparent);
}

.operations-strip .quick-schedule-card .hours-summary-row b {
  display: inline-grid;
  place-items: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  min-height: 24px;
  padding: 0 14px;
  color: var(--ops-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background: color-mix(in srgb, var(--ops-primary) 10%, transparent);
  border-radius: 999px;
}

.operations-strip .quick-schedule-card .hours-summary-row span {
  display: block;
  color: var(--ops-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.operations-strip .quick-schedule-card .hours-summary-row small {
  display: inline;
  width: auto;
  margin-left: 6px;
  color: var(--ops-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

.operations-strip .quick-schedule-card .hours-summary-row small::before {
  content: "· ";
}

.operations-strip.quick-strip > .quick-holiday-card,
.operations-strip .quick-holiday-card {
  display: flex;
  grid-template-columns: none;
  grid-template-rows: none;
  align-items: stretch;
  gap: clamp(22px, 2.4vw, 34px);
}

.operations-strip.quick-strip > .quick-holiday-card > b,
.operations-strip .quick-holiday-card > b {
  display: flex;
  flex: 0 0 clamp(112px, 30%, 150px);
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding-right: clamp(18px, 2vw, 28px);
  border-right: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
}

.operations-strip .quick-holiday-card strong,
.operations-strip .quick-holiday-card [data-holiday-detail] {
  display: grid;
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  gap: 9px;
  margin: 0;
  color: var(--ops-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.operations-strip .holiday-info-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  justify-content: start;
  color: var(--ops-muted);
  font-weight: 400;
}

.operations-strip .holiday-info-row:not(.is-regular),
.operations-strip .holiday-info-row.is-regular {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.operations-strip .holiday-info-row:not(.is-regular) {
  order: 1;
}

.operations-strip .holiday-info-row.is-regular {
  order: 2;
  margin-top: 4px;
}

.operations-strip .holiday-info-label {
  color: var(--ops-primary);
  font-weight: 500;
  white-space: nowrap;
}

.operations-strip .holiday-info-value {
  color: var(--ops-muted);
  font-weight: 500;
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 820px) {
  .operations-strip.quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 20px, 520px);
    gap: 8px;
    margin: 10px auto 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .operations-strip.quick-strip > article,
  .operations-strip.quick-strip > article + article {
    min-height: 142px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(45, 55, 38, 0.07);
  }

  .operations-strip.quick-strip > article:last-child {
    grid-column: 1 / -1;
    min-height: 84px;
  }

  .operations-strip.quick-strip > article > b {
    display: block;
    min-height: 0;
    padding-bottom: 8px;
    font-size: 15px;
    border-bottom: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
  }

  .operations-strip .quick-hours-card {
    grid-template-rows: auto 1fr auto;
  }

  .operations-strip .quick-hours-card strong {
    align-self: center;
    font-size: 21px;
    text-align: center;
  }

  .operations-strip .quick-hours-card [data-today-note] {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 14%, transparent);
  }

  .operations-strip .quick-schedule-card [data-hours-summary-detail] {
    width: 100%;
    gap: 8px;
  }

  .operations-strip .quick-schedule-card .hours-summary-row {
    grid-template-columns: minmax(62px, 72px) minmax(0, 1fr);
    gap: 8px;
    min-height: auto;
    padding: 0;
    font-size: 11px;
    border-top: 0;
  }

  .operations-strip .quick-schedule-card .hours-summary-row + .hours-summary-row {
    border-top: 0;
  }

  .operations-strip .quick-schedule-card .hours-summary-row b {
    place-items: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    min-height: 26px;
    padding: 0 6px;
    font-size: 10.5px;
  }

  .operations-strip .quick-schedule-card .hours-summary-row span {
    padding-top: 4px;
    font-size: 11.5px;
    line-height: 1.3;
    white-space: normal;
    word-break: keep-all;
  }

  .operations-strip .quick-schedule-card .hours-summary-row small {
    display: block;
    width: 100%;
    margin: 2px 0 0;
    font-size: 10px;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
  }

  .operations-strip .quick-schedule-card .hours-summary-row small::before {
    content: "";
  }

  .operations-strip.quick-strip > .quick-holiday-card,
  .operations-strip .quick-holiday-card {
    display: grid;
    grid-template-columns: 33% minmax(0, 1fr);
    grid-template-rows: none;
    align-items: center;
    gap: 0;
  }

  .operations-strip.quick-strip > .quick-holiday-card > b,
  .operations-strip .quick-holiday-card > b {
    display: grid;
    align-self: stretch;
    place-items: center;
    justify-content: center;
    min-height: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    border-right: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
    border-bottom: 0;
  }

  .operations-strip .quick-holiday-card strong,
  .operations-strip .quick-holiday-card [data-holiday-detail] {
    display: grid;
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    gap: 7px;
    margin: 0;
    align-content: center;
    justify-content: center;
    justify-items: center;
    font-size: 13px;
    text-align: center;
  }

  .operations-strip .holiday-info-row,
  .operations-strip .holiday-info-row.is-regular,
  .operations-strip .holiday-info-row:not(.is-regular) {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    justify-content: center;
    font-size: 13px;
    line-height: 1.35;
  }
}

.clinic-ops-card {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 204px;
  padding: 34px clamp(28px, 2.6vw, 42px);
  background: transparent;
}

.clinic-ops-card + .clinic-ops-card {
  border-left: 1px solid color-mix(in srgb, var(--ops-primary) 18%, transparent);
}

.clinic-ops-card > b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: var(--ops-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.clinic-ops-today {
  grid-template-rows: auto minmax(48px, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--ops-soft) 92%, white)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--ops-primary) 18%, transparent), transparent 46%);
}

.clinic-ops-today em {
  display: none;
}

.clinic-ops-today em.is-closed {
  color: #844136;
  border-color: rgba(132, 65, 54, 0.22);
}

.clinic-ops-today strong {
  align-self: center;
  color: var(--ops-ink);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 600;
  line-height: 1.05;
  white-space: nowrap;
}

.clinic-ops-today [data-today-note] {
  align-self: end;
}

.clinic-ops-hours-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(100%, 360px);
  margin-top: 8px;
}

.clinic-ops-hours-row {
  display: grid;
  align-items: baseline;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 34px;
  min-height: 34px;
  padding: 4px 0;
  color: var(--ops-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.clinic-ops-hours-row + .clinic-ops-hours-row {
  border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 18%, transparent);
}

.clinic-ops-hours-row b {
  display: inline-grid;
  place-items: center;
  min-height: 26px;
  padding: 0 18px;
  color: var(--ops-primary);
  font-size: 14px;
  font-weight: 600;
  background: color-mix(in srgb, var(--ops-primary) 10%, transparent);
  border-radius: 999px;
  white-space: nowrap;
}

.clinic-ops-hours-row span {
  justify-self: start;
  color: var(--ops-ink);
  font-size: 18px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.clinic-ops-hours-row small {
  display: block;
  width: 100%;
  margin-top: 2px;
  color: var(--ops-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}

.clinic-ops-holidays {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--ops-soft) 94%, white)),
    radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--ops-primary) 18%, transparent), transparent 44%);
}

.clinic-ops-holidays strong {
  display: grid;
  gap: 8px;
  width: min(100%, 360px);
  margin-top: 10px;
  color: var(--ops-ink);
  font-size: 18px;
  line-height: 1.35;
}

.holiday-info-row {
  display: grid;
  align-items: baseline;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  justify-content: start;
  color: var(--ops-muted);
  font-weight: 600;
}

.holiday-info-row:not(.is-regular) {
  width: 100%;
  padding: 13px 24px;
  background: color-mix(in srgb, var(--ops-soft) 96%, white);
  border: 1px solid color-mix(in srgb, var(--ops-primary) 16%, transparent);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.holiday-info-label {
  color: var(--ops-primary);
  white-space: nowrap;
}

.holiday-info-value {
  color: var(--ops-muted);
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (min-width: 821px) {
  .clinic-ops-hours-table,
  .clinic-ops-holidays strong {
    justify-self: start;
  }

  .clinic-ops-holidays .holiday-info-row.is-regular {
    order: 2;
    margin-top: 10px;
    color: var(--ops-muted);
    font-size: 16px;
  }

  .clinic-ops-holidays .holiday-info-row:not(.is-regular) {
    order: 1;
  }
}

.clinic-ops span {
  color: var(--ops-muted);
}

@media (max-width: 820px) {
  .clinic-ops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 24px, 520px);
    gap: 8px;
    margin-top: 12px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .clinic-ops-card {
    min-height: 156px;
    padding: 14px 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid color-mix(in srgb, var(--ops-primary) 14%, transparent);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(42, 50, 37, 0.08);
  }

  .clinic-ops-card:last-child {
    grid-column: 1 / -1;
    min-height: 88px;
  }

  .clinic-ops-card > b {
    justify-content: start;
    gap: 6px;
    font-size: 16px;
  }

  .clinic-ops-card > b::before {
    content: none;
  }

  .clinic-ops-card > b::after {
    content: "";
    grid-column: 1 / -1;
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background: color-mix(in srgb, var(--ops-primary) 12%, transparent);
  }

  .clinic-ops-today {
    align-content: stretch;
    grid-template-rows: auto 1fr auto;
  }

  .clinic-ops-today > b {
    display: grid;
    grid-template-columns: 1fr;
  }

  .clinic-ops-today > b::before {
    content: none;
  }

  .clinic-ops-today em {
    display: none;
  }

  .clinic-ops-today strong {
    align-self: center;
    color: var(--ops-ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .clinic-ops-today strong::before {
    content: none;
  }

  .clinic-ops-today [data-today-note] {
    padding-top: 12px;
    text-align: center;
    border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 22%, transparent);
  }

  .clinic-ops-hours {
    gap: 8px;
  }

  .clinic-ops-hours-table {
    width: 100%;
    margin-top: 8px;
    gap: 10px;
  }

  .clinic-ops-hours-row {
    align-items: start;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 4px;
    font-size: 11.5px;
  }

  .clinic-ops-hours-row b {
    display: inline-grid;
    place-items: center;
    width: 100%;
    min-height: 28px;
    padding: 0 6px;
    color: var(--ops-primary);
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background: color-mix(in srgb, var(--ops-primary) 8%, transparent);
    border-radius: 999px;
  }

  .clinic-ops-hours-row span {
    padding-top: 4px;
    color: var(--ops-ink);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.25;
  }

  .clinic-ops-hours-row small {
    color: var(--ops-muted);
    font-size: 10px;
    font-weight: 500;
    text-align: center;
  }

  .clinic-ops-holidays {
    grid-template-columns: 33% minmax(0, 1fr);
    align-items: start;
    gap: 0;
    padding: 14px 16px;
  }

  .clinic-ops-holidays > b {
    display: grid;
    gap: 4px;
    align-self: stretch;
    align-content: start;
    padding-right: 12px;
    border-right: 1px solid color-mix(in srgb, var(--ops-primary) 14%, transparent);
  }

  .clinic-ops-holidays > b::before {
    content: none;
  }

  .clinic-ops-holidays > b::after {
    display: none;
  }

  .clinic-ops-holidays strong {
    width: 100%;
    gap: 7px;
    margin-top: 0;
    padding-top: 1px;
  }

  .holiday-info-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
  }

  .holiday-info-row.is-regular,
  .holiday-info-row:not(.is-regular) {
    order: initial;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .holiday-info-label {
    white-space: nowrap;
  }

  .holiday-info-value {
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

}

@media (max-width: 520px) {
  .clinic-ops-hours-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 4px;
    font-size: 11.5px;
  }

  .clinic-ops-hours-row span {
    display: block;
    white-space: nowrap;
  }

  .clinic-ops-hours-row small {
    display: block;
    font-size: 11px;
  }
}

.clinic-ops {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 0;
  width: min(1240px, calc(100% - 72px));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid color-mix(in srgb, var(--ops-primary) 12%, transparent);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(45, 55, 38, 0.12);
}

.clinic-ops-card {
  min-height: 188px;
  padding: 30px clamp(26px, 2.4vw, 40px);
  align-content: center;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.clinic-ops-card + .clinic-ops-card {
  border-left: 1px solid color-mix(in srgb, var(--ops-primary) 16%, transparent);
}

.clinic-ops-card > b {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  color: var(--ops-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.clinic-ops-card > b::before,
.clinic-ops-card > b::after {
  content: none;
}

.clinic-ops-today em {
  display: none;
}

.clinic-ops-today strong {
  color: var(--ops-ink);
  font-size: clamp(30px, 2.55vw, 38px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.clinic-ops-today [data-today-note] {
  color: var(--ops-muted);
  font-size: 16px;
  font-weight: 400;
}

.clinic-ops-hours-table {
  display: grid;
  width: min(100%, 340px);
  gap: 0;
  margin-top: 4px;
}

.clinic-ops-hours-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  min-height: 34px;
  padding: 4px 0;
  color: var(--ops-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.clinic-ops-hours-row + .clinic-ops-hours-row {
  border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 16%, transparent);
}

.clinic-ops-hours-row b {
  display: inline-grid;
  place-items: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  min-height: 24px;
  padding: 0 14px;
  color: var(--ops-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background: color-mix(in srgb, var(--ops-primary) 9%, transparent);
  border-radius: 999px;
}

.clinic-ops-hours-row span {
  display: block;
  color: var(--ops-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.clinic-ops-hours-row small {
  display: block;
  width: 100%;
  margin-top: 2px;
  color: var(--ops-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

.clinic-ops-holidays {
  grid-template-columns: clamp(112px, 30%, 150px) minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
  gap: clamp(22px, 2.4vw, 34px);
}

.clinic-ops-holidays > b {
  display: grid;
  align-self: stretch;
  place-items: center start;
  min-height: 100%;
  padding-right: clamp(18px, 2vw, 28px);
  border-right: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
}

.clinic-ops-holidays strong {
  display: grid;
  width: 100%;
  gap: 9px;
  margin-top: 0;
  color: var(--ops-ink);
  font-size: 16px;
  line-height: 1.35;
}

.clinic-ops .holiday-info-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  justify-content: start;
  color: var(--ops-muted);
  font-weight: 400;
}

.clinic-ops .holiday-info-row:not(.is-regular) {
  order: 1;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.clinic-ops .holiday-info-row.is-regular {
  order: 2;
  margin-top: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
}

.clinic-ops .holiday-info-label {
  color: var(--ops-primary);
  font-weight: 500;
  white-space: nowrap;
}

.clinic-ops .holiday-info-value {
  color: var(--ops-muted);
  font-weight: 500;
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 820px) {
  .clinic-ops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 20px, 520px);
    gap: 8px;
    margin: 10px auto 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .clinic-ops-card,
  .clinic-ops-card + .clinic-ops-card {
    min-height: 142px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(45, 55, 38, 0.07);
  }

  .clinic-ops-card:last-child {
    grid-column: 1 / -1;
    min-height: 84px;
  }

  .clinic-ops-card > b {
    display: block;
    padding-bottom: 8px;
    color: var(--ops-primary);
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
  }

  .clinic-ops-today {
    grid-template-rows: auto 1fr auto;
    align-content: stretch;
  }

  .clinic-ops-today strong {
    align-self: center;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
  }

  .clinic-ops-today [data-today-note] {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    border-top: 1px dotted color-mix(in srgb, var(--ops-primary) 14%, transparent);
  }

  .clinic-ops-hours-table {
    width: 100%;
    gap: 8px;
    margin-top: 8px;
  }

  .clinic-ops-hours-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 5px;
    min-height: auto;
    padding: 0;
    font-size: 11px;
    border-top: 0;
  }

  .clinic-ops-hours-row + .clinic-ops-hours-row {
    border-top: 0;
  }

  .clinic-ops-hours-row b {
    min-height: 26px;
    padding: 0 6px;
    font-size: 10.5px;
  }

  .clinic-ops-hours-row span {
    padding-top: 4px;
    font-size: 11.5px;
    font-weight: 500;
  }

  .clinic-ops-hours-row small {
    font-size: 10px;
    text-align: center;
  }

  .clinic-ops-holidays {
    display: grid;
    grid-template-columns: 33% minmax(0, 1fr);
    align-items: center;
    gap: 0;
  }

  .clinic-ops-holidays > b {
    display: grid;
    align-self: stretch;
    place-items: center;
    justify-content: center;
    min-height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    border-right: 1px solid color-mix(in srgb, var(--ops-primary) 10%, transparent);
    border-bottom: 0;
  }

  .clinic-ops-holidays strong {
    display: grid;
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    gap: 7px;
    margin: 0;
    align-content: center;
    justify-content: center;
    justify-items: center;
    font-size: 13px;
    text-align: center;
  }

  .clinic-ops .holiday-info-row,
  .clinic-ops .holiday-info-row.is-regular,
  .clinic-ops .holiday-info-row:not(.is-regular) {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (max-width: 820px) {
  .operations-strip.quick-strip > .quick-holiday-card > b,
  .operations-strip .quick-holiday-card > b {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
