.maxter-servicebar__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.maxter-servicebar__track {
  display: flex;
  transition: transform .42s ease;
  will-change: transform;
}

.maxter-servicebar__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.maxter-servicebar-promo__inner {
  justify-content: center;
}

.maxter-servicebar-promo__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.maxter-servicebar-promo__content p {
  margin: 0;
}

.maxter-servicebar-promo__content button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.maxter-servicebar[data-maxter-servicebar-carousel] {
  position: relative;
}

.maxter-servicebar-promo__arrow {
  display: none;
}

@media (min-width: 768px) {
  .maxter-servicebar-promo__arrow {
    align-items: center;
    border: 0;
    bottom: 0;
    color: inherit;
    display: inline-flex;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: 2;
  }

  .maxter-servicebar-promo__arrow:hover,
  .maxter-servicebar-promo__arrow:focus-visible {
    opacity: 1;
  }

  .maxter-servicebar-promo__arrow--prev {
    left: 4px;
  }

  .maxter-servicebar-promo__arrow--next {
    right: 4px;
  }

  .maxter-servicebar-promo__arrow .material-icons {
    font-size: 18px;
  }
}
