/* Compact footer identity: keep the brand above its address and center the two contact options. */
.top5-footer--directory.top5-footer--compact .top5-footer__identity {grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);align-items:center;gap:32px 40px;padding-top:28px;margin-top:28px;}
.top5-footer--directory.top5-footer--compact .top5-footer__brand {grid-column:auto;grid-row:auto;min-width:0;}
.top5-footer--directory.top5-footer--compact .top5-footer__address {grid-column:auto;grid-row:auto;margin-top:12px;padding:0;border:0;line-height:1.8;}
.top5-footer--directory.top5-footer--compact .top5-footer__contact {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:24px;grid-column:auto;grid-row:auto;min-width:0;padding-top:0;border-top:0;}
.top5-footer--directory.top5-footer--compact .top5-footer__contact>p {min-width:0;}
.top5-footer--directory.top5-footer--compact .top5-footer__contact>.top5-footer__form {width:100%;min-width:0;margin-top:0;}
.top5-footer--directory.top5-footer--compact.top5-footer--contact .top5-footer__contact {grid-template-columns:minmax(0,1fr);}
.top5-footer--directory.top5-footer--compact .top5-footer__bottom {margin-top:28px;padding-top:18px;}
@media(max-width:959px) {
  .top5-footer--directory.top5-footer--compact .top5-footer__identity {grid-template-columns:minmax(0,1fr);}
  .top5-footer--directory.top5-footer--compact .top5-footer__brand {justify-self:center;text-align:center;}
  .top5-footer--directory.top5-footer--compact .top5-footer__contact {width:min(100%,700px);justify-self:center;}
}
@media(max-width:767px) {
  .top5-footer--directory.top5-footer--compact .top5-footer__identity {gap:24px;}
  .top5-footer--directory.top5-footer--compact .top5-footer__contact {grid-template-columns:minmax(0,1fr);width:min(100%,400px);gap:20px;}
  .top5-footer--directory.top5-footer--compact .top5-footer__bottom {margin-top:24px;padding-top:16px;}
}
