.dp-xoo-force-show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.xoo-wsc-container .dp-xoo-sp-fallback-outer {
  position: relative;
  overflow: hidden;
}

.xoo-wsc-container .xoo-wsc-sp-slider.dp-xoo-sp-fallback-slider {
  display: flex !important;
  flex-wrap: nowrap !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  transition: transform 0.35s ease;
  will-change: transform;
}

.xoo-wsc-container .xoo-wsc-sp-slider.dp-xoo-sp-fallback-slider > li {
  flex: 0 0 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

.xoo-wsc-container .dp-xoo-sp-fallback-actions {
  position: absolute;
  inset: 50% 8px auto 8px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.xoo-wsc-container .dp-xoo-sp-fallback-btn {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1f2937;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.xoo-wsc-container .dp-xoo-sp-fallback-btn[disabled] {
  opacity: 0.45;
  cursor: default;
}

.xoo-wsc-container .dp-xoo-sp-fallback-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.xoo-wsc-container .dp-xoo-sp-fallback-dot {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  padding: 0;
}

.xoo-wsc-container .dp-xoo-sp-fallback-dot.is-active {
  width: 18px;
  background: #7fb11d;
}
