.ring-panel {
  margin-top: 18px;
  padding: 10px;
  border: 4px ridge #ffcc00;
  background: #000000;
  color: #ffff66;
  font-family: "Times New Roman", serif;
  text-align: center;
}

.ring-panel h2,
.ring-panel h3 {
  margin: 0 0 8px;
  color: #00ffff;
  font-family: "Courier New", monospace;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.ring-badge-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  margin: 8px auto;
  max-width: 620px;
  text-align: left;
}

.ring-badge-row img {
  width: 88px;
  image-rendering: pixelated;
}

.ring-title {
  margin: 0 0 4px;
  color: #00ff00;
  font-weight: 700;
}

.ring-detail {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
}

.ring-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin: 10px 0;
}

.ring-controls a,
.ring-controls button {
  min-height: 32px;
  padding: 6px 10px;
  border: 3px outset #c0c0c0;
  background: #c0c0c0;
  color: #000080;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.ring-controls a:active,
.ring-controls button:active {
  border-style: inset;
}

.ring-members {
  margin: 8px auto 0;
  padding: 8px 18px;
  max-width: 620px;
  border: 2px dotted #00ffff;
  background: #111111;
  color: #ffffff;
  text-align: left;
}

.ring-members li {
  margin: 3px 0;
}

.ring-members a {
  color: #00ffff;
}

.ring-members .current {
  color: #ffcc00;
  font-weight: 700;
}

@media (max-width: 680px) {
  .ring-badge-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
