/* API-powered status strip and footer data */
.status-strip {
  width: 100%;
  padding: 8px 0;
  background: #5f4a24;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid rgba(207, 169, 88, 0.6);
}

.status-strip.open {
  background: #0f5132;
}

.status-strip.closed,
.status-strip.error {
  background: #7f1d1d;
}

.status-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.status-strip-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #cfa958;
}

#footer-hours {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

#footer-hours li {
  display: flex;
  justify-content: center;
  gap: 6px;
}

#footer-hours .day {
  color: #ffffff;
}

#footer-hours .time {
  color: #ffffff;
}

.footer-contact [data-api-address] a {
  color: inherit;
  text-decoration: none;
}
