/* Civic Tap pricing footer logo size, revision 1.
   External stylesheet: compatible with Content-Security-Policy style-src 'self'.
   Scope is the pricing footer's explicitly marked logo, not header or city branding. */
.site-footer [data-ct-pricing-footer-logo="1"] {
  display: inline-flex;
  align-items: center;
  width: 160px;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.site-footer [data-ct-pricing-footer-logo="1"] > img {
  display: block;
  width: 160px;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: left center;
}
