:root {
  --hero-eyebrow-color: #fff;
  --hero-title-color: #fff;
  --hero-description-color: #fff;
  --hero-button-text-color: #fff;
}

.site-shell .hero .eyebrow {
  color: var(--hero-eyebrow-color) !important;
}

.site-shell .hero h1 {
  color: var(--hero-title-color) !important;
}

.site-shell .hero p {
  color: var(--hero-description-color) !important;
}

.site-shell .hero .primary-button {
  color: var(--hero-button-text-color) !important;
}

.store-status-badge {
  width: fit-content;
  max-width: 100%;
  color: #fff;
  background: #142017d9;
  border: 1px solid #ffffff45;
  border-radius: 14px;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  padding: 8px 11px;
  display: flex;
  box-shadow: 0 8px 22px #0003;
  backdrop-filter: blur(8px);
}

.store-status-badge .store-status-dot,
.v21-admin-status-chip > span,
.v21-current-status > span {
  background: #df3d35;
  border: 3px solid #ffffffa8;
  border-radius: 50%;
  flex: none;
  width: 13px;
  height: 13px;
  box-shadow: 0 0 0 3px #df3d3540;
}

.store-status-badge.is-open .store-status-dot,
.v21-admin-status-chip.is-open > span,
.v21-current-status.is-open > span {
  background: #37c96b;
  box-shadow: 0 0 0 3px #37c96b40;
}

.store-status-badge strong,
.store-status-badge small {
  display: block;
}

.store-status-badge strong {
  letter-spacing: 0.04em;
  font-size: 11px;
  line-height: 1.2;
}

.store-status-badge small {
  color: #ffffffe0;
  margin-top: 2px;
  font-size: 8px;
}

.store-closed-notice {
  color: #7e261f;
  background: #fff0ed;
  border: 1px solid #efb2aa;
  border-radius: 13px;
  gap: 3px;
  padding: 13px 15px;
  display: grid;
}

.store-closed-notice strong {
  font-size: 13px;
}

.store-closed-notice span {
  font-size: 10px;
  line-height: 1.45;
}

.v21-admin-status-chip {
  z-index: 95;
  color: #183522;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9e6d7;
  border-radius: 14px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3px 9px;
  max-width: 250px;
  padding: 9px 12px;
  display: grid;
  position: fixed;
  top: 68px;
  right: 18px;
  box-shadow: 0 10px 26px #173e2426;
}

.v21-admin-status-chip strong,
.v21-admin-status-chip small {
  grid-column: 2;
  display: block;
}

.v21-admin-status-chip > span {
  grid-row: 1 / 3;
}

.v21-admin-status-chip strong {
  font-size: 11px;
}

.v21-admin-status-chip small {
  color: #68746c;
  font-size: 8px;
}

.v21-enhancement-panel {
  background: #f7faf3;
  border: 1px solid #dce7d2;
  border-radius: 17px;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  display: grid;
}

.v21-panel-heading {
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  display: grid;
}

.v21-panel-heading > span {
  background: #e9f3da;
  border-radius: 11px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 19px;
  display: grid;
}

.v21-panel-heading h3 {
  color: var(--green-dark);
  margin: 0;
  font-size: 14px;
}

.v21-panel-heading p {
  color: #6f796a;
  margin: 3px 0 0;
  font-size: 9px;
  line-height: 1.4;
}

.v21-color-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.v21-color-grid label,
.v21-mode-control,
.v21-schedule-row > label {
  color: #55584f;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.v21-color-grid input[type='color'] {
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 5px;
}

.v21-hero-preview {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border-radius: 15px;
  gap: 6px;
  padding: 18px;
  display: grid;
}

.v21-hero-preview span {
  font-size: 8px;
  font-weight: 900;
}

.v21-hero-preview strong {
  font-size: 19px;
  line-height: 1.1;
}

.v21-hero-preview p {
  margin: 0;
  font-size: 10px;
}

.v21-hero-preview b {
  background: var(--orange);
  border-radius: 999px;
  justify-self: start;
  margin-top: 3px;
  padding: 8px 12px;
  font-size: 9px;
}

.v21-save-button {
  color: #fff;
  cursor: pointer;
  background: var(--green);
  border: 0;
  border-radius: 12px;
  width: 100%;
  padding: 12px;
  font-size: 11px;
  font-weight: 900;
}

.v21-save-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.v21-panel-message {
  color: #267444;
  min-height: 16px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
}

.v21-panel-message.is-error {
  color: #a4332a;
}

.v21-current-status {
  color: #5d2b27;
  background: #fff0ed;
  border-radius: 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 9px;
  padding: 11px 13px;
  display: grid;
}

.v21-current-status.is-open {
  color: #1f633a;
  background: #e9f8ee;
}

.v21-current-status > span {
  grid-row: 1 / 3;
}

.v21-current-status strong,
.v21-current-status small {
  grid-column: 2;
}

.v21-current-status strong {
  font-size: 11px;
}

.v21-current-status small {
  opacity: 0.8;
  font-size: 8px;
}

.v21-schedule-list {
  gap: 8px;
  display: grid;
}

.v21-schedule-row {
  background: #fff;
  border: 1px solid #e0e8da;
  border-radius: 12px;
  grid-template-columns: minmax(100px, 1fr) 95px 95px;
  align-items: end;
  gap: 8px;
  padding: 10px;
  display: grid;
}

.v21-schedule-row.is-disabled {
  opacity: 0.58;
}

.v21-day-toggle {
  cursor: pointer;
  grid-template-columns: auto 1fr;
  align-items: center;
  display: grid !important;
}

.v21-day-toggle input {
  accent-color: var(--green);
  width: 18px;
  height: 18px;
  padding: 0;
}

.v21-schedule-row input[type='time'] {
  padding: 9px 7px;
  font-size: 10px;
}

@media (max-width: 640px) {
  .v21-admin-status-chip {
    top: 66px;
    right: 8px;
    max-width: 190px;
  }

  .v21-admin-status-chip small {
    display: none;
  }

  .v21-color-grid {
    grid-template-columns: 1fr;
  }

  .v21-schedule-row {
    grid-template-columns: 1fr 1fr;
  }

  .v21-day-toggle {
    grid-column: 1 / -1;
  }
}
