.hngamers-admin-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 15px;
  background-color: #fff;
}

.hngamers-admin-box h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.hngamers-status-row {
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.hngamers-status-row .label {
  flex: 0 0 180px;
  font-weight: 600;
}

.hngamers-status-row .status img {
  vertical-align: middle;
  margin-right: 6px;
}

.hngamers-status-connected {
  color: green;
  font-weight: bold;
}

.hngamers-status-failure {
  color: red;
  font-weight: bold;
}
