/* Smart Popup theme: Bordered — hairline border, minimal shadow, small radius */
.smart-popup--theme-bordered {
  --smart-popup-arrow-bg: #ffffff;
  filter: drop-shadow(0 1px 2px rgba(15,23,42,.06));
}
.smart-popup--theme-bordered .smart-popup__inner {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #0f172a;
}
.smart-popup--theme-bordered .smart-popup__arrow::before {
  border: 1px solid #e2e8f0;
}
