.block-editor-block-list__block.wp-block-designsetgo-scroll-marquee,
.editor-styles-wrapper .wp-block-designsetgo-scroll-marquee {
  max-width: 100%;
  width: 100%;
}
.editor-styles-wrapper .dsgo-scroll-marquee {
  width: 100%;
}
.editor-styles-wrapper .dsgo-scroll-marquee .dsgo-scroll-marquee__image {
  height: var(--dsgo-marquee-image-height, 200px);
  width: var(--dsgo-marquee-image-width, auto);
}
.dsgo-scroll-marquee {
  --dsgo-marquee-gap: 20px;
  --dsgo-marquee-row-gap: 20px;
  --dsgo-marquee-image-height: 200px;
  --dsgo-marquee-image-width: auto;
  background: none;
  display: flex;
  flex-direction: column;
  gap: var(--dsgo-marquee-row-gap);
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.dsgo-scroll-marquee:not(.has-background) {
  background-color: transparent;
}
.dsgo-scroll-marquee__row {
  overflow: visible;
  position: relative;
  width: 100%;
}
.dsgo-scroll-marquee__row-controls {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px;
}
.dsgo-scroll-marquee__track {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--dsgo-marquee-gap);
  min-height: 80px;
  overflow: visible;
}
.dsgo-scroll-marquee__track-segment {
  display: flex;
  flex-shrink: 0;
  gap: var(--dsgo-marquee-gap);
}
.dsgo-scroll-marquee__image-wrapper {
  display: inline-block;
  position: relative;
}
.dsgo-scroll-marquee__image-wrapper:hover .dsgo-scroll-marquee__remove-image {
  opacity: 1;
}
.dsgo-scroll-marquee__image {
  border: 2px solid #e0e0e0;
  display: block;
  flex-shrink: 0;
  height: var(--dsgo-marquee-image-height, 200px);
  -o-object-fit: cover;
  object-fit: cover;
  width: var(--dsgo-marquee-image-width, auto);
}
.dsgo-scroll-marquee__remove-image {
  background: hsla(0, 0%, 100%, 0.95);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity 0.2s ease;
}
.dsgo-scroll-marquee__add-images {
  align-items: center;
  background: #f0f6fc;
  border: 2px dashed #2271b1;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  height: 80px;
  justify-content: center;
  min-width: 160px;
  padding: 16px 24px;
  transition: all 0.2s ease;
}
.dsgo-scroll-marquee__add-images:hover {
  background: #e5f2ff;
  border-color: #135e96;
  box-shadow: 0 2px 8px rgba(34, 113, 177, 0.2);
  transform: translateY(-2px);
}
.dsgo-scroll-marquee__add-row {
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}
.dsgo-scroll-marquee {
  --dsgo-marquee-gap: 20px;
  --dsgo-marquee-row-gap: 20px;
  --dsgo-marquee-image-height: 200px;
  --dsgo-marquee-image-width: auto;
  --dsgo-marquee-object-fit: cover;
  background: none;
  contain: layout;
  display: flex;
  flex-direction: column;
  gap: var(--dsgo-marquee-row-gap);
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.dsgo-scroll-marquee:not(.has-background) {
  background-color: transparent;
}
.dsgo-scroll-marquee__row {
  contain: layout;
  max-width: 100%;
  overflow: hidden;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
.dsgo-scroll-marquee__track {
  display: flex;
  gap: var(--dsgo-marquee-gap);
  transform: translateX(0);
  will-change: transform;
}
.dsgo-scroll-marquee__track-segment {
  display: flex;
  flex-shrink: 0;
  gap: var(--dsgo-marquee-gap);
}
.dsgo-scroll-marquee__image {
  display: block;
  flex-shrink: 0;
  height: var(--dsgo-marquee-image-height, 200px);
  -o-object-fit: var(--dsgo-marquee-object-fit, cover);
  object-fit: var(--dsgo-marquee-object-fit, cover);
  width: var(--dsgo-marquee-image-width, auto);
}
@media (prefers-reduced-motion: reduce) {
  .dsgo-scroll-marquee__track {
    transform: none !important;
  }
}

/*# sourceURL=https://thegoblinpropshop.com/wp-content/plugins/designsetgo/build/blocks/scroll-marquee/index.css */
