/* Navigation availability + contact card */
.sb-nav-item.is-locked{
  color:var(--t3);
  background:rgba(239,246,250,.72);
  border:1px dashed rgba(120,160,184,.35);
  cursor:not-allowed;
}
.sb-nav-item.is-locked:hover{color:var(--t2);background:rgba(232,243,249,.95)}
.sb-nav-item.is-locked .sb-nav-ic{opacity:.58}
.sb-nav-status{
  margin-left:auto;
  padding:3px 7px;
  border-radius:999px;
  color:#56809a;
  background:#e7f2f8;
  font-size:10px;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
}
.sb-progress-status{justify-content:space-between}
.sb-progress-state{display:flex;align-items:center;gap:7px}
.sb-progress-state>i{width:7px;height:7px;border-radius:50%;background:#43b99c;box-shadow:0 0 0 4px rgba(67,185,156,.12)}
.sb-progress-streak{color:#7d98a8;font-size:10px;white-space:nowrap}
.sb-progress-streak b{margin:0 2px;color:#d49327;font:700 14px Georgia,serif}
.sb-footer-contact{
  display:grid;
  gap:7px;
  padding:2px 7px 7px;
}
.sb-footer-contact>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-width:0;
}
.sb-footer-contact span{color:#8ba0ad;font-size:10px;white-space:nowrap}
.sb-footer-contact button,.sb-footer-contact a{
  min-width:0;
  padding:0;
  overflow:hidden;
  border:0;
  background:none;
  color:#2f7898;
  font:600 11px/1.4 inherit;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
  cursor:pointer;
}
.sb-footer-contact button:hover,.sb-footer-contact a:hover{color:#126b91;text-decoration:underline}
.availability-toast{
  position:fixed;
  left:50%;
  bottom:28px;
  z-index:1000;
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:240px;
  max-width:calc(100vw - 32px);
  padding:13px 16px;
  border:1px solid #c9e0ec;
  border-radius:12px;
  background:rgba(248,253,255,.97);
  box-shadow:0 12px 30px rgba(24,74,99,.18);
  color:#28566d;
  transform:translate(-50%,16px);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.availability-toast.show{opacity:1;transform:translate(-50%,0)}
.availability-toast strong{font-size:14px;color:#176a8c}
.availability-toast span{font-size:12px;color:#668496}
