.tool-card h2 {
  margin-top: 0;
}

.note {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 14px;
}

.schedule {
  margin-top: var(--space-4);
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.schedule table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.schedule th,
.schedule td {
  padding: 10px 12px;
  border-bottom: 1px solid #e6edf6;
  text-align: right;
}

.schedule th {
  background: #f8fafc;
  font-weight: 600;
  text-align: right;
}

.schedule th:first-child,
.schedule td:first-child {
  text-align: left;
}

.muted {
  color: #b91c1c;
  min-height: 18px;
}
