/* Layout 3 desktop: Duration / Group Size spacing */
@media (min-width: 1200px) {
  .st-list-tour-related .st-tour--feature {
    column-gap: 12px;
  }

  .st-list-tour-related .st-tour--feature .st-tour__item:last-child {
    padding-right: 0 !important;
  }

  .st-list-tour-related .st-tour--feature .info__name,
  .st-list-tour-related .st-tour--feature .info__value {
    white-space: nowrap;
  }
}

/* Mobile category card carousel */
@media (max-width: 767px) {
  body.page-id-9743 :is(#guided-full-day, #sunrise-experiences, #sunset-experiences, #daytime-adventures, #evening-culture) + .vc_row + .vc_row .wpb_column.vc_hidden-lg.vc_hidden-md > .vc_column-inner.wpb_wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.page-id-9743 :is(#guided-full-day, #sunrise-experiences, #sunset-experiences, #daytime-adventures, #evening-culture) + .vc_row + .vc_row .wpb_column.vc_hidden-lg.vc_hidden-md > .vc_column-inner.wpb_wrapper::-webkit-scrollbar {
    display: none;
  }

  body.page-id-9743 :is(#guided-full-day, #sunrise-experiences, #sunset-experiences, #daytime-adventures, #evening-culture) + .vc_row + .vc_row .wpb_column.vc_hidden-lg.vc_hidden-md > .vc_column-inner.wpb_wrapper > .service-slider-wrapper {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}