.page-news-game-updates-maintenance {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #000000; /* Body background is dark, so content sections will adapt */
  color: #ffffff; /* Default text color for dark background */
}

.page-news-game-updates-maintenance__dark-bg {
  background-color: #1A1A1A;
  color: #ffffff;
}

.page-news-game-updates-maintenance__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-news-game-updates-maintenance__text-dark {
  color: #333333;
}

.page-news-game-updates-maintenance__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
  background-color: #1A1A1A; /* Dark background */
  color: #ffffff;
}

.page-news-game-updates-maintenance__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 30px;
}

.page-news-game-updates-maintenance__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-news-game-updates-maintenance__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-news-game-updates-maintenance__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-news-game-updates-maintenance__btn-primary,
.page-news-game-updates-maintenance__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-news-game-updates-maintenance__btn-primary {
  background-color: #FFD700;
  color: #1A1A1A;
  border: 2px solid #FFD700;
}

.page-news-game-updates-maintenance__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-news-game-updates-maintenance__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-news-game-updates-maintenance__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-news-game-updates-maintenance__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-news-game-updates-maintenance__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.page-news-game-updates-maintenance__section {
  padding: 60px 20px;
  text-align: center;
}

.page-news-game-updates-maintenance__content-area {
  max-width: 1000px;
  margin: 0 auto;
}

.page-news-game-updates-maintenance__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.page-news-game-updates-maintenance__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-news-game-updates-maintenance__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-game-updates-maintenance__maintenance-details {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.page-news-game-updates-maintenance__card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-news-game-updates-maintenance__card-title {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-news-game-updates-maintenance__card-text {
  font-size: 0.95em;
  line-height: 1.5;
  color: #f0f0f0;
}

.page-news-game-updates-maintenance__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-news-game-updates-maintenance__list-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-news-game-updates-maintenance__list-item::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFD700;
}

.page-news-game-updates-maintenance__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-news-game-updates-maintenance__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-news-game-updates-maintenance__game-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-news-game-updates-maintenance__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-news-game-updates-maintenance__game-title {
  font-size: 1.3em;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.page-news-game-updates-maintenance__game-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-news-game-updates-maintenance__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-news-game-updates-maintenance__faq-container {
  margin-top: 40px;
  text-align: left;
}

.page-news-game-updates-maintenance__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-news-game-updates-maintenance__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFD700;
  cursor: pointer;
  background-color: #1A1A1A;
  transition: background-color 0.3s ease;
}

.page-news-game-updates-maintenance__faq-question:hover {
  background-color: #2a2a2a;
}

.page-news-game-updates-maintenance__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-news-game-updates-maintenance__faq-item.active .page-news-game-updates-maintenance__faq-toggle {
  transform: rotate(45deg);
}

.page-news-game-updates-maintenance__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-news-game-updates-maintenance__faq-item.active .page-news-game-updates-maintenance__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-news-game-updates-maintenance__faq-answer p {
  margin-bottom: 0;
  font-size: 0.95em;
}

.page-news-game-updates-maintenance__cta-section {
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 80px 20px;
}

.page-news-game-updates-maintenance__cta-section .page-news-game-updates-maintenance__section-title,
.page-news-game-updates-maintenance__cta-section .page-news-game-updates-maintenance__section-description {
  color: #1A1A1A;
  text-shadow: none;
}

.page-news-game-updates-maintenance__cta-section .page-news-game-updates-maintenance__btn-primary {
  background-color: #1A1A1A;
  color: #FFD700;
  border-color: #1A1A1A;
}

.page-news-game-updates-maintenance__cta-section .page-news-game-updates-maintenance__btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

.page-news-game-updates-maintenance__conclusion-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-game-updates-maintenance__hero-title {
    font-size: 2.8em;
  }
  .page-news-game-updates-maintenance__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-news-game-updates-maintenance__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-news-game-updates-maintenance__hero-title {
    font-size: 2.2em;
  }
  .page-news-game-updates-maintenance__hero-description {
    font-size: 1em;
  }
  .page-news-game-updates-maintenance__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-game-updates-maintenance__btn-primary,
  .page-news-game-updates-maintenance__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }
  .page-news-game-updates-maintenance__section {
    padding: 40px 15px;
  }
  .page-news-game-updates-maintenance__section-title {
    font-size: 1.8em;
  }
  .page-news-game-updates-maintenance__sub-title {
    font-size: 1.5em;
  }
  .page-news-game-updates-maintenance__section-description,
  .page-news-game-updates-maintenance__card-text,
  .page-news-game-updates-maintenance__list-item,
  .page-news-game-updates-maintenance__game-description,
  .page-news-game-updates-maintenance__faq-answer p {
    font-size: 0.9em;
  }
  .page-news-game-updates-maintenance__maintenance-details {
    flex-direction: column;
    gap: 20px;
  }
  .page-news-game-updates-maintenance__card {
    min-width: unset;
    max-width: 100%;
    padding: 20px;
  }
  .page-news-game-updates-maintenance__game-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-news-game-updates-maintenance__game-card {
    padding: 20px;
  }
  .page-news-game-updates-maintenance__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-news-game-updates-maintenance__faq-answer {
    padding: 0 20px;
  }
  .page-news-game-updates-maintenance__faq-item.active .page-news-game-updates-maintenance__faq-answer {
    padding: 15px 20px;
  }

  /* Mobile image responsive adaptations */
  .page-news-game-updates-maintenance img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-game-updates-maintenance__section,
  .page-news-game-updates-maintenance__card,
  .page-news-game-updates-maintenance__container,
  .page-news-game-updates-maintenance__content-area,
  .page-news-game-updates-maintenance__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-news-game-updates-maintenance__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-news-game-updates-maintenance__hero-image {
    width: 100%;
    height: 100%;
  }

  /* Mobile button responsive adaptations */
  .page-news-game-updates-maintenance__cta-button,
  .page-news-game-updates-maintenance__btn-primary,
  .page-news-game-updates-maintenance__btn-secondary,
  .page-news-game-updates-maintenance a[class*="button"],
  .page-news-game-updates-maintenance a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    /* padding-left: 15px; */ /* Handled by container padding */
    /* padding-right: 15px; */ /* Handled by container padding */
  }
  .page-news-game-updates-maintenance__cta-buttons,
  .page-news-game-updates-maintenance__button-group,
  .page-news-game-updates-maintenance__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow-x: hidden !important;
  }
  .page-news-game-updates-maintenance__hero-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-news-game-updates-maintenance__hero-title {
    font-size: 1.8em;
  }
  .page-news-game-updates-maintenance__section-title {
    font-size: 1.6em;
  }
  .page-news-game-updates-maintenance__sub-title {
    font-size: 1.3em;
  }
}