.sponsor-card{
  margin:14px 0;
  padding:11px 6px 8px;
  background:#fff;
  border:1px solid rgba(184,137,36,.28);
  box-shadow:0 12px 28px rgba(64,37,0,.06);
  border-radius:16px;
  text-align:center;
}
.sponsor-card p{
  margin:0 0 4px;
  color:#806018;
  font-size:.56rem;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.sponsor-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px 1px;
  align-items:center;
}
.sponsor-logo{
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  border-radius:0;
  overflow:visible;
}
.sponsor-logo img{
  display:block;
  max-width:100%;
  max-height:47px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.footer-sponsor-row{
  width:100%;
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:5px;
  align-items:center;
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid rgba(184,137,36,.16);
}
.footer-sponsor-row img{
  display:block!important;
  max-width:100%!important;
  width:auto!important;
  height:auto!important;
  max-height:24px!important;
  object-fit:contain!important;
  margin:0 auto!important;
}
.site-footer::after{
  display:none!important;
  content:none!important;
  background:none!important;
}
@media(min-width:700px){
  .sponsor-card{
    padding:12px 10px 9px;
  }
  .sponsor-card p{
    margin-bottom:5px;
    font-size:.66rem;
  }
  .sponsor-grid{
    gap:6px 4px;
  }
  .sponsor-logo{
    height:58px;
  }
  .sponsor-logo img{
    max-width:100%;
    max-height:57px;
  }
  .footer-sponsor-row img{
    max-height:28px!important;
  }
}
@media(max-width:540px){
  .footer-sponsor-row{
    gap:3px;
    margin-top:8px;
    padding-top:8px;
  }
  .footer-sponsor-row img{
    max-height:18px!important;
  }
}