.celrechts {
  text-align: right;
}

@media print {
  table {
    page-break-after: auto;
  }
  .rapport {
    page-break-after: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  body {
    font-size: 50%;
  }

  .esi-pdf-knop,
  .esi-word-knop,
  .esi-anon-knop,
  .esi-terug-link {
    display: none !important;
  }

  /* Astra-thema: alleen hamburger verbergen, header blijft zichtbaar */
  .ast-mobile-menu-buttons,
  .menu-toggle,
  .menu-item {
    display: none !important;
  }

  /* Astra-thema: footer/copyright verbergen */
  footer.site-footer,
  #colophon,
  .ast-small-footer,
  .ast-footer-copyright,
  .footer-widget-area {
    display: none !important;
  }
}

.rapport {
  width: 100%;
  padding-top: 15px;
  border-radius: 5px;
  border-color: #0700b8;
  border: 2px solid #3399cc;
}

.rapport th {
  text-align: center;
}

td.koppie {
  font-size: 150%;
  font-weight: bolder;
  color: #3399cc;
}

.rapportkop {
  border-radius: 5px;
  border-color: #0700b8;
  border: 2px solid #3399cc;
}

.kategoriekop {
  font-weight: bold;
  color: #0700b8;
  font-size: 150%;
}

.groen {
  color: green;
  text-align: center;
}
.groenlinks {
  color: green;
  text-align: left;
}
.rood {
  color: red;
  text-align: center;
}
.roodlinks {
  color: red;
  text-align: left;
}
.oranje {
  color: orange;
  text-align: center;
}
.zwart {
  color: #000;
  text-align: center;
}
.fa-thumbs-up {
  color: green;
  margin-left: 3px;
}
.fa-thumbs-down {
  color: red;
  margin-left: 3px;
}

.entry-header {
  display: none;
}

.esi-terug-link {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #3399cc;
  text-decoration: none;
}
.esi-terug-link:hover {
  text-decoration: underline;
}

.esi-pdf-knop {
  background: #3399cc;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
}
.esi-pdf-knop:hover {
  background: #1a7ab3;
}
.esi-word-knop {
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
}
.esi-word-knop:hover {
  background: #1b5e20;
}
.esi-anon-knop {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
}
.esi-anon-knop:hover {
  background: #545b62;
}

.toelichting-lijst {
  margin: 2px 0 6px 20px;
  font-size: 0.92em;
  color: #444;
}
.toelichting-lijst li {
  margin-bottom: 2px;
}

.radio-lijst {
  margin: 4px 0 4px 20px;
  font-size: 0.95em;
}
.radio-lijst li {
  margin-bottom: 2px;
}

/* ===== Beoordelaarsinstructie blokken ===== */
.esi-beoordelaar-info {
  margin-bottom: 24px;
}
.esi-bi-blok {
  border-left: 4px solid #0700b8;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: #f5f6ff;
  border-radius: 0 4px 4px 0;
}
.esi-bi-tijdlijn {
  border-left-color: #27ae60;
  background: #f0fdf4;
}
.esi-bi-algemeen {
  border-left-color: #e67e22;
  background: #fff8f0;
}
.esi-bi-specifiek {
  border-left-color: #9b59b6;
  background: #faf5ff;
}
.esi-bi-titel {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #0700b8;
}
.esi-bi-tijdlijn .esi-bi-titel {
  color: #1e8449;
}
.esi-bi-algemeen .esi-bi-titel {
  color: #c0520a;
}
.esi-bi-specifiek .esi-bi-titel {
  color: #6c3483;
}
.esi-bi-inhoud {
  font-size: 14px;
  line-height: 1.6;
}
.esi-bi-inhoud ul,
.esi-bi-inhoud ol {
  margin: 6px 0 6px 20px;
}
.esi-bi-inhoud li {
  margin-bottom: 3px;
}
.esi-bi-onbekend {
  border-left-color: #c0392b;
  background: #fdf3f2;
}
.esi-bi-onbekend strong {
  color: #c0392b;
}

/* ===== Beoordelaar Info Tabel ===== */
.beoordelaar-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.beoordelaar-info-table th,
.beoordelaar-info-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

.beoordelaar-info-table th {
  background-color: #f8f9fa;
  font-weight: bold;
  color: #333;
}

.beoordelaar-info-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.beoordelaar-info-table tr:hover {
  background-color: #e9ecef;
}

.beoordelaar-info-table td[colspan="3"] {
  background-color: #3399cc;
  color: white;
  font-weight: bold;
  text-align: center;
}


/* ── Herbeoordelingsmodus ── */
.esi-review-readonly {
    opacity: 0.45;
    pointer-events: none;
    user-select: none;
}

.esi-review-banner {
    background: #fff3cd;
    border-left: 4px solid #f0ad4e;
    padding: 10px 14px;
    margin-bottom: 18px;
    font-size: 0.95em;
    border-radius: 3px;
}
