/* CMS overrides — constrain uploaded images that may be larger than reference assets */

/* Header logos — all variants */
.td-header-logo img,
.td-header-5-logo img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

/* Mobile offcanvas logo */
.tdoffcanvas__logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

/* Footer logos — all variants */
.td-footer-logo img,
.td-footer-2-logo img,
.td-footer-3-logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
