.profile-owner-action {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 10;
  padding: 9px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
  opacity: 0.8;
  transition: 0.18s opacity, 0.18s transform;
}

.profile-owner-action:hover {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .profile-owner-action {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
