/* Custom overrides - replaces former inline styles */

/* Hero background (card-11.svg) */
.hero-bg-card {
  background-image: url(/images/card-11.svg);
}

/* Sticky sidebar offset */
.sticky-top-offset {
  top: 8rem;
}

/* Max-width utilities */
.mw-20rem {
  max-width: 20rem;
}

.mw-25rem {
  max-width: 25rem;
}

.mw-45rem {
  max-width: 45rem;
  width: 100%;
  height: auto;
}

/* Logo dimensions */
.navbar-brand-logo-header {
  width: 18rem;
  max-width: 18rem;
  height: auto;
}

.navbar-brand-logo-footer {
  width: 14rem;
  max-width: 14rem;
  height: auto;
}

/* Footer tagline */
.footer-tagline-nowrap {
  white-space: nowrap;
}

/* Go-to (back-to-top) initial state */
.go-to-initial {
  visibility: hidden;
}

/* Privacy table column widths */
.privacy-col-category {
  width: 30%;
}

.privacy-col-collected {
  width: 15%;
}

/* Thank-you page icon size */
.thank-you-icon-size {
  font-size: 4rem;
}

/* Contact form iframe reset */
.contact-iframe-reset {
  border: 0;
  display: block;
}

/* About page avatar */
.about-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

/* Icon box (managed-it) */
.icon-box-2_5rem {
  width: 2.5rem;
  height: 2.5rem;
}
