/* =====================================================
   GEMIDDELDE BEREKENEN — pagina-specifieke stijlen
   ===================================================== */

/* Textarea — zelfde look als btw-input */
.gemiddelde-textarea {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  background: var(--btn-num-bg);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  color: var(--text);
  width: 100%;
  resize: vertical;
  min-height: 90px;
  line-height: 1.5;
}

.gemiddelde-textarea:focus {
  outline: 2px solid var(--pop);
  outline-offset: -1px;
}

.gemiddelde-textarea::placeholder {
  color: var(--text-muted);
  font-weight: 400;
}
