/* Keep the ICEF badge consistent with the verified homepage footer pattern. */
.footer-icef-badge #iasBadge {
  display: inline-flex !important;
  width: 104px !important;
  min-width: 104px !important;
  min-height: 122px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.footer-icef-badge .icef-badge-link,
.footer-icef-badge #iasBadge img {
  display: block !important;
  width: 104px !important;
  max-width: 104px !important;
  height: auto !important;
}

.footer-icef-badge #iasBadge img {
  aspect-ratio: 650 / 762;
  object-fit: contain;
}
