.num7-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 128px;
  height: 42px;
  line-height: 1;
  text-decoration: none;
}

.num7-brand__image {
  display: block;
  width: 100%;
  height: auto;
}

.num7-brand__image--light {
  display: none;
}

:root[data-theme="light"] .num7-brand__image--dark {
  display: none;
}

:root[data-theme="light"] .num7-brand__image--light {
  display: block;
}

.num7-brand--compact {
  width: 112px;
  height: 37px;
}

.num7-brand--footer {
  width: 118px;
  height: 38px;
}
