@media (max-width: 767px) {
  #popular-personenautos,
  #popular-bedrijfswagens {
    overflow: visible !important;
  }

  .df-popular-scroll {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  .df-popular-scroll > .elementor-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start;
  }

  .df-popular-section {
    position: relative !important;
  }

  /* Chevron styling – aangepast volgens wens */
  .df-chevron {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgb(30 181 204);
    color: #fff;
    width: 29px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }
  .df-chevron.left { left: 15px; }
  .df-chevron.right { right: 15px; }
}
