/* Hide public user login/register links if rendered */
a[href="/login"],
a[href="/register"],
a[href$="/login"],
a[href$="/register"],
.login-profile-routes-wrapper {
  display: none !important;
}

/* Footer logo — scale up to match tagline text width */
.ch-footer-section .single-foo-widget .footer-logo {
  width: 100% !important;
  max-width: 320px !important;
  height: auto !important;
  object-fit: contain;
  margin-bottom: 16px;
}

.ch-footer-section .single-foo-widget p.text-white,
.ch-footer-section .single-foo-widget p.text-auc-white-color {
  max-width: 320px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767.97px) {
  .ch-footer-section .single-foo-widget .footer-logo {
    max-width: 260px !important;
  }

  .ch-footer-section .single-foo-widget p.text-white,
  .ch-footer-section .single-foo-widget p.text-auc-white-color {
    max-width: 260px;
  }
}

/* Header logo — slightly larger for better balance with nav */
.ch-header-area .logo,
.ch-header-area .ch-header-logo-wrapper {
  width: 240px !important;
  height: 75px !important;
}

.ch-header-area .ch-header-logo-wrapper img,
.ch-header-area .logo-wraper img.logo {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain;
}

.mobile-menu .logo img {
  width: 220px !important;
  height: auto !important;
  max-height: 70px !important;
}

@media (max-width: 1199.97px) {
  .ch-header-area .logo,
  .ch-header-area .ch-header-logo-wrapper {
    width: 180px !important;
    height: 56px !important;
  }
}

@media (max-width: 767.97px) {
  .ch-header-area .logo,
  .ch-header-area .ch-header-logo-wrapper {
    width: 165px !important;
    height: 52px !important;
  }
}
