/* ++++++++++++++++++++++++++++++++++++++ Zelf typen +++ */


/* /includes/zelftypen-suggest.v2.css */
.zt-suggestions{ display:none; margin-top:.35rem; }
.zt-list{ list-style:none; margin:0; padding:0; display:flex; gap:.4rem; flex-wrap:wrap; }
.zt-item{
  border:1px solid rgba(0,0,0,.15);
  background:#fff; border-radius:999px; padding:.35em .65em;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  cursor:pointer; font:inherit;
}
.zt-item.is-active{ outline:2px solid #ffb81c; }
.zt-item:active{ transform:scale(.98); }


/* Chips-container */
#zelf-suggesties.zt-suggestions {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: .5rem;
}

/* Chip-knop */
.zt-chip {
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: 0.95rem;
  background: #fff;
  cursor: pointer;
}
.zt-chip:hover,
.zt-chip:focus {
  outline: none;
  border-color: #ffcc33;
  box-shadow: 0 0 0 2px #ffe89a66;
}


/* ++++++++++++++++++++++++++++++++++++++ Einde Zelf typen +++ */