/* v3.10.81 — Sacred Horizon contact-page alignment polish.
   Scoped to Sacred Horizon only; preserves the v3.9.45 visual lock. */
@media (min-width: 768px){
  .public-site[data-theme="sacred_horizon"] .cms-section-frame[data-section-type="timeline"] .grid:has(> article:nth-child(3):last-child){
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    max-width:900px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
.public-site[data-theme="sacred_horizon"] .cms-section-frame[data-section-type="contact-info"]>section{
  padding-top:3.25rem!important;
  padding-bottom:3.25rem!important;
}
.public-site[data-theme="sacred_horizon"] .cms-section-frame[data-section-type="contact-info"]>section>div>.max-w-3xl.mb-10{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin-bottom:2rem!important;
}
.public-site[data-theme="sacred_horizon"] .cms-section-frame[data-section-type="contact-info"]>section>div>.grid{
  border-radius:1rem!important;
  box-shadow:0 18px 48px rgba(31,20,10,.10)!important;
}
@media (max-width:767px){
  .public-site[data-theme="sacred_horizon"] .cms-section-frame[data-section-type="contact-info"]>section{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important;
  }
}
