
/* v890 — Useful Guide alignment, cleanup, simplified sources, emergency sidebar */
body.useful-guide-clean-v890 .guide-breadcrumb-v514G .container,
body.useful-guide-clean-v890 .guide-hero .container,
body.useful-guide-clean-v890 .section > .container,
body.useful-guide-clean-v890 .section .container{
  max-width: 1280px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
body.useful-guide-clean-v890 .guide-hero{
  padding: 20px 0 24px !important;
  border-bottom: 1px solid #dbe6f3 !important;
  background: linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
}
body.useful-guide-clean-v890 .guide-hero-grid{
  display: block !important;
}
body.useful-guide-clean-v890 .guide-hero-copy{
  max-width: 760px !important;
  margin: 0 !important;
}
body.useful-guide-clean-v890 .guide-hero-copy p,
body.useful-guide-clean-v890 .guide-visual-card,
body.useful-guide-clean-v890 .guide-visual-caption{
  display: none !important;
}
body.useful-guide-clean-v890 .guide-hero-copy .eyebrow{
  margin-bottom: 12px !important;
}
body.useful-guide-clean-v890 .guide-hero-copy h1{
  margin: 0 0 26px !important;
  max-width: 720px !important;
  color: #0d2c6c !important;
}
body.useful-guide-clean-v890 .hero-actions{
  display:flex !important;
  gap:14px !important;
  align-items:center !important;
}
body.useful-guide-clean-v890 .hero-actions .btn.red{
  background:#1f6bd8 !important;
  border-color:#1f6bd8 !important;
}
body.useful-guide-clean-v890 .useful-guide-shell-v890{
  display:grid !important;
  grid-template-columns: minmax(0,1fr) 320px !important;
  gap: 28px !important;
  align-items:start !important;
}
body.useful-guide-clean-v890 .useful-guide-main-v890{
  min-width:0 !important;
}
body.useful-guide-clean-v890 .guide-hub-intro-v513G{
  margin-top: 18px !important;
}
body.useful-guide-clean-v890 .guide-intro-card-v513G,
body.useful-guide-clean-v890 .guide-route-card-v513G,
body.useful-guide-clean-v890 .guide-card-v513G,
body.useful-guide-clean-v890 .guide-cta-panel-v513G{
  border-radius: 0 !important;
}
body.useful-guide-clean-v890 .guide-route-grid-v513G,
body.useful-guide-clean-v890 .guide-card-grid-v513G{
  align-items: stretch !important;
}
/* Emergency sidebar formatting on useful guide */
body.useful-guide-clean-v890 .useful-guide-emergency-sidebar-v890{
  width: 320px !important;
  max-width: 320px !important;
  min-width: 320px !important;
  position: sticky !important;
  top: 92px !important;
  display: grid !important;
  gap: 16px !important;
  align-self: start !important;
}
body.useful-guide-clean-v890 .useful-guide-emergency-sidebar-v890 .emergency-side-box-v787FR{
  border-radius:0 !important;
}
/* Simplified sources */
body.useful-guide-clean-v890 .useful-guide-sources-v890{
  padding-top: 8px !important;
}
body.useful-guide-clean-v890 .useful-guide-sources-wrap-v890{
  border-top: 1px solid #dbe6f3 !important;
  padding-top: 28px !important;
}
body.useful-guide-clean-v890 .useful-guide-sources-head-v890{
  max-width: 760px !important;
  margin-bottom: 20px !important;
}
body.useful-guide-clean-v890 .useful-guide-sources-head-v890 h2{
  margin: 10px 0 12px !important;
}
body.useful-guide-clean-v890 .useful-guide-sources-head-v890 p{
  margin:0 !important;
  color:#42526b !important;
}
body.useful-guide-clean-v890 .useful-guide-source-list-v890{
  display:grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px 18px !important;
}
body.useful-guide-clean-v890 .useful-guide-source-item-v890{
  display:grid !important;
  grid-template-columns: 48px minmax(0,1fr) !important;
  gap: 14px !important;
  align-items:start !important;
  padding: 18px 18px 18px 16px !important;
  border: 1px solid #dbe6f3 !important;
  background:#fff !important;
  border-radius:0 !important;
}
body.useful-guide-clean-v890 .useful-guide-source-boundary-v890{
  background:#f7fbff !important;
}
body.useful-guide-clean-v890 .useful-guide-source-icon-v890{
  width: 40px !important;
  height: 40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size: 20px !important;
  background:#e8f2ff !important;
  color:#0d5bd7 !important;
  border:1px solid #c8dbfb !important;
}
body.useful-guide-clean-v890 .useful-guide-source-item-v890 h3{
  margin:0 0 6px !important;
  font-size: 18px !important;
  line-height:1.25 !important;
  color:#0a2240 !important;
}
body.useful-guide-clean-v890 .useful-guide-source-item-v890 p{
  margin:0 !important;
  color:#42526b !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
body.useful-guide-clean-v890 .useful-guide-source-item-v890 a{
  font-weight:700 !important;
}
@media (max-width: 1100px){
  body.useful-guide-clean-v890 .useful-guide-shell-v890{
    grid-template-columns: minmax(0,1fr) !important;
  }
  body.useful-guide-clean-v890 .useful-guide-emergency-sidebar-v890{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    position: static !important;
  }
  body.useful-guide-clean-v890 .useful-guide-source-list-v890{
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px){
  body.useful-guide-clean-v890 .guide-breadcrumb-v514G .container,
  body.useful-guide-clean-v890 .guide-hero .container,
  body.useful-guide-clean-v890 .section > .container,
  body.useful-guide-clean-v890 .section .container{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  body.useful-guide-clean-v890 .hero-actions{
    flex-wrap:wrap !important;
  }
  body.useful-guide-clean-v890 .hero-actions .btn{
    width:auto !important;
  }
}
