.portal-wrapper {
  position: absolute;
  top: 180px; /* Ajuste fino hacia abajo */
  right: 20px;
  z-index: 1000;
}

.portal-frame {
  width: 320px;
  height: 380px;
  background: url('/assets/img/bg-portal.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  padding: 50px 20px 20px;
  box-shadow: 0 0 20px #00ff88;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.estado-reino-box {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  width: 100%;
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  box-shadow: 0 0 8px #00ff88;
}

.estado-reino-box .status-ok {
  color: #00ff88;
  font-weight: bold;
  font-size: 1.3rem;
}

.estado-reino-box .status-fail {
  color: #ff4d4d;
  font-weight: bold;
  font-size: 1.3rem;
}

.estado-reino-box .uptime {
  margin-top: 8px;
  font-size: 1rem;
  color: #ccc;
}
