/* FEI brand treatment supplied for the Aachen workspace. */
:root {
  --accent: #78177d;
  --warm: #c98acb;
}

.aq-mark.aq-fei-mark {
  width: 116px;
  height: 58px;
  padding: 6px;
  overflow: hidden;
  background: #5a747a;
  border: 1px solid rgba(214, 142, 218, 0.58);
}

.aq-fei-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav button.active,
.aq-switch button.active,
.aq-filters button.active,
.aq-note-compose button,
.aq-action {
  color: #fff;
}

@media (max-width: 760px) {
  .aq-mark.aq-fei-mark {
    width: 90px;
    height: 46px;
    padding: 5px;
  }
}
