/* Style the new dropdown */
.kb-splide-label-dropdown {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0.75rem 40px 0.75rem 1rem; 
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: -70px;
  right: 0;
  border-radius: 0 55px 0 26px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: 
    url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>'),
    linear-gradient(90deg, rgba(126, 155, 80, 1.00) 0%, rgba(210, 209, 122, 1.00) 100%);
    background-repeat: no-repeat, no-repeat;
  background-position: right 18px center, center;
  background-size: 24px, auto;
}
@media (max-width: 1024px) {
  .kb-splide-label-dropdown {
    top: -62px;
  }
}
@media (max-width: 768px) {
  .kb-splide-label-dropdown {
    top: -44px;
  }
}

.kb-splide-label-dropdown:focus {
  outline: none;
  border-color: #222;
}

/* Ensure the original dots stay hidden just in case inline styles fail */
.kb-splide-dropdown-mode .splide__pagination {
  display: none !important;
}