/**
 * Streetsport Activiteiten Styles
 * Compiled from: assets/scss/streetsport/streetsport.scss
 */
 @font-face {
  font-family: "MuseoSans-900";
  src: url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.eot");
  src: url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/8b2760b7bcaf4e2cdbb6cacec092b91b.svg#MuseoSans-900")format("svg");
}

/* Variables */
:root {
  --streetsport-blue: #0F2355;
  --streetsport-orange: #E55238;
  --streetsport-light-blue: #E7ECF7;
  --streetsport-white: #ffffff;
  --streetsport-black: #0c0c0c;
}

/* Container Max Widths */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

/* Standalone Navbar Header */
/* Used on pages without the content builder (archive, single activity) */
.navbar-header {
  background: var(--streetsport-blue);
  position: relative;
  z-index: 100;
}

.navbar-header .container {
  position: relative;
}

.navbar-header .nav-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-header--transparent {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* Filter Bar */
.streetsport-filters {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.streetsport-filters .filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.streetsport-filters .filter-item {
  flex: 1;
  min-width: 150px;
  max-width: 200px;
}

.streetsport-filters .filter-item.filter-date {
  min-width: 140px;
  max-width: 160px;
}

.streetsport-filters .filter-item.filter-leeftijd {
  min-width: 120px;
  max-width: 140px;
}

.streetsport-filters .filter-item.filter-search {
  min-width: 200px;
  max-width: 280px;
}

.streetsport-filters select,
.streetsport-filters input[type="text"],
.streetsport-filters input[type="date"],
.streetsport-filters input[type="number"] {
  width: 100%;
  height: 40px;
  padding: 0 1rem;
  border: 2px solid var(--streetsport-blue);
  border-radius: 50px;
  background: white;
  color: var(--streetsport-blue);
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  transition: border-color 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='var(--streetsport-blue)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.streetsport-filters select:hover,
.streetsport-filters select:focus,
.streetsport-filters input[type="text"]:hover,
.streetsport-filters input[type="text"]:focus,
.streetsport-filters input[type="date"]:hover,
.streetsport-filters input[type="date"]:focus,
.streetsport-filters input[type="number"]:hover,
.streetsport-filters input[type="number"]:focus {
  border-color: var(--streetsport-blue);
  outline: none;
}

.streetsport-filters input[type="number"] {
  background-image: none;
  padding-right: 1rem;
  -moz-appearance: textfield;
}

.streetsport-filters input[type="number"]::-webkit-outer-spin-button,
.streetsport-filters input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.streetsport-filters select::placeholder,
.streetsport-filters input::placeholder {
  color: var(--streetsport-blue);
}

.streetsport-filters input[type="text"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='var(--streetsport-blue)' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
}

.streetsport-filters input[type="date"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='var(--streetsport-blue)' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

.streetsport-filters input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

/* Desktop: collapsible wrapper is invisible to flex layout */
.streetsport-filters .filters-collapsible {
  display: contents;
}

/* Desktop: search appears last in the flex row */
.streetsport-filters .filter-search {
  order: 10;
}

/* Desktop: toggle button hidden */
.streetsport-filters .filters-toggle {
  display: none;
}

/* ========================================
   Mobile Filter Toggle
   ======================================== */

@media (max-width: 768px) {
  /* Form becomes column layout with search + toggle on first row */
  .streetsport-filters .filters-container {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }

  /* Search takes remaining space next to toggle */
  .streetsport-filters .filter-search {
    order: 0;
    flex: 1;
    min-width: 0;
    max-width: none;
  }

  /* Toggle button visible on mobile */
  .streetsport-filters .filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    order: 1;
    flex-shrink: 0;
    height: 40px;
    padding: 0 1rem;
    background: var(--streetsport-blue);
    color: var(--streetsport-white);
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }

  .streetsport-filters .filters-toggle:hover,
  .streetsport-filters .filters-toggle:focus {
    background: rgba(15, 35, 85, 0.85);
    outline: none;
  }

  .streetsport-filters .filters-toggle svg {
    flex-shrink: 0;
  }

  /* Badge for active filter count */
  .streetsport-filters .filters-toggle__count {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    background: var(--streetsport-orange);
    color: var(--streetsport-white);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
  }

  .streetsport-filters .filters-toggle__count.has-count {
    display: inline-flex;
  }

  /* Collapsible container: hidden by default on mobile */
  .streetsport-filters .filters-collapsible {
    display: none;
    order: 2;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  /* Open state */
  .streetsport-filters .filters-collapsible--open {
    display: flex;
  }

  /* Full-width filter items inside collapsible */
  .streetsport-filters .filters-collapsible .filter-item {
    max-width: 100%;
    width: 100%;
  }
}

/* Activity Counter */
.streetsport-counter {
  margin-bottom: 1rem;
}

.streetsport-counter__text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--streetsport-blue);
}

/* Activity Cards Grid */
.streetsport-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 0 0 3rem;
}

@media (max-width: 1200px) {
  .streetsport-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .streetsport-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .streetsport-grid {
    grid-template-columns: 1fr;
  }
}

/* Activity Card */
.streetsport-card {
  display: block;
  background: var(--streetsport-white);
  border-radius: 12px;
  overflow: visible; /* Allow date badge to overflow */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  font-family: "Museo Sans", "museo-sans", sans-serif;
}

.streetsport-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.streetsport-card:hover a:hover {
  text-decoration: none;
}

.streetsport-card:hover .streetsport-card__button {
  background: rgba(15, 35, 85, 0.85);
}

.streetsport-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible; /* Allow date badge to overflow */
}

.streetsport-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  border-bottom: 5px solid var(--streetsport-orange);
}

.streetsport-card__date {
  position: absolute;
  bottom: -20px;
  left: 1rem;
  width: 56px;
  padding: 0.5rem 0.25rem;
  background: var(--streetsport-orange);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--streetsport-white);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.streetsport-card__date .month {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.streetsport-card__date .day {
  font-size: 1.4rem;
  font-family: "MuseoSans-900", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.streetsport-card__content {
  padding: 1.75rem 1.25rem 1.25rem; /* Extra top padding for date badge overlap */
}

.streetsport-card__title {
  font-size: 1.25rem;
  font-family: "MuseoSans-900", sans-serif;
  color: var(--streetsport-blue);
  font-weight: 400;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.streetsport-card__location {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--streetsport-blue);
}

.streetsport-card__district {
  font-size: 1rem;
  font-weight: 400;
  color: var(--streetsport-blue);
  margin: -0.2em 0 0.75rem;
}

.streetsport-card__sport {
  display: inline-block;
  background: rgba(229, 82, 56, 0.12);
  color: var(--streetsport-orange);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}

.streetsport-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.streetsport-card__time {
  font-size: 1.1rem;
  font-family: "MuseoSans-900", sans-serif;
  font-weight: 400;
  color: var(--streetsport-blue);
}

.streetsport-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: var(--streetsport-blue);
  color: var(--streetsport-white);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

/* Back to archive link */
.streetsport-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 1.5rem 0 0;
  color: var(--streetsport-blue);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.streetsport-back-link:hover {
  color: var(--streetsport-orange);
  text-decoration: none;
}

/* Single Activity Page */
.streetsport-single {
  padding: 1.5rem 0 3rem;
}

.streetsport-single__header {
  margin-bottom: 2rem;
}

.streetsport-single__title {
  font-size: 2.5rem;
  color: var(--streetsport-blue);
  margin: 0 0 0.5rem;
  font-weight: 700;
}

.streetsport-single__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--streetsport-orange);
  margin-top: 0.75rem;
  border-radius: 2px;
}

.streetsport-single__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .streetsport-single__content {
    grid-template-columns: 1fr;
    gap: 0rem;
  }

  .streetsport-single__sidebar {
    order: -1;
  }
}

.streetsport-single__description {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(15, 35, 85, 0.85);
  margin-bottom: 2rem;
}

.streetsport-single__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
}

@media (max-width: 480px) {
  .streetsport-single__meta {
    grid-template-columns: 1fr;
  }
}

.streetsport-single__meta-item dt {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--streetsport-blue);
  margin-bottom: 0.25rem;
}

.streetsport-single__meta-item dd {
  font-size: 1rem;
  color: rgba(15, 35, 85, 0.85);
  margin: 0;
}

.streetsport-single__meta-item dd a {
  color: var(--streetsport-orange);
  text-decoration: none;
}

.streetsport-single__meta-item dd a:hover {
  text-decoration: underline;
}

/* Contact person styles */
.streetsport-single__contact dd {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.streetsport-single__contact .contact-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.streetsport-single__contact .contact-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-radius: 6px;
  color: var(--streetsport-white);
  text-decoration: none;
}

.streetsport-single__contact .contact-social i {
  font-size: 14px;
}

.streetsport-single__contact .contact-phone,
.streetsport-single__contact .contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--streetsport-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.streetsport-single__contact .contact-phone:hover,
.streetsport-single__contact .contact-email:hover {
  color: var(--streetsport-orange);
}

.streetsport-single__contact .contact-phone i,
.streetsport-single__contact .contact-email i {
  color: var(--streetsport-orange);
  font-size: 14px;
}

.streetsport-single__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.streetsport-single__image img {
  width: 100%;
  height: auto;
  display: block;
}

.streetsport-single__location-meta {
  background: var(--streetsport-white);
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.streetsport-single__route-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--streetsport-orange);
  border-radius: 50px;
  color: var(--streetsport-orange);
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.streetsport-single__route-btn:hover {
  background: var(--streetsport-orange);
  color: var(--streetsport-white);
}

.streetsport-single__route-btn::after {
  content: '→';
}

/* Pagination */
.streetsport-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 0;
}

.streetsport-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: 50px;
  background: var(--streetsport-white);
  color: var(--streetsport-blue);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.streetsport-pagination .page-numbers:hover,
.streetsport-pagination .page-numbers.current {
  background: var(--streetsport-orange);
  color: var(--streetsport-white);
}

.streetsport-pagination .page-numbers.dots {
  background: transparent;
}

.streetsport-pagination .page-numbers.dots:hover {
  background: transparent;
  color: var(--streetsport-blue);
}

.streetsport-pagination .page-numbers.prev,
.streetsport-pagination .page-numbers.next {
  background: transparent;
}

.streetsport-pagination .page-numbers.prev:hover,
.streetsport-pagination .page-numbers.next:hover {
  background: rgba(15, 35, 85, 0.1);
  color: var(--streetsport-blue);
}

/* No Results */
.streetsport-no-results {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--streetsport-white);
  border-radius: 12px;
}

.streetsport-no-results h3 {
  color: var(--streetsport-blue);
  margin-bottom: 0.5rem;
}

.streetsport-no-results p {
  color: rgba(15, 35, 85, 0.7);
}

/* Loading State */
.streetsport-loading {
  display: flex;
  justify-content: center;
  padding: 3rem;
}

.streetsport-loading::after {
  content: '';
  width: 40px;
  height: 40px;
  border: 3px solid rgba(15, 35, 85, 0.2);
  border-top-color: var(--streetsport-orange);
  border-radius: 50%;
  animation: streetsport-spin 0.8s linear infinite;
}

@keyframes streetsport-spin {
  to {
    transform: rotate(360deg);
  }
}

/* AJAX Loading State */
.loading {
  position: relative;
  min-height: 200px;
}

.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(231, 236, 247, 0.8);
  z-index: 10;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(15, 35, 85, 0.2);
  border-top-color: var(--streetsport-orange);
  border-radius: 50%;
  animation: streetsport-spin 0.8s linear infinite;
  z-index: 11;
}

/* ========================================
   Multi-Select Filter Tags
   ======================================== */

/* Filter Tags Container */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 35, 85, 0.1);
}

/* Individual Filter Tag */
.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  background: var(--streetsport-light-blue);
  border: 1px solid rgba(15, 35, 85, 0.15);
  border-radius: 50px;
  font-size: 0.85rem;
  line-height: 1.3;
  color: var(--streetsport-blue);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.filter-tag:hover {
  background: rgba(231, 236, 247, 0.8);
  border-color: rgba(15, 35, 85, 0.25);
}

.filter-tag__category {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0.7;
}

.filter-tag__label {
  font-weight: 500;
}

.filter-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: var(--streetsport-blue);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.filter-tag__remove:hover {
  background: var(--streetsport-orange);
  color: var(--streetsport-white);
}

/* Clear All Button */
.filter-tags__clear {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  background: transparent;
  border: 1px solid var(--streetsport-orange);
  border-radius: 50px;
  color: var(--streetsport-orange);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.filter-tags__clear:hover {
  background: var(--streetsport-orange);
  color: var(--streetsport-white);
}

/* ========================================
   Select2 Multi-Select Customization
   ======================================== */

/* Container styling for multi-select */
.filter-item--multiselect {
  min-width: 150px;
  max-width: 220px;
  position: relative;
  z-index: 1;
}

/* Raise z-index when dropdown is open */
.filter-item--multiselect.select2-open {
  z-index: 1000;
}

.filter-item--multiselect .select2-container {
  width: 100% !important;
}

/* Dropdown positioning when inside filter-item */
.filter-item--multiselect .select2-container .select2-dropdown {
  width: 220px !important;
  min-width: 100%;
  left: 0 !important;
  top: 100% !important;
  margin-top: 6px;
}

/* Main selection container - the pill-shaped input */
.filter-item--multiselect .select2-container--default .select2-selection--multiple {
  min-height: 40px;
  padding: 4px 32px 4px 12px;
  border: 2px solid var(--streetsport-blue);
  border-radius: 50px !important;
  background: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230F2355' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-item--multiselect .select2-container--default.select2-container--focus .select2-selection--multiple,
.filter-item--multiselect .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: var(--streetsport-orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 82, 56, 0.15);
}

/* The rendered area containing chips and search */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

/* Selected item chips - simple inline tags */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  flex-direction: row-reverse; /* Put X after text */
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 2px 6px 2px 8px;
  background: var(--streetsport-orange);
  border: none;
  border-radius: 4px;
  color: var(--streetsport-white);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Text inside chip */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
  margin: 0;
}

/* Remove X button on chips */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 3px;
  color: var(--streetsport-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease;
  flex-shrink: 0;
}

.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: rgba(255, 255, 255, 0.5);
}

.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}

/* Placeholder text */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: var(--streetsport-blue);
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

/* Search input inside multi-select */
.filter-item--multiselect .select2-container--default .select2-search--inline {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.filter-item--multiselect .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--streetsport-blue);
  width: 100% !important;
  min-width: 50px;
}

.filter-item--multiselect .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: var(--streetsport-blue);
  font-weight: 500;
}

/* Hide search input when items are selected */
.filter-item--multiselect .select2-container--default .select2-selection--multiple.has-selection .select2-search--inline .select2-search__field {
  width: 0 !important;
  min-width: 0;
}

/* ========================================
   Select2 Dropdown Styling
   ======================================== */

/* Dropdown container - using global class because it's appended to body */
.select2-container--default .select2-dropdown {
  border: 2px solid var(--streetsport-blue);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 35, 85, 0.2);
  overflow: hidden;
  z-index: 9999;
}

/* Dropdown opens BELOW the input - add vertical offset */
.select2-container--open .select2-dropdown--below {
  margin-top: 6px;
}

/* Search box in dropdown */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  border-bottom: 1px solid rgba(15, 35, 85, 0.1);
  background: var(--streetsport-light-blue);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 8px 14px;
  border: 1px solid rgba(15, 35, 85, 0.2);
  border-radius: 50px;
  font-size: 0.9rem;
  font-family: inherit;
  background: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--streetsport-blue);
  outline: none;
  box-shadow: 0 0 0 2px rgba(15, 35, 85, 0.1);
}

/* Results list */
.select2-container--default .select2-results__options {
  max-height: 280px;
  padding: 6px 0;
  overflow-y: auto;
}

/* Individual option */
.select2-container--default .select2-results__option {
  position: relative;
  padding: 10px 16px 10px 44px;
  font-size: 0.9rem;
  color: var(--streetsport-blue);
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* Checkbox indicator */
.select2-container--default .select2-results__option::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(15, 35, 85, 0.3);
  border-radius: 4px;
  background: white;
  transition: all 0.15s ease;
  box-sizing: border-box;
}

/* Hover state */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--streetsport-light-blue) !important;
  color: var(--streetsport-blue);
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::before {
  border-color: var(--streetsport-blue);
}

/* Selected state - checked */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: transparent;
  color: var(--streetsport-blue);
}

.select2-container--default .select2-results__option[aria-selected="true"]::before {
  background: var(--streetsport-orange);
  border-color: var(--streetsport-orange);
}

/* Checkmark inside checkbox */
.select2-container--default .select2-results__option[aria-selected="true"]::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

/* Hover on selected */
.select2-container--default .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
  background: var(--streetsport-light-blue) !important;
}

/* No results message */
.select2-container--default .select2-results__message {
  padding: 16px;
  color: rgba(15, 35, 85, 0.6);
  font-size: 0.9rem;
  text-align: center;
}

/* Clear button in selection */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none; /* Hide default clear, we have filter tags */
}

/* All chips visible, container clips overflow */
.filter-item--multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  mask-image: linear-gradient(to right, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .filter-item--multiselect {
    max-width: 100%;
  }

  .filter-tags {
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }

  .filter-tag {
    font-size: 0.8rem;
    padding: 0.25rem 0.4rem 0.25rem 0.6rem;
  }

  .filter-tag__category {
    display: none;
  }
}
