/* Kadence compatibility: override global button palette inside slider controls only */

.cti-as-wrap .cti-as-controls {
  --global-palette-btn: #111;
  --global-palette-btn-hover: #111;
}

/* Prevent Kadence from stretching dots into pills */
.cti-as-wrap .cti-as-dot {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

/* Make sure arrow glyphs are visible and centered even when Kadence styles buttons globally */
.cti-as-wrap .cti-as-controls button.cti-as-arrow {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 22px !important;
  text-indent: 0 !important;
}
