.auth-brand {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(3, 40, 44, .96) 0%, rgba(3, 52, 57, .83) 46%, rgba(3, 52, 57, .38) 100%),
    url("login-business-hero.webp") center center / cover no-repeat;
}

.auth-brand::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  z-index: -1;
  background: linear-gradient(transparent, rgba(2, 27, 30, .72));
}

.auth-brand .logo,
.auth-brand h1,
.auth-brand p {
  position: relative;
}

.auth-brand h1 {
  text-shadow: 0 3px 24px rgba(0, 0, 0, .28);
}

.menu-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.nav a small {
  margin-left: auto;
}

.tabs a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.tabs .menu-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.source-documents {
  display: grid;
  gap: .8rem;
}

.source-document-note {
  padding: .8rem;
  border: 1px dashed #b8cccf;
  border-radius: 9px;
  background: #f8fbfb;
  color: var(--muted);
}

.source-doc-box {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px dashed #aac5c7;
  border-radius: 12px;
  background: #f7fbfb;
}

.source-doc-box legend,
.card h2 .menu-icon {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--teal);
  font-weight: 850;
}

code { white-space: normal; overflow-wrap: anywhere; font-size: .75rem; }

@media (max-width: 650px) {
  .auth-brand {
    min-height: 330px;
    background-position: 58% center;
  }
}
