/* ============================================================
   DotNetNuke Users Online — Classic Blue Theme (Edge-Fit Revision)
   ============================================================ */

.usersOnlineClassic {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #222;
  background: #f7f9fc;
  border: 1px solid #d4d8dd;
  border-radius: 3px;
  width: 320px;
  padding: 10px 14px;
}

/* Main title */
.usersOnlineClassic h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0a3c7d;
  margin: 0 0 12px;
  text-shadow: 0 1px 0 #fff;
}

/* Section containers */
.usersOnlineClassic section {
  background: #fff;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 0 #f9f9f9;
  overflow: hidden; /* trims inside spacing so header spans full width */
}

/* Section headers (flush to edges) */
.usersOnlineClassic h3 {
  font-size: 13px;
  font-weight: bold;
  color: #003366;
  margin: 0;
  border-bottom: 1px solid #ccd3da;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px; /* tightens header height and removes side gaps */
  background: linear-gradient(to bottom, #fdfefe 0%, #e8eff7 100%);
  border-radius: 0;
}

/* Header icons */
.usersOnlineClassic h3 img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  image-rendering: crisp-edges;
}

/* List layout */
.usersOnlineClassic ul {
  list-style: none;
  margin: 0;
  padding: 6px 10px 8px 14px;
}

.usersOnlineClassic li {
  margin: 3px 0;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.5;
}

.usersOnlineClassic li img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  image-rendering: crisp-edges;
}

/* "No users online" message */
.usersOnlineClassic p {
  margin: 6px 0 8px 14px;
  color: #555;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.45;
}

/* Bold labels */
.usersOnlineClassic strong {
  color: #000;
  font-weight: 700;
}

/* Slight hover accent */
.usersOnlineClassic section:hover {
  background: #fafcff;
  border-color: #b8c2d0;
  transition: all 0.15s ease;
}
