/* v787GR — Emergency sidebar Visa Requirements checker */

body .emergency-sidebar-v787FR .emergency-visa-checker-side-v787GR{
  background:#fff !important;
}

body .emergency-visa-checker-side-v787GR .emergency-side-intro-v787GR{
  margin:0 0 14px !important;
  color:#334155 !important;
  font-size:14px !important;
  line-height:1.45 !important;
}

body .emergency-side-checker-form-v787GR{
  display:grid !important;
  gap:12px !important;
}

body .emergency-visa-checker-side-v787GR label{
  display:grid !important;
  gap:8px !important;
  color:#061425 !important;
  font-size:14px !important;
  font-weight:900 !important;
  margin:0 !important;
}

body .emergency-visa-checker-side-v787GR input,
body .emergency-visa-checker-side-v787GR select{
  width:100% !important;
  min-height:48px !important;
  border:1px solid #d6dee9 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#061425 !important;
  font-size:15px !important;
  line-height:1.25 !important;
  padding:11px 13px !important;
  box-shadow:none !important;
  box-sizing:border-box !important;
}

body .emergency-visa-checker-side-v787GR input:focus,
body .emergency-visa-checker-side-v787GR select:focus{
  outline:2px solid rgba(31,124,242,.24) !important;
  border-color:#1f7cf2 !important;
}

body .emergency-visa-checker-side-v787GR .emergency-check-requirements-v787GR{
  width:100% !important;
  min-height:48px !important;
  margin-top:2px !important;
  border-radius:12px !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:15px !important;
  background:#ef3b3b !important;
  border:1px solid #ef3b3b !important;
  color:#fff !important;
}

body .emergency-visa-checker-side-v787GR .emergency-check-requirements-v787GR:hover{
  background:#df2d2d !important;
  border-color:#df2d2d !important;
  color:#fff !important;
}

body .emergency-side-result-v787GR{
  display:none !important;
  margin-top:14px !important;
}
body .emergency-side-result-v787GR.is-visible{
  display:block !important;
}

body .emergency-side-result-v787GR .visa-result-card{
  border:1px solid #dce6f2 !important;
  border-radius:14px !important;
  background:#f8fbff !important;
  padding:14px !important;
  box-shadow:none !important;
}
body .emergency-side-result-v787GR .result-kicker{
  font-size:12px !important;
  font-weight:900 !important;
  color:#1f7cf2 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  margin-bottom:6px !important;
}
body .emergency-side-result-v787GR h3{
  font-size:17px !important;
  line-height:1.22 !important;
  margin:0 0 8px !important;
}
body .emergency-side-result-v787GR p{
  font-size:13px !important;
  line-height:1.45 !important;
  margin:0 0 10px !important;
}
body .emergency-side-result-v787GR .result-grid{
  display:grid !important;
  gap:8px !important;
  margin:10px 0 !important;
}
body .emergency-side-result-v787GR .result-grid > div{
  border:1px solid #e3edf8 !important;
  border-radius:10px !important;
  background:#fff !important;
  padding:9px 10px !important;
}
body .emergency-side-result-v787GR .result-grid span{
  display:block !important;
  font-size:11px !important;
  color:#64748b !important;
  font-weight:800 !important;
}
body .emergency-side-result-v787GR .result-grid strong{
  display:block !important;
  font-size:13px !important;
  color:#061425 !important;
  line-height:1.25 !important;
}
body .emergency-side-result-v787GR .hero-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  margin-top:10px !important;
}
body .emergency-side-result-v787GR .hero-actions .btn{
  width:100% !important;
  min-height:42px !important;
  border-radius:999px !important;
  font-size:13px !important;
  color:#fff !important;
}
body .emergency-side-result-v787GR .hero-actions .btn.secondary{
  background:#229ED9 !important;
  border-color:#229ED9 !important;
  color:#fff !important;
}
