.hero-copy > small {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid #f0cb7d78;
  border-radius: 999px;
  background: linear-gradient(135deg, #e9c26d24, #5a281f5e);
  color: #f6d88f;
  text-shadow: 0 1px 8px #140907;
  box-shadow: inset 0 1px 0 #fff3b545, 0 6px 20px #15090b42;
  backdrop-filter: blur(7px);
}
.hero-copy > small::before {
  content: "◆";
  color: #f2c867;
  font-size: .65em;
  filter: drop-shadow(0 0 5px #e2b45a);
}
.closed-day-note {
  display: inline-block;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f7e5e8;
  color: #8b2f40;
  font-size: .75rem;
  font-weight: 800;
}
.weekly-hours {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #dfd4ca;
}
.weekly-hours h3 {
  margin: 0 0 12px;
  color: #712a37;
  font: 700 1.15rem Georgia, serif;
}
#weekly-hours {
  display: grid;
  gap: 3px;
}
.weekly-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 9px;
  border-radius: 6px;
  color: #5d5551;
}
.weekly-row.is-today {
  background: #f1e9df;
  color: #372e2b;
}
.weekly-row b {
  color: #21473d;
  white-space: nowrap;
}
.weekly-row b.is-closed {
  color: #9b3043;
  text-transform: uppercase;
  letter-spacing: .06em;
}
@media (max-width: 430px) {
  .weekly-row {font-size: .9rem; padding-inline: 5px}
}
