body {
  background-image: url("../../../images/Event/loy_krathong.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.bg-fullbody {
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.left-element {
  text-align: center;
  color: white;
}

.server-box {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(20, 20, 30, 0.85);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
  backdrop-filter: blur(6px);
}

.server-address {
  font-size: 1rem;
  font-weight: 700;
}

.server-status {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.dot-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.right-element {
  text-align: center;
}

.iframe-custom {
  width: 380px;
  height: 580px;
  border: none;
}

@media (max-width: 992px) {
  .iframe-custom {
    width: 100%;
    height: 450px;
  }
}
