/* Кнопка в шапке Remnawave (рядом с HeaderControls), не поверх UI */
#amanat-plans-link {
  position: static;
  z-index: auto;
  margin-right: 0.5rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(49, 130, 206, 0.45);
  border-radius: var(--mantine-radius-md, 8px);
  background: rgba(49, 130, 206, 0.18);
  color: #90cdf4 !important;
  font-family: var(--mantine-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#amanat-plans-link:hover {
  background: rgba(49, 130, 206, 0.32);
  border-color: rgba(49, 130, 206, 0.7);
  color: #fff !important;
  transform: none;
  box-shadow: none;
}

@media (max-width: 40rem) {
  #amanat-plans-link {
    margin-right: 0.35rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.75rem;
  }
}
