.swiper-event .swiper-slide:only-child {
	width: 100%;
}
.radio-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 1.5rem; /* space between filters */
}

.radio-list li {
  margin: 0 !important;
  white-space: nowrap; /* prevent label wrap */
}

.custom-control {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .radio-list {
    flex-wrap: wrap !important; /* allow wrap */
    flex-direction: column !important; /* stack vertically */
    gap: 0.75rem;
    overflow-x: visible;
  }