/* Shared Home and Contact footer layout, versioned to bypass the old cached stylesheet. */
.site-footer .footer-grid.shared-footer-grid{
  display:grid!important;
  grid-template-columns:1.2fr .55fr .72fr 1fr!important;
  gap:48px!important;
  align-items:start!important;
}
.site-footer .footer-grid.shared-footer-grid>div{min-width:0!important}
.site-footer .footer-grid.shared-footer-grid .techspro-mini-map{
  width:100%;
  max-width:none!important;
  margin:0!important;
  aspect-ratio:1.45/1;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  overflow:hidden;
}
.site-footer .footer-grid.shared-footer-grid .techspro-mini-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.site-footer .footer-grid.shared-footer-grid .footer-directions-btn{
  width:max-content!important;
  margin-top:10px!important;
}
@media(max-width:980px){
  .site-footer .footer-grid.shared-footer-grid{grid-template-columns:1fr 1fr!important;gap:36px!important}
  .site-footer .footer-grid.shared-footer-grid>div:first-child{grid-column:1/-1!important}
}
@media(max-width:640px){
  .site-footer .footer-grid.shared-footer-grid{grid-template-columns:1fr!important;gap:30px!important}
  .site-footer .footer-grid.shared-footer-grid>div:first-child{grid-column:auto!important}
  .site-footer .footer-grid.shared-footer-grid .techspro-mini-map{aspect-ratio:1.6/1}
}
