/* Public styles for WC Business Days IL */
.wcbdil-estimated-delivery,
.wcbdil-estimated-delivery-account {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px 12px;
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1a202c;
}
.wcbdil-estimated-delivery p,
.wcbdil-estimated-delivery-account p {
  margin: 0;
}

/* Trace details UI */
.wcbdil-trace {
  display: block;
  margin-top: 8px;
}
.wcbdil-trace summary {
  cursor: pointer;
  font-weight: 600;
  outline: none;
}
.wcbdil-trace-wrap {
  margin-top: 8px;
  overflow-x: auto;
}
.wcbdil-trace-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.wcbdil-trace-table th,
.wcbdil-trace-table td {
  border: 1px solid #e2e8f0;
  padding: 6px 8px;
  text-align: center;
  white-space: nowrap;
}
.wcbdil-trace-table thead th {
  background: #edf2f7;
  color: #2d3748;
}
.wcbdil-trace-table tr.counted td {
  background: #e6fffa; /* teal-50 */
  color: #234e52; /* teal-900 */
}
.wcbdil-trace-table tr.not-counted td {
  background: #fff5f5; /* red-50 */
  color: #742a2a; /* red-900 */
}
