/* DİK marka uygulamaları */
.brand {
  gap: 11px;
  color: #f5f8f5;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.brand-mark {
  height: 35px;
  width: 43px;
  background: #183624;
  border: 1px solid #4fc97d;
  border-radius: 8px;
  color: #8cf0b1;
  font-size: 10px;
  letter-spacing: 1px;
  box-shadow: inset 0 0 0 3px #142a1c, 0 6px 18px rgba(76, 210, 127, .12);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(123, 239, 166, .28);
  border-radius: 4px;
}

.brand-mark i { display: none; }
