/* Survetify brand identity — shared by navigation, footer and product mockups. */
.brand-mark,
.mini-mark {
  background-color: #0b1424;
  background-image: url("/assets/survetify-app-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  transform: none;
}

.brand-mark {
  border-radius: 8px;
  display: block;
  flex: none;
}

.brand-mark > span {
  display: none;
}

.mini-mark {
  border-radius: 5px;
  display: block;
}
