/**
 * Shared fixes for ported subpages (who-we-are, journal, shop, etc.)
 */

/* CTA arrow PNG is 512x512 — always constrain it */
.header-nav .openquiz img,
.btn-primary.openquiz img,
.btn-secondary.openquiz img,
.sub-button img,
.cta-icon,
.c-i972qr {
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  min-width: 0;
  flex-shrink: 0;
  object-fit: contain;
}

/* Use the simple GET STARTED link; hide duplicate openquiz wrapper */
.header-nav > .openquiz {
  display: none !important;
}

.header-nav > a.btn.btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* Header logo + menu icon sizing */
.header-section .logo img {
  width: auto;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}

.menu-toggle img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
}

.mobile-menu-close .close-icon {
  width: 30px !important;
  height: 30px !important;
}

/* Article / product card images */
.card-image img,
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-icon {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
}

.footer-logo {
  height: 50px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
