body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider {
  display: block !important;
  grid-template-columns: unset !important;
  container-type: normal !important;
  box-sizing: border-box !important;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: var(--icp-anchor-left, 0px);
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
  cursor: inherit;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport::-webkit-scrollbar {
  display: none;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport > .icp-cs-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--wp--preset--spacing--50);
  padding-left: var(--icp-anchor-left, 0px);
  padding-right: var(--icp-anchor-right, 0px);
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport > .icp-cs-track > * {
  flex: 0 0 min(480px, var(--icp-slide-base-width, 100%) / 1.5) !important;
  max-width: min(480px, var(--icp-slide-base-width, 100%) / 1.5);
  min-width: 0 !important;
  width: auto !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport > .icp-cs-track > * {
    flex: 0 0 min(480px, var(--icp-slide-base-width, 100%) / 2.5) !important;
    max-width: min(480px, var(--icp-slide-base-width, 100%) / 2.5);
  }
}
@media (min-width: 1024px) {
  body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider > .icp-cs-viewport > .icp-cs-track > * {
    flex: 0 0 min(480px, var(--icp-slide-base-width, 100%) / (var(--icp-slider-columns, 3.5) - 0.5)) !important;
    max-width: min(480px, var(--icp-slide-base-width, 100%) / (var(--icp-slider-columns, 3.5) - 0.5));
  }
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider.is-dragging {
  cursor: grabbing;
  user-select: none;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider.is-dragging > .icp-cs-viewport {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .wp-block-group.is-content-slider:not(.is-dragging) {
  cursor: grab;
}

body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .icp-cs-nav {
  display: flex;
  gap: 8px;
  margin-top: var(--wp--preset--spacing--50);
}

body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .icp-cs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--wp--preset--color--feature-midtone);
  background: transparent;
  color: var(--wp--preset--color--fg);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  flex-shrink: 0;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .icp-cs-btn:hover:not(:disabled) {
  background: var(--wp--preset--color--fg);
  border-color: var(--wp--preset--color--fg);
  color: var(--wp--preset--color--bg-alt);
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .icp-cs-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
body:not(.block-editor-iframe__body):not(.editor-styles-wrapper) .icp-cs-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
