/* ===== Minecraft Page ===== */

.page-title {
  padding: 40px 0 18px 0;
}

.page-title h1 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.page-title p {
  color: #cfcfe0;
}

.info-list {
  display: grid;
  gap: 6px;
  color: #cfcfe0;
}

.notice {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #cfcfe0;
  opacity: 0.9;
}

.join-box {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.join-note {
  font-size: 0.85rem;
  color: #cfcfe0;
  opacity: 0.9;
}

/* Rules */
.rules-list {
  display: grid;
  gap: 8px;
  color: #cfcfe0;
}

/* Gallery */
.gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #1a1a22;
}

@media (min-width: 860px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Q&A */
.qa-list {
  display: grid;
  gap: 12px;
}

.qa-item {
  padding: 14px;
}

.qa-q {
  font-weight: 900;
  margin-bottom: 6px;
}

.qa-a {
  color: #cfcfe0;
}

.join-steps{
  margin: 12px 0;
  padding-left: 1.2rem;
  color: #cfcfe0;
  line-height: 1.75;
}

.join-steps li strong{
  color: #e9e9f1;
}

.join-actions{
  display: flex;
  margin: 24px 0;
  gap: 12px;
  flex-wrap: wrap;
}
