/* Footer layer: compact footer spacing/typography and trustindex card density. */

.site-footer .footer-widgets-container{
  padding-top:14px!important;
  padding-bottom:10px!important;
}
.site-footer .widget{
  margin-bottom:10px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.site-footer .widget-title,
.site-footer .widget h2,
.site-footer .widget h3{
  margin-bottom:6px!important;
  font-size:.95rem!important;
  line-height:1.2!important;
}
.site-footer,
.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li,
.site-footer .site-info,
.site-footer .inside-site-info{
  font-size:.84rem!important;
  line-height:1.3!important;
}
.site-footer .inside-site-info{
  padding-top:8px!important;
  padding-bottom:8px!important;
}

/* Trustindex cards in footer: keep visible but compact. */
.site-footer .ti-widget{
  max-width:820px;
  margin:0 auto;
}
.site-footer .ti-widget .ti-review-item{
  min-height:auto!important;
}
.site-footer .ti-widget .ti-inner{
  padding:10px!important;
}

@media (max-width:768px){
  .site-footer .footer-widgets-container{
    padding-top:10px!important;
    padding-bottom:8px!important;
  }
  .site-footer .inside-site-info{
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
  .site-footer .widget,
  .site-footer .widget p,
  .site-footer .widget li,
  .site-footer .site-info,
  .site-footer .inside-site-info{
    font-size:.78rem!important;
    line-height:1.25!important;
  }
}
