/* devils-hour-core — core.css */
/* Most styles are in the theme. This file adds plugin-specific utilities. */

.dh-sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Matched profile card highlight */
.dh-profile-card.is-match { border-color: rgba(168,85,247,0.55); box-shadow: 0 0 20px rgba(168,85,247,0.12); }

/* Admin column styles */
.column-dh_plan, .column-dh_online { width: 80px; }
