/* Publieke chauffeur-tool: verblijfskosten controleren */

body.vvc-pagina {
  margin: 0;
  padding: 0 24px 32px;
  box-sizing: border-box;
}

.vvc-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 0 24px;
}

.vvc-main h1 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  color: #1f2937;
}

.vvc-intro {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

.vvc-intro-note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #6b7280;
}

.vvc-table-wrap {
  overflow-x: auto;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
}

.vvc-tabel {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.vvc-tabel th,
.vvc-tabel td {
  padding: 8px 6px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.vvc-tabel thead th {
  background: #f8fafc;
  font-weight: 600;
  color: #374151;
}

.vvc-tabel input[type="time"],
.vvc-tabel input[type="date"],
.vvc-tabel select {
  width: 100%;
  min-width: 5.5rem;
  max-width: 7.5rem;
  padding: 4px 6px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  box-sizing: border-box;
}

.vvc-tabel input[readonly] {
  background: #f3f4f6;
  color: #111827;
  border-color: #e5e7eb;
  cursor: default;
}

.vvc-slot-leeg {
  background: #f9fafb;
  color: #9ca3af;
}

.vvc-leeg {
  display: inline-block;
  min-width: 1.25rem;
}

.vvc-kol-onbelast input,
.vvc-kol-belast input {
  min-width: 4.5rem;
  max-width: 5.5rem;
  font-weight: 600;
}

.vvc-dag-naam {
  display: inline-block;
  min-width: 4.5rem;
  text-transform: capitalize;
  color: #374151;
  font-weight: 500;
}

.vvc-kol-datum input[type="date"] {
  min-width: 8.5rem;
  max-width: 10rem;
}

.vvc-tarieven-hint {
  margin: 8px 2px 0;
  font-size: 12px;
  color: #6b7280;
}

.vvc-onder-tekst {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f0f9fa;
  border: 1px solid #c5e4e8;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.vvc-onder-tekst p {
  margin: 0 0 10px;
}

.vvc-onder-tekst p:last-child {
  margin-bottom: 0;
}

.vvc-onder-tekst a {
  color: #2f5f66;
  font-weight: 600;
}

.vvc-onder-tekst a:hover {
  color: #1e4a50;
}
