/* V105 — unify contact help blocks on Apps / Stage 1 / Dashcam pages only. */
body.tt-contact-standard-page .contactbox{
  display:grid!important;
  grid-template-columns:minmax(320px,1fr) minmax(420px,.95fr)!important;
  align-items:start!important;
  gap:28px!important;
}
body.tt-contact-standard-page .contactlinks{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-auto-rows:52px!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  align-self:start!important;
}
body.tt-contact-standard-page .contactlinks .biglink{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  padding:0 18px!important;
  box-sizing:border-box!important;
  text-align:center!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:16px!important;
  font-weight:700!important;
  border-radius:12px!important;
}
/* The bottom strip is the same dark navy as the page background. */
body.tt-contact-standard-page .footer{
  background:#000817!important;
  color:rgba(255,255,255,.66)!important;
  border-top:1px solid rgba(75,155,225,.22)!important;
}
body.tt-contact-standard-page .footer small{color:rgba(255,255,255,.52)!important}
@media(max-width:980px){
  body.tt-contact-standard-page .contactbox{grid-template-columns:1fr!important}
  body.tt-contact-standard-page .contactlinks{grid-auto-rows:48px!important}
  body.tt-contact-standard-page .contactlinks .biglink{height:48px!important;min-height:48px!important;max-height:48px!important;font-size:15px!important}
}
