.status-card {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.08);
  max-width: 450px;
  text-align: center;
  margin-top: 0.75rem;
}

.map-image, .server-image {
  width: 260px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.info {
  margin: 6px 0;
  font-size: 0.95em;
}

.status-card a {
  color: #00ffff;
  text-decoration: none;
  font-weight: 500;
}