/* Smart Popup theme: Slate — dark opaque, small radius, tight shadow */
.smart-popup--theme-slate {
  --smart-popup-arrow-bg: #1e293b;
  filter: drop-shadow(0 4px 10px rgba(2,6,23,.30));
  color: #f1f5f9;
}
.smart-popup--theme-slate .smart-popup__inner {
  background: #1e293b;
  color: #f1f5f9;
  border-radius: 8px;
}
.smart-popup--theme-slate .smart-popup__content a { color: #93c5fd; }
