:root{--sbw-primary:#0ea5e9;--sbw-accent:#38bdf8;--sbw-border:#e5e7eb}
.sbw-wizard{max-width:980px;margin:20px auto;padding:16px;border:1px solid var(--sbw-border);border-radius:14px;background:#fff}
.sbw-progress{display:flex;gap:10px;align-items:center;margin-bottom:12px}
.sbw-progress__item{position:relative;display:flex;align-items:center;gap:10px}
.sbw-progress__dot{width:28px;height:28px;border-radius:999px;background:#f1f5f9;border:2px solid var(--sbw-border);display:grid;place-content:center;font-weight:600;color:#64748b}
.sbw-progress__item.is-active .sbw-progress__dot{background:var(--sbw-accent);border-color:var(--sbw-primary);color:#fff}
.sbw-progress__item.is-done  .sbw-progress__dot{background:var(--sbw-primary);border-color:var(--sbw-primary);color:#fff}
.sbw-progress__bar{width:60px;height:4px;background:#e2e8f0;border-radius:999px}
.sbw-progress--bar .sbw-progress__dot{width:10px;height:10px;border-radius:999px}
.sbw-progress--bar .sbw-progress__item.is-active .sbw-progress__dot,
.sbw-progress--bar .sbw-progress__item.is-done  .sbw-progress__dot{background:var(--sbw-primary)}
.sbw-progress--dots .sbw-progress__bar{display:none}

.sbw-step{border:1px solid var(--sbw-border);border-radius:12px;padding:14px;margin:12px 0}
.sbw-options{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.sbw-choice{display:flex;gap:10px;align-items:center;border:1px solid var(--sbw-border);border-radius:10px;padding:10px}
.sbw-choice.is-selected{outline:3px solid rgba(14,165,233,.25)}
.sbw-actions{display:flex;gap:10px;justify-content:space-between;margin-top:10px;flex-wrap:wrap}
.sbw-btn{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:#f1f5f9}
.sbw-btn--primary{background:var(--sbw-primary);color:#fff}
.sbw-summary{border:1px dashed var(--sbw-border);border-radius:10px;padding:10px;margin-top:10px}
@media(max-width:640px){
  .sbw-progress__bar{width:36px}
  .sbw-options{grid-template-columns:1fr}
}

/* Stronger button styles to avoid theme overrides */
.sbw-btn{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1.2;font-weight:600;color:#111 !important}
.sbw-btn--primary{color:#fff !important}
.sbw-actions .sbw-btn{min-width:120px}

/* SBW: fuerza visibilidad del <select> */
.sbw-force-visible{display:block!important;visibility:visible!important;opacity:1!important;width:100%;max-width:100%;height:42px;padding:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fff;appearance:auto}


/* SBW+: opciones con dirección y mapa */
.sbw-choice{flex-direction:row; align-items:center}
.sbw-choice .sbw-opt-addr{font-size:13px;color:#4b5563;margin-left:8px}
.sbw-choice .sbw-opt-map{margin-left:auto}
.sbw-choice .sbw-opt-map iframe{width:200px;height:200px;border-radius:8px}

@media(max-width:640px){
  .sbw-choice{flex-direction:column;align-items:flex-start}
  .sbw-choice .sbw-opt-map{margin-left:0;margin-top:8px;width:100%}
  .sbw-choice .sbw-opt-map iframe{width:100%;height:200px}
}
