:root{
  --wis-pink:#e11d48;
  --wis-pink-dark:#be123c;
  --wis-card:rgba(255,255,255,.40);
  --wis-border:rgba(255,255,255,.25);
  --wis-shadow:0 10px 30px rgba(0,0,0,.18);
  --wis-radius:18px;
}

.wis-open-shell{
  width:100%;
  display:block;
}

.wis-open-card{
  width:100%;
  max-width:100%;
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
  backdrop-filter:none;
}

.wis-open-error{
  background:rgba(220,38,38,.14);
  border:1px solid rgba(220,38,38,.25);
  color:#7f1d1d;
  border-radius:14px;
  padding:10px 12px;
  margin-bottom:12px;
  font-size:14px;
}

.wis-open-rows{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.wis-open-row{
  width:100%;
  background:rgba(255,255,255,.35);
  border:1px solid rgba(255,255,255,.25);
  border-radius:16px;
  padding:12px;
  box-sizing:border-box;
}

.wis-open-label{
  font-size:12px;
  color:rgba(255,255,255,.95);
  margin-bottom:6px;
}

.wis-open-input{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.35);
  padding:12px 12px;
  outline:none;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:15px;
  box-sizing:border-box;
}

.wis-open-input::placeholder{
  color:rgba(255,255,255,.88);
}

.wis-open-error-input{
  border-color: rgba(220,38,38,.65) !important;
  box-shadow: 0 0 0 3px rgba(220,38,38,.18);
}

.wis-open-btns{
  display:flex;
  gap:10px;
  margin-top:10px;
}

.wis-open-pill{
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  padding:10px 16px;
  background:rgba(255,255,255,.75);
  cursor:pointer;
  font-weight:700;
}

.wis-open-pill.is-on.is-yes{
  background:rgba(22,163,74,.16);
  border-color:rgba(22,163,74,.50);
}

.wis-open-pill.is-on.is-no{
  background:rgba(220,38,38,.16);
  border-color:rgba(220,38,38,.50);
}

.wis-open-actions{
  display:flex;
  gap:12px;
  margin-top:14px;
  align-items:center;
}

.wis-open-btn{
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  padding:12px 16px;
  cursor:pointer;
  font-weight:800;
}

.wis-open-btn-primary{
  background:var(--wis-pink);
  border-color:var(--wis-pink);
  color:#fff;
}

.wis-open-btn-primary:hover{
  background:var(--wis-pink-dark);
  border-color:var(--wis-pink-dark);
}

.wis-open-btn-light{
  background:rgba(255,255,255,.78);
}

.wis-open-saved{
  margin-top:12px;
  font-weight:800;
  color:#0f3d1f;
  background:rgba(22,163,74,.16);
  border:1px solid rgba(22,163,74,.25);
  border-radius:14px;
  padding:10px 12px;
}

@media (max-width: 520px){
  .wis-open-card{ padding:0; border-radius:0; }
}
