/* V84: Tanıtım girişleri geçici olarak devre dışı. */
.site-shell .main-nav .presentation-disabled:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: .48;
}

.site-shell .main-nav .presentation-disabled:disabled:hover {
  color: inherit;
}

.site-shell .hero-actions .presentation-disabled:disabled {
  cursor: not-allowed;
  filter: none;
  opacity: .58;
}

.site-shell .hero-actions .presentation-disabled:disabled:hover,
.site-shell .hero-actions .presentation-disabled:disabled:focus-visible {
  box-shadow: none;
  filter: none;
  transform: none;
}
