table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  table-layout: auto;
}
th,
td {
  padding: 10px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
thead th {
  position: sticky;
  top: 0;
  background: #f1f5f9;
  z-index: 1;
}
.scroll {
  max-height: 60vh;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.accent-head thead {
  background: var(--amber-50);
}

.schedule-tags-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-soft);
}

.schedule-tags-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.schedule-tags-table th,
.schedule-tags-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.schedule-tags-table th {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  font-weight: 700;
}

.schedule-tags-table tbody tr:last-child td {
  border-bottom: none;
}

.schedule-tags-table .input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}