/* Pass HUD — info (!) left of close */
section[aria-label="Pass"] .hs-pass-info-btn{
  pointer-events:auto !important;
  z-index:6;
  width:24px;
  height:24px;
  margin:0;
  padding:0;
  border:1.5px solid #ffffff;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  color:#ffffff;
  font-weight:800;
  font-size:14px;
  line-height:1;
  cursor:pointer;
  position:absolute;
  top:10px;
  right:10px;
  transform:translate(-70px,46px) !important;
}
section[aria-label="Pass"] .hs-pass-info-btn:hover{
  background:rgba(0,0,0,.65);
  color:#ffffff;
  border-color:#ffffff;
}
section[aria-label="Pass"]._panelRotate_1omf6_3145 .hs-pass-info-btn{
  top:32px !important;
  right:70px !important;
  transform:none !important;
}
@media (width <= 420px){
  section[aria-label="Pass"] .hs-pass-info-btn{
    transform:translate(-64px,40px) !important;
  }
  section[aria-label="Pass"]._panelRotate_1omf6_3145 .hs-pass-info-btn{
    top:28px !important;
    right:66px !important;
    transform:none !important;
  }
}
.hs-pass-info-backdrop{
  position:fixed;inset:0;z-index:12000;background:rgba(0,0,0,.45);
  display:flex;align-items:flex-start;justify-content:center;
  padding:72px 16px 16px;box-sizing:border-box;
}
.hs-pass-info-modal{
  width:min(340px,92vw);max-height:min(70vh,520px);overflow:auto;
  border:1px solid #8a6a2a;border-radius:8px;
  background:linear-gradient(180deg,#1c140c 0%,#0e0a08 100%);
  color:#f0ebe3;padding:12px 14px 14px;
  box-shadow:0 12px 40px rgba(0,0,0,.55);
}
.hs-pass-info-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.hs-pass-info-head strong{font-size:.95rem;color:#f0d78c}
.hs-pass-info-x{border:0;background:transparent;color:#cbb89a;font-size:16px;cursor:pointer;line-height:1}
.hs-pass-info-status{margin:0 0 6px;font-size:.78rem;font-weight:700;color:#9fd59f}
.hs-pass-info-desc{margin:0 0 10px;font-size:.7rem;line-height:1.35;color:#c4b8a8}
.hs-pass-info-label{margin:0 0 4px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#e2c878}
.hs-pass-info-list{margin:0;padding:0 0 0 16px;font-size:.78rem;line-height:1.45;color:#f0ebe3}
.hs-pass-info-list li{margin:2px 0}
