/* tcvn10304 — TCVN 10304 overrides */

/* Select fills cell width (wider than default 80px) */
td select { width: auto; }

/* Section title used outside table captions */
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

/* Column width variants */
th.narrow_width { width: 100px; }
th.large_width  { width: 150px; }

/* Textarea for bulk data input */
textarea {
  width: 100%;
  max-width: 720px;
  min-height: 100px;
  font-family: inherit;
  font-size: 1em;
  background: var(--color-bg-input);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-md);
  padding: 8px;
  margin: 0;
  resize: vertical;
}
