/* ============================================================
   COMPONENTS.CSS — OPGERUIMD & CONFLICTVRIJ
   ============================================================ */

/* -----------------------------------------
   VERJAARDAGEN INTERFACE
----------------------------------------- */
#verjaardagenInterface {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#verjaardagenInterface label,
#verjaardagenInterface select,
#verjaardagenInterface button {
  white-space: nowrap;
  width: auto;
}

#verjaardagenBereik {
  min-width: 90px;
}

#helpContainer {
  display: none !important;
}

/* -----------------------------------------
   PERSONENLIJST / KAARTEN
----------------------------------------- */
.persoon-item {
  margin: 4px 0;
  padding: 4px 8px;
  background-color: #fff;
  border-left: 4px solid #0077cc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.persoon-kaart {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1em;
  margin: 0.5em 0;
  background-color: #fdfdfd;
}

/* -----------------------------------------
   THUMBNAILS
----------------------------------------- */
.thumbnail,
.thumbnail-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0.5em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thumbnail:hover,
.thumbnail-img:hover {
  transform: scale(1.05);
}

/* -----------------------------------------
   PRAATHOEK
----------------------------------------- */
.praat-bericht {
  padding: 0.8em;
  margin-bottom: 0.8em;
  background: #fff;
  border-radius: 6px;
  border-left: 4px solid #0077cc;
}

.praat-meta {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.3em;
}

.praat-delete {
  margin-left: 1em;
  padding: 4px 8px;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
}

.praat-foto-wrapper {
  display: inline-block;
  margin: 0.5em;
  opacity: 1;
  transition: opacity 1s ease;
}

.praat-foto-wrapper.fade-out {
  opacity: 0;
}

.praat-foto {
  max-width: 200px;
  border-radius: 6px;
}

.leeg {
  text-align: center;
  color: #777;
  font-style: italic;
}

#praathoekInterface {
  display: flex;
  flex-direction: column;
}

#praatBerichten {
  flex: 1;
  overflow-y: auto;
}
#systemBerichten {
  min-height: 120px;
  overflow-y: auto;
  padding: 10px;
  flex-shrink: 0;
  border-top: 1px solid #ccc;
}


/* -----------------------------------------
   STARTPRENT
----------------------------------------- */
.startprent {
  display: block;
  position: relative;
  z-index: 1;
}

.startprent.verborgen {
  display: none !important;
}

.startprent img {
  max-width: 30vw;
  max-height: 30vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* -----------------------------------------
   RESETKNOP
----------------------------------------- */
.zweef-reset {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 50px;
  background: #0077cc;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* -----------------------------------------
   ALGEMENE BLOKKEN & DROPDOWNS
----------------------------------------- */
.select-blok {
  margin-bottom: 6px;
}

.blok {
  margin-top: 0;
  margin-bottom: 10px;
}
