/**
 * @file
 * System Branding SDC styles - copied from original OJP theme.
 */

.usa-logo {
  margin: 1rem 0.9375rem 1rem 0;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 64em) {
  .usa-logo {
    /* Set min-height for logo area to accommodate search and secondary nav */
    min-height: 80px;
    max-width: unset;
    margin-right: 20.25rem; /* 324px converted to rem */
  }
}

@media print {
  .usa-logo {
    /* Decrease the size of the header region */
    max-height: 65px;
  }
}

.ojp-seal {
  margin-right: 1rem;
}

@media (min-width: 64em) {
  .ojp-seal {
    /* Set min-width for seal at large sizes to minimize logo jump when re-sized */
    min-width: 98px;
  }
}

.ojp-seal img {
  max-width: 100%;
  height: auto;
}

.usa-logo > * {
  flex-grow: 0;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usa-logo > * > a {
  overflow: hidden;
  line-height: 0;
}

/* ojp-office-logo inherits styles from parent .usa-logo > * */
.ojp-office-logo {
  flex-grow: 0;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ojp-office-logo > a {
  overflow: hidden;
  line-height: 0;
}

.ojp-office-logo img {
  max-width: 100%;
  height: auto;
}
