}
.transparent-menu #site-navigation:not(.shrink) .site-branding-text .site-title a {
    color: #D396ED;
}

/* Zoekbalk centreren en breder */
.woof_search_form {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.woof_search_form input[type="text"] {
  width: 50%;
  max-width: 500px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.woof_search_form input[type="submit"] {
  background-color: #222;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Genre-filters in 2 kolommen op desktop, 1 kolom op mobiel */
.woof_container_inner ul.woof_list {
  column-count: 2;
  column-gap: 30px;
  list-style: none;
  padding: 0;
}

.woof_container_inner ul.woof_list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .woof_container_inner ul.woof_list {
    column-count: 1;
  }
}

/* Verberg aanbieding/*
 

/* ===== BeRocket filtergroep: layout en dropdownstijl ===== */
.berocket_filter_widget .bapf_body > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  box-sizing: border-box;
}
.berocket_filter_widget .bapf_body > div:last-child {
  margin-right: 0;
}
.berocket_filter_widget select,
.br_select_filter select {
  width: 100% !important;
  min-width: 220px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
.berocket_filter_widget select option {
  white-space: normal;
  padding: 4px 6px;
}
.berocket_filter_widget {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .berocket_filter_widget .bapf_body > div {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* BeRocket + Select2: maak het veld breed en leesbaar */
.berocket_filter_widget .select2-container {
  width: 100% !important;        /* laat meegroeien met de kolom */
  min-width: 260px !important;   /* groter dan dat smalle balkje */
}

.berocket_filter_widget .select2-container .select2-selection--single {
  min-height: 40px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.berocket_filter_widget .select2-selection__rendered {
  line-height: 1.4;
  white-space: normal;           /* tekst mag afbreken i.p.v. afkappen */
}

/* ruimte tussen filters */
.berocket_filter_widget { margin-bottom: 20px; }

/* 2 kolommen op desktop, 1 kolom op mobiel (laat staan als je dit al had) */
.berocket_filter_widget .bapf_body > div { 
  display: inline-block; width: 48%; margin-right: 2%; vertical-align: top;
}
.berocket_filter_widget .bapf_body > div:last-child { margin-right: 0; }
@media (max-width: 768px){
  .berocket_filter_widget .bapf_body > div { display:block; width:100%; margin:0 0 10px; }
}