.brand .brand__wordmark {
  display: block;
  width: 150px;
  height: auto;
  border-radius: 0;
}

.brand .brand__icon,
.topbar__logo .brand__icon {
  display: block;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.topbar__logo .brand__icon {
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.brand--footer .brand__icon {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

@media (max-width: 560px) {
  .brand .brand__wordmark {
    width: 132px;
  }
}
