.monogram img {
  display: block;
  filter: drop-shadow(0 3px 8px rgba(17, 30, 43, .2));
  height: 58px;
  transition: height .35s, width .35s;
  width: 58px;
}

.site-header.scrolled .monogram img,
.details-page .monogram img,
.form-page .monogram img {
  height: 48px;
  width: 48px;
}

.sidebar-custom-branding {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 185px;
  padding: 1.35rem 1rem 1rem;
  text-decoration: none;
}

.michaldine-brand {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  text-align: center;
}

.michaldine-brand__mark {
  display: block;
  filter: drop-shadow(0 8px 16px rgba(12, 8, 32, .22));
  height: 112px;
  width: 112px;
}

.michaldine-brand__text strong,
.michaldine-brand__text small {
  display: block;
}

.michaldine-brand__text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  letter-spacing: .02em;
}

.michaldine-brand__text small {
  color: #b9d4e6;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-top: .15rem;
  text-transform: uppercase;
}

.sidebar-collapsed .sidebar-custom-branding {
  min-height: 76px;
  padding: .7rem .25rem;
}

.sidebar-collapsed .michaldine-brand__mark {
  height: 48px;
  width: 48px;
}

.sidebar-collapsed .michaldine-brand__text {
  display: none;
}

.michaldine-login-brand {
  color: #352365;
  margin: 2rem auto 0;
  width: auto;
}

.michaldine-login-brand .michaldine-brand__text small {
  color: #3673a7;
}

@media (max-width: 900px) {
  .monogram img {
    height: 48px;
    width: 48px;
  }
}
