@charset "UTF-8";
/*@include border-top-serrated(<size>, <color>);*/
/*@include border-bottom-serrated(<size>, <color>);*/
/* @include placeholder {
   font-style:italic;
    color: white;
    font-weight:100;
}*/
.quicklinks {
  display: Block;
  overflow: hidden;
  margin-top: 20px;
}
.quicklinks .flex-grid {
  gap: 8px;
}
.quicklinks .flex-grid > li:last-child {
  padding-right: 15px;
}
.quicklinks a {
  border: 1px solid #9a9b9b;
  color: #2a2d2e;
  padding: 0.625em 0.9375em;
  line-height: 1.25em;
  border-radius: 2.5em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.9375em;
}
.quicklinks .horizontal-container {
  display: block;
  float: none;
  clear: both;
  position: relative;
}
.quicklinks .flex-grid {
  flex-wrap: wrap;
}

.quicklinks--soort .h3 {
  margin-bottom: 12px;
}
.quicklinks--soort a {
  border-color: #dde8e7;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  font-weight: 600;
}

.soort-tag-archive__intro {
  overflow: hidden;
}
.soort-tag-archive__intro .taxonomy-description {
  margin-bottom: 1rem;
  color: #486160;
}
.soort-tag-archive__intro .taxonomy-description > *:last-child {
  margin-bottom: 0;
}
.soort-tag-archive__intro {
  margin: 0 0 2rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid #dde8e7;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
  box-shadow: 0 16px 36px rgba(0, 104, 121, 0.06);
}

.soort-tag-nav {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 24px;
  padding: 0px 20px;
}
.soort-tag-nav__parent-link-wrap {
  margin-bottom: 10px;
}
.soort-tag-nav__parent-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 0.8rem;
  border: 1px solid #d8e4e2;
  border-radius: 999px;
  background: #f5f8f8;
  color: #3f5756;
  text-decoration: none;
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.soort-tag-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.soort-tag-nav__item {
  flex: 0 0 auto;
}
.soort-tag-nav__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid #c8d9d7;
  border-radius: 999px;
  background: #f5f9f8;
  color: #355150;
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(15, 44, 42, 0.06), 0 8px 20px rgba(15, 44, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.soort-tag-nav__item a:hover {
  background: #e8f3f1;
  border-color: #9dbfbb;
  box-shadow: 0 4px 8px rgba(15, 44, 42, 0.08), 0 12px 24px rgba(15, 44, 42, 0.08);
  text-decoration: none;
}
.soort-tag-nav__item a:focus-visible {
  outline: 2px solid #28a1c5;
  outline-offset: 2px;
  background: #e8f3f1;
  border-color: #9dbfbb;
  box-shadow: 0 4px 8px rgba(15, 44, 42, 0.08), 0 12px 24px rgba(15, 44, 42, 0.08);
  text-decoration: none;
}
.soort-tag-nav__item.active a {
  background: #006879;
  border-color: #006879;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 104, 121, 0.18);
}
.soort-tag-nav__item.active a:hover, .soort-tag-nav__item.active a:focus {
  background: #005a68;
  border-color: #005a68;
}
.soort-tag-nav--plaats {
  margin-bottom: 20px;
  padding: 12px 15px;
  border-radius: 8px;
  background: #f0f7f7;
  border: 1px solid #dde8e7;
}
.soort-tag-nav--plaats .soort-tag-nav__list {
  gap: 6px;
}
.soort-tag-nav--plaats .soort-tag-nav__item a {
  min-height: 1.95rem;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.soort-tag-nav--plaats .soort-tag-nav__item.active a {
  background: #006879;
  box-shadow: 0 6px 16px rgba(0, 104, 121, 0.15);
}

.quicklinks--enhanced {
  padding: 1rem;
  border: 1px solid #dde8e7;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}
.quicklinks--enhanced .h3 {
  padding-left: 0;
}
.quicklinks--enhanced .quicklinks__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.9rem;
}
.quicklinks--enhanced .quicklinks__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #e9f3f2;
  color: #47605f;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.quicklinks--enhanced .quicklinks__search {
  position: relative;
  margin-bottom: 0.95rem;
}
.quicklinks--enhanced .quicklinks__search-input {
  display: block;
  width: 100%;
  min-height: 2.9rem;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  border: 1px solid #d6e5e4;
  border-radius: 0.95rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006879' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.35-4.35'/></svg>");
  background-repeat: no-repeat;
  background-position: 0.95rem center;
  background-size: 1.15rem 1.15rem;
  color: #213635;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  -webkit-appearance: none;
  appearance: none;
}
.quicklinks--enhanced .quicklinks__search-input::-webkit-search-decoration,
.quicklinks--enhanced .quicklinks__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.quicklinks--enhanced .quicklinks__search-input::placeholder {
  color: #6a8281;
}
.quicklinks--enhanced .quicklinks__search-input:focus {
  outline: none;
  border-color: #006879;
  box-shadow: 0 0 0 3px rgba(0, 104, 121, 0.12);
}
.quicklinks--enhanced .horizontal-container,
.quicklinks--enhanced .horizontal-outer {
  overflow: visible;
}
.quicklinks--enhanced .horizontal-inner {
  padding: 0;
  max-height: none;
  overflow: visible;
  transition: max-height 0.24s ease;
}
.quicklinks--enhanced .flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.quicklinks--enhanced li {
  padding: 0;
}
.quicklinks--enhanced a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: normal;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.quicklinks--enhanced a:hover {
  border-color: #006879;
  box-shadow: 0 4px 8px rgba(0, 104, 121, 0.08), 0 10px 24px rgba(0, 104, 121, 0.12);
  transform: translateY(-1px);
}
.quicklinks--enhanced a:focus-visible {
  outline: 2px solid #28a1c5;
  outline-offset: 2px;
  border-color: #006879;
  box-shadow: 0 4px 8px rgba(0, 104, 121, 0.08), 0 10px 24px rgba(0, 104, 121, 0.12);
  transform: translateY(-1px);
}
.quicklinks--enhanced .quicklinks__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.95rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 0.95rem;
  background: #006879;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.quicklinks--enhanced .quicklinks__toggle:hover,
.quicklinks--enhanced .quicklinks__toggle:focus {
  background: #055866;
}
.quicklinks--enhanced.is-collapsed .horizontal-container {
  position: relative;
}
.quicklinks--enhanced.is-collapsed .horizontal-inner {
  max-height: 8.5rem;
  overflow: hidden;
}
.quicklinks--enhanced.is-collapsed .horizontal-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 251, 251, 0) 0%, rgba(248, 251, 251, 0.95) 55%, #f8fbfb 100%);
}
.quicklinks--enhanced.is-expanded .horizontal-container::after, .quicklinks--enhanced.is-filtering .horizontal-container::after {
  display: none;
}
.quicklinks--enhanced.is-expanded .horizontal-inner, .quicklinks--enhanced.is-filtering .horizontal-inner {
  max-height: none;
}

.soort-subterms-overview--tag {
  margin-top: 0;
}

.soort-subterms-overview {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.soort-subterms-overview__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.9rem;
}
.soort-subterms-overview__header .h2 {
  margin: 0;
}
.soort-subterms-overview__header p {
  margin: 0;
  max-width: 42rem;
  color: #5c7372;
}
.soort-subterms-overview__nav {
  margin: 0;
}

.soort-card {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  border: 1px solid #dce8e7;
  border-radius: 1.2rem;
  background: #fff;
  color: #1f3534;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.soort-card:hover {
  color: #1f3534;
  border-color: rgba(0, 104, 121, 0.35);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 16px 32px rgba(0, 104, 121, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
}
.soort-card:focus-visible {
  outline: 2px solid #28a1c5;
  outline-offset: 2px;
  color: #1f3534;
  border-color: rgba(0, 104, 121, 0.35);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 16px 32px rgba(0, 104, 121, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
}
.soort-card__visual {
  width: 34%;
  min-width: 110px;
  background: linear-gradient(180deg, #edf6f5 0%, #dceaea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.soort-card__media, .soort-card__image, .soort-card__icon {
  width: 100%;
  height: 100%;
  display: block;
}
.soort-card__image {
  object-fit: cover;
}
.soort-card__icon {
  padding: 1.25rem;
  color: #006879;
}
.soort-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.soort-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
}
.soort-card__title {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
.soort-card__description {
  display: block;
  color: #5c7372;
  font-size: 0.9rem;
  line-height: 1.45;
}

.tag-redesign {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1c1c;
}
.tag-redesign .maincolumn {
  padding-top: 8px;
}
.tag-redesign > main > .col-sm-12 > .taxonomy-description,
.tag-redesign .maincolumn > .taxonomy-description {
  max-width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1.0125rem;
  line-height: 1.6;
  color: #3d494c;
}
.tag-redesign > main > .col-sm-12 > .taxonomy-description p:last-child,
.tag-redesign .maincolumn > .taxonomy-description p:last-child {
  margin-bottom: 0;
}
.tag-redesign .Business.Overview {
  margin: 0 0 56px;
  padding: 0;
  border-top: 0;
}
.tag-redesign .Business.Overview > .h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  margin: 0 0 20px;
  padding-left: 22px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.65rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #1a1c1c;
  margin-bottom: 24px;
  font-size: 2rem;
  padding-left: 26px;
  font-size: 2.25rem;
}
.tag-redesign .Business.Overview > .h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.18em;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #006879 0%, #004e5c 100%);
}
.tag-redesign .Business.Overview > .h2 > span {
  position: static;
  left: auto;
  top: auto;
  display: inline-block;
  color: #006879;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.02em;
  order: -1;
}
.tag-redesign .Business.Overview > .block-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.tag-redesign .Business.Overview > .block-grid > li {
  padding: 0;
  width: auto;
  float: none;
  margin: 0;
  display: flex;
}
.tag-redesign .Business.Overview > .block-grid > li > article,
.tag-redesign .Business.Overview > .block-grid > li > div {
  height: auto;
  width: 100%;
}
.tag-redesign .Business.Detail {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: #fff;
  border: 1px solid #d6e3e3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 14px 30px rgba(26, 28, 28, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.tag-redesign .Business.Detail:hover, .tag-redesign .Business.Detail:focus-within {
  border-color: color-mix(in srgb, #006879 28%, #dfeaea);
  box-shadow: 0 2px 6px rgba(26, 28, 28, 0.05), 0 28px 56px rgba(0, 104, 121, 0.14);
}
.tag-redesign .Business.Detail > figure {
  position: relative;
  margin: 0;
  aspect-ratio: 3/1;
  background: #e8f0f0;
  overflow: hidden;
}
.tag-redesign .Business.Detail > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.tag-redesign .Business.Detail > .inner {
  padding: 16px 18px 18px;
  gap: 6px;
}
.tag-redesign .Business.Detail > .inner > .place {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e6f2f3;
  color: #004e5c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.tag-redesign .Business.Detail > .inner > h3 {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1a1c1c;
  margin: 0 0 8px;
}
.tag-redesign .Business.Detail > .inner > h3 a {
  color: inherit;
  text-decoration: none;
}
.tag-redesign .Business.Detail > .inner > h3 a:hover,
.tag-redesign .Business.Detail > .inner > h3 a:focus-visible {
  color: #006879;
  text-decoration: none;
}
.tag-redesign .Business.Detail > .inner > .Content {
  color: #3d494c;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.tag-redesign .Business.Detail > .inner > .Content p:last-child {
  margin-bottom: 0;
}
.tag-redesign .Business.Detail > .inner .rating {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #e8f0f0;
  color: #5c7372;
}
.tag-redesign .Business.Detail > .open-status-chip,
.tag-redesign .Business.Detail > .ribbon,
.tag-redesign .Business.Detail > .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #fff;
  color: #1a1c1c;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
}
.tag-redesign .Business.Detail > .ribbon {
  top: 44px;
  background: #006879;
  color: #fff;
}
.tag-redesign .Business.Detail > .badge {
  top: 44px;
  left: auto;
  right: 12px;
  background: #fdc800;
  color: #6d5500;
}
.tag-redesign .Business.Detail > .open-status-chip--open {
  background: #1f8f6a;
  color: #fff;
}
.tag-redesign .Business.Detail > .open-status-chip--closed {
  background: #f5e4e4;
  color: #8a2f2f;
}
.tag-redesign .Business.Detail > .fav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #006879;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.tag-redesign .Business.Detail > .fav-toggle svg {
  width: 18px;
  height: 18px;
}
.tag-redesign .Business.Detail > .fav-toggle:hover, .tag-redesign .Business.Detail > .fav-toggle:focus-visible {
  background: #fff;
  color: #004e5c;
}
.tag-redesign .Business.Detail > .fav-toggle[aria-pressed=true] {
  background: #006879;
  color: #fff;
}
.tag-redesign .Business.Overview .cta {
  display: flex;
  height: 100%;
  width: 100%;
}
.tag-redesign .Business.Overview .cta > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding: 22px 20px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: radial-gradient(140% 100% at 100% 0%, rgba(253, 200, 0, 0.22) 0%, rgba(253, 200, 0, 0) 55%), linear-gradient(135deg, #006879 0%, #007f91 55%, #00a4be 100%);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tag-redesign .Business.Overview .cta > a > span {
  display: block;
  margin-top: auto;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}
.tag-redesign .Business.Overview .cta > a::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}
.tag-redesign .Business.Overview .cta > a:hover, .tag-redesign .Business.Overview .cta > a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 2px 6px rgba(26, 28, 28, 0.05), 0 28px 56px rgba(0, 104, 121, 0.14);
  text-decoration: none;
  color: #fff;
}
.tag-redesign .Business.Overview .cta > a:hover::after, .tag-redesign .Business.Overview .cta > a:focus-visible::after {
  background: rgba(255, 255, 255, 0.28);
}
.tag-redesign .quicklinks {
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #d6e3e3;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f3f7f7 100%);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  overflow: hidden;
}
.tag-redesign .quicklinks .h3 {
  margin: 0 0 12px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #006879;
}
.tag-redesign .quicklinks .flex-grid {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.tag-redesign .quicklinks .flex-grid > li {
  padding: 0;
}
.tag-redesign .quicklinks .flex-grid > li:last-child {
  padding-right: 0;
}
.tag-redesign .quicklinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid #d6e3e3;
  border-radius: 999px;
  background: #fff;
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  max-width: 100%;
  min-width: 0;
}
.tag-redesign .quicklinks a:hover, .tag-redesign .quicklinks a:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, #006879 35%, #d6e3e3);
  background: #e6f2f3;
  color: #004e5c;
  box-shadow: 0 6px 16px rgba(0, 104, 121, 0.12);
  text-decoration: none;
}
.tag-redesign .quicklinks .horizontal-container {
  display: block;
  float: none;
  position: relative;
}
.tag-redesign .quicklinks .horizontal-outer {
  overflow: visible;
}
.tag-redesign .soort-subterms-overview--tag {
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.tag-redesign .soort-subterms-overview--tag .h2 {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #1a1c1c;
  margin: 0;
  font-size: 1.6rem;
}
.tag-redesign [id^=adinline] {
  margin: 12px 0 40px;
}

body.tag .banner .ontop .inner h1,
body.tax-soort_tag .banner .ontop .inner h1 {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

body.tag .banner .Filters,
body.tax-soort_tag .banner .Filters {
  display: block;
  width: min(100%, 560px);
  margin: 8px auto 10px;
  padding: 24px;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(26, 28, 28, 0.06);
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.08);
  text-align: left;
}
body.tag .banner .Filters > *,
body.tax-soort_tag .banner .Filters > * {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
body.tag .banner .Filters .input-group,
body.tax-soort_tag .banner .Filters .input-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
body.tag .banner .Filters .input-group-addon,
body.tag .banner .Filters .input-group-addon:first-child,
body.tax-soort_tag .banner .Filters .input-group-addon,
body.tax-soort_tag .banner .Filters .input-group-addon:first-child {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #3d494c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.005em;
  text-align: left;
  text-shadow: none;
}
body.tag .banner .Filters .form-control,
body.tax-soort_tag .banner .Filters .form-control {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
}
body.tag .banner .Filters .form-control.open,
body.tax-soort_tag .banner .Filters .form-control.open {
  z-index: unset;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 40px 10px 14px;
  border: 1px solid color-mix(in srgb, #d6e3e3 85%, #fff);
  border-radius: 14px;
  background: #f3f7f7;
  color: #1a1c1c;
  text-align: left;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle:hover, body.tag .banner .Filters .form-control > button.dropdown-toggle:focus-visible,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle:hover,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle:focus-visible {
  border-color: #006879;
  background: #f3f7f7;
  color: #1a1c1c;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
}
body.tag .banner .Filters .form-control > button.dropdown-toggle > span.icon,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle > span.icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  min-width: 0;
  margin: 0;
  border-radius: 10px;
  background: color-mix(in srgb, #006879 12%, #fff);
  color: #006879;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle > span.icon svg,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle > span.icon svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle > span.dropdown-body,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle > span.dropdown-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 2px;
  line-height: 1.2;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle span.dropdown-label,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle span.dropdown-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, #3d494c 85%, #006879);
}
body.tag .banner .Filters .form-control > button.dropdown-toggle span.dropdown-text,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle span.dropdown-text {
  display: inline-block;
  min-width: 0;
  color: #3d494c;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.tag .banner .Filters .form-control > button.dropdown-toggle::after,
body.tax-soort_tag .banner .Filters .form-control > button.dropdown-toggle::after {
  content: "";
  border: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3d494c;
  border-bottom: 2px solid #3d494c;
  transform: translateY(-65%) rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
body.tag .banner .Filters .form-control.open > button.dropdown-toggle,
body.tax-soort_tag .banner .Filters .form-control.open > button.dropdown-toggle {
  border-color: #006879;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
}
body.tag .banner .Filters .form-control.open > button.dropdown-toggle::after,
body.tax-soort_tag .banner .Filters .form-control.open > button.dropdown-toggle::after {
  transform: translateY(-25%) rotate(-135deg);
  border-color: #006879;
}
body.tag .banner .Filters .form-control.open > .dropdown-menu,
body.tax-soort_tag .banner .Filters .form-control.open > .dropdown-menu {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: min(100vw - 60px, 1100px);
  min-width: 0;
  max-width: min(100vw - 60px, 1100px);
  max-height: min(90vh, 860px);
  transform: translate(-50%, -50%);
  padding: 0;
  border: 1px solid rgba(26, 28, 28, 0.06);
  border-top: 1px solid rgba(26, 28, 28, 0.06);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(26, 28, 28, 0.25);
  overflow: visible;
  z-index: 2000;
  margin: 0;
  width: min(100vw - 80px, 1180px);
  max-width: min(100vw - 80px, 1180px);
}
body.tag .banner .Filters .plaats-search-dropdown.open .dropdown-menu,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}
body.tag .banner .Filters .plaats-search-dropdown.open .dropdown-menu .dropdown-content,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown.open .dropdown-menu .dropdown-content {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow-x: hidden;
}
body.tag .banner .Filters .plaats-search-dropdown .dropdown-search,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .dropdown-search {
  background: #f3f7f7;
  border-bottom: 1px solid rgba(26, 28, 28, 0.05);
  padding: 14px 18px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  padding: 18px 22px;
}
body.tag .banner .Filters .plaats-search-dropdown .search-input,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .search-input {
  border-radius: 12px;
  border: 1px solid rgba(26, 28, 28, 0.08);
  padding: 10px 14px 10px 44px;
}
body.tag .banner .Filters .plaats-search-dropdown .search-input:focus,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .search-input:focus {
  border-color: #006879;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
}
body.tag .banner .Filters .plaats-search-dropdown .dropdown-search-inner span.icon,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .dropdown-search-inner span.icon {
  left: 14px;
  top: 11px;
  color: #006879;
}
body.tag .banner .Filters .plaats-search-dropdown .block-grid.place-results > li:nth-child(2n),
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .block-grid.place-results > li:nth-child(2n) {
  border-right: 1px solid #f0f2f5;
}
body.tag .banner .Filters .plaats-search-dropdown .block-grid.place-results > li:nth-child(4n),
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .block-grid.place-results > li:nth-child(4n) {
  border-right: none;
}
body.tag .banner .Filters .plaats-search-dropdown .default-content .h3,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .default-content .h3 {
  padding: 16px 22px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body.tag .banner .Filters .plaats-search-dropdown .place-results a,
body.tag .banner .Filters .plaats-search-dropdown .province,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .place-results a,
body.tax-soort_tag .banner .Filters .plaats-search-dropdown .province {
  padding: 14px 22px;
}

body.tag:has(.banner .form-control.dropdown.open),
body.tax-soort_tag:has(.banner .form-control.dropdown.open) {
  overflow: hidden;
}

body.tag .banner:has(.form-control.dropdown.open)::before,
body.tax-soort_tag .banner:has(.form-control.dropdown.open)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  background: rgba(10, 22, 30, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: ido-tag-filters-fade-in 0.18s ease-out both;
}

@keyframes ido-tag-filters-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}