/* Wetwo Shipping — store hours widget ("compact" open/closed status, "footer"
   compact weekly ranges, and "full" mode's per-day table on the contact page). */

.wetwo-hours--compact .wetwo-hours__status,
.wetwo-hours--footer .wetwo-hours__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font: inherit;
  color: inherit;
}

.wetwo-hours__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.wetwo-hours__dot--open {
  background: #20c863;
}

.wetwo-hours__dot--closed {
  background: #94a3b8;
}

.wetwo-hours--full {
  margin-top: 12px;
}

.wetwo-hours__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.wetwo-hours__row th,
.wetwo-hours__row td {
  text-align: left;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

.wetwo-hours__row th {
  width: 40%;
  color: #64748b;
}

.wetwo-hours__row--today th,
.wetwo-hours__row--today td {
  color: #0f172a;
  font-weight: 700;
}

.wetwo-hours__exceptions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.wetwo-hours__exceptions-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
}

.wetwo-hours__note {
  font-size: 12px;
  color: #64748b;
}
