/* هویت بصری رسمی AFV */
.brand-mark,
.auth-card-logo,
.auth-hero-logo,
.track-brand-mark {
  color: transparent !important;
  font-size: 0 !important;
  background-color: transparent !important;
  background-image: url('/assets/afv-logo.png?v=20260826-01') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.brand-block .brand-mark {
  width: 92px;
  height: 42px;
  flex-basis: 92px;
}

.auth-card-logo {
  width: 112px;
  height: 48px;
  flex-basis: 112px;
}

.auth-hero-logo {
  width: 220px;
  height: 75px;
}

.invoice-paper-brand .brand-mark,
.receipt-paper-brand .brand-mark,
.check-receipt-paper-brand .brand-mark {
  width: 104px;
  height: 42px;
  flex-basis: 104px;
}

.letterhead-logo-mark {
  width: 112px;
  height: 53px;
  flex-basis: 112px;
  overflow: visible;
  background: transparent;
}

.letterhead-logo-mark img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.signature-box .signature-name {
  display: block;
  margin-top: 3px;
  color: #526371;
  font-size: 9px;
}

.signature-box .signature-title {
  display: block;
  margin-top: 2px;
  color: #9aa6ae;
  font-size: 7px;
}

.track-brand-mark {
  width: 82px;
  height: 43px;
  flex: 0 0 82px;
}

@media (max-width: 820px) {
  .brand-block .brand-mark {
    width: 84px;
    height: 38px;
    flex-basis: 84px;
  }

  .auth-hero-logo {
    width: 190px;
    height: 65px;
  }

  .letterhead-logo-mark {
    width: 84px;
    height: 44px;
    flex-basis: 84px;
  }
}

@media (max-width: 560px) {
  .auth-card-logo {
    width: 96px;
    height: 42px;
    flex-basis: 96px;
  }

  .auth-hero-logo {
    width: 165px;
    height: 56px;
  }

  .track-brand-mark {
    width: 70px;
    height: 38px;
    flex-basis: 70px;
  }
}
