/* OSANIME Member Community — Stage 12 profile hardening */
.profile-community-stage10 :where(a,button,summary):focus-visible {
  outline: 2px solid rgba(255, 62, 151, .95);
  outline-offset: 3px;
}
.profile-community-stage10 .profile-stage9-community-card,
.profile-community-stage10 .profile-stage9-contribution,
.profile-community-stage10 .profile-stage9-suggestion {
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  .profile-community-stage10 *,
  .profile-community-stage10 *::before,
  .profile-community-stage10 *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
