/* v616U — compact processing estimate note */
.processing-estimate-note-v616U{
  margin-top:8px;
  padding:9px 10px;
  border:1px solid #dbeafe;
  border-radius:12px;
  background:linear-gradient(180deg,#f8fbff,#ffffff);
  color:#334155;
  font-size:12px;
  line-height:1.38;
  box-shadow:0 8px 20px rgba(15,23,42,.035);
}
.processing-estimate-note-v616U.hidden{
  display:none !important;
}
.processing-estimate-note-v616U .estimate-title-v616U{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:2px;
  color:#0f172a;
  font-size:12px;
  font-weight:850;
}
.processing-estimate-note-v616U .estimate-main-v616U{
  font-size:12px;
}
.processing-estimate-note-v616U .estimate-local-v616U{
  margin-top:2px;
  color:#475569;
}
.processing-estimate-note-v616U .estimate-small-v616U{
  margin-top:3px;
  color:#64748b;
  font-size:11px;
}
.processing-estimate-inline-v616U{
  margin-top:7px;
  padding:8px 9px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
  color:#475569;
  font-size:12px;
  line-height:1.35;
}
.processing-estimate-inline-v616U strong{
  color:#0f172a;
}
@media(max-width:720px){
  .processing-estimate-note-v616U{
    padding:8px 9px;
    font-size:11.5px;
  }
}


/* v673A — visibility hardening: keep the estimated visa-result block easy to see in Step 1, Step 2, and Review. */
.processing-estimate-note-v616U[data-processing-estimate-rendered="1"]{
  display:block !important;
  margin-top:12px !important;
  padding:12px 14px !important;
  border:1px solid #bfdbfe !important;
  border-left:4px solid #2563eb !important;
  background:linear-gradient(180deg,#eff6ff,#ffffff) !important;
  min-height:54px !important;
}
.processing-estimate-note-v616U[data-processing-estimate-rendered="1"] .estimate-title-v616U::before,
.processing-estimate-inline-v616U .estimate-title-v616U::before{
  content:'⏱';
  display:inline-block;
  margin-right:6px;
}
.processing-estimate-inline-v616U{
  border-left:4px solid #2563eb !important;
  background:linear-gradient(180deg,#eff6ff,#ffffff) !important;
}
