/* Piketrooster — werkinstructie + aparte pagina */

.pk-mount,
#pk-rooster-embed,
#pk-rooster-page {
  margin-bottom: 22px;
}

.pk-loading,
.pk-error,
.pk-empty {
  margin: 0;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #EEDAD7;
  color: #6E4D49;
}

.pk-error {
  border-color: #F2C7C2;
  background: #FBE5E3;
  color: #9A1F1F;
}

.pk-current {
  background: #fff;
  border: 2px solid #C62828;
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 14px;
}

.pk-current--empty {
  border-color: #EEDAD7;
  background: #FBF6F5;
}

.pk-current-label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #6E4D49;
}

.pk-current-name {
  margin: 0;
  font-family: "Bricolage Grotesque", "Archivo", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 4vw, 28px);
  color: #9A1F1F;
  letter-spacing: -0.02em;
}

.pk-current-none {
  margin: 0;
  font-size: 14.5px;
  color: #6E4D49;
}

.pk-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #EEDAD7;
  background: #fff;
}

.pk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

.pk-table caption {
  caption-side: top;
  text-align: left;
  padding: 14px 18px 10px;
  font-family: "Bricolage Grotesque", "Archivo", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #9A1F1F;
  background: #FBEFD6;
  border-bottom: 1px solid #EFD9A6;
}

.pk-table th,
.pk-table td {
  padding: 12px 18px;
  text-align: left;
  border-bottom: 1px solid #F0E0DD;
}

.pk-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6E4D49;
  background: #FBF6F5;
}

.pk-table tr:last-child td {
  border-bottom: none;
}

.pk-table tr.pk-row-current td {
  background: #FBE5E3;
  font-weight: 600;
  color: #2A1311;
}

.pk-mount--compact .pk-current {
  padding: 14px 18px;
  margin-bottom: 12px;
}

.pk-mount--compact .pk-current-name {
  font-size: 22px;
}

/* Standalone pagina onder beveiliging-styling */
.pk-doc .pk-page-lead {
  color: var(--bv-muted, #6E4D49);
  font-size: 15px;
  margin: 0 0 20px;
  max-width: 60ch;
}

.pk-doc .pk-table caption {
  background: #FEF3C7;
  color: #92400E;
  border-bottom-color: #FDE68A;
}

.pk-doc .pk-current {
  border-color: var(--bv-accent, #C62828);
}

.pk-doc .pk-current-name {
  color: var(--bv-accent-deep, #9A1F1F);
}

.pk-current-phone {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.pk-current-phone a {
  color: #9A1F1F;
  text-decoration: none;
}

.pk-current-phone a:hover,
.pk-current-phone a:focus-visible {
  text-decoration: underline;
}
