/* v23: keep the supplied wordmark fully visible and make the final action unmistakable. */
.brand-real {
  overflow: visible;
}

.brand-real-logo {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none !important;
  aspect-ratio: 984 / 187;
  object-fit: contain;
  object-position: center;
}

.header .brand-real-logo,
.footer .brand-real-logo {
  max-height: none;
}

.closing-actions .button {
  min-height: 56px;
  font-weight: 650;
}

.closing-actions .button-outline {
  border-color: #11a9ef66;
}

@media (max-width: 720px) {
  .closing-actions .button {
    min-height: 54px;
  }
}
