.page-blog-mu66-official-homepage-2024-game-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF);
}

.page-blog-mu66-official-homepage-2024-game-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding for content */
  text-align: center;
  background: linear-gradient(135deg, #26A9E0, #1A7BBF); /* Brand primary color gradient */
  color: #ffffff; /* White text for dark background */
  overflow: hidden;
}

.page-blog-mu66-official-homepage-2024-game-guide__hero-image {
  width: 100%;
  height: auto;
  max-width: 1920px; /* Max width for large screens */
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-mu66-official-homepage-2024-game-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-mu66-official-homepage-2024-game-guide__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-blog-mu66-official-homepage-2024-game-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-primary,
.page-blog-mu66-official-homepage-2024-game-guide__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__section {
  padding: 60px 20px;
}

.page-blog-mu66-official-homepage-2024-game-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-mu66-official-homepage-2024-game-guide__dark-bg {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-blog-mu66-official-homepage-2024-game-guide__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-mu66-official-homepage-2024-game-guide__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-title a:hover {
  text-decoration: underline;
}

.page-blog-mu66-official-homepage-2024-game-guide__game-description {
  font-size: 0.95rem;
  padding: 0 15px;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-text {
  display: inline-block;
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.page-blog-mu66-official-homepage-2024-game-guide__btn-text:hover {
  text-decoration: underline;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-list,
.page-blog-mu66-official-homepage-2024-game-guide__service-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-item,
.page-blog-mu66-official-homepage-2024-game-guide__service-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-title,
.page-blog-mu66-official-homepage-2024-game-guide__service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-title a {
  color: #ffffff;
  text-decoration: none;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-title a:hover {
  text-decoration: underline;
}

.page-blog-mu66-official-homepage-2024-game-guide__promo-item p,
.page-blog-mu66-official-homepage-2024-game-guide__service-list li p {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-mu66-official-homepage-2024-game-guide__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-mu66-official-homepage-2024-game-guide__step-card,
.page-blog-mu66-official-homepage-2024-game-guide__payment-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #333333;
}

.page-blog-mu66-official-homepage-2024-game-guide__payment-card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-blog-mu66-official-homepage-2024-game-guide__step-title,
.page-blog-mu66-official-homepage-2024-game-guide__payment-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-mu66-official-homepage-2024-game-guide__payment-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-mu66-official-homepage-2024-game-guide__payment-title a:hover {
  text-decoration: underline;
}

.page-blog-mu66-official-homepage-2024-game-guide__payment-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-mu66-official-homepage-2024-game-guide__service-list li {
  background-color: #f9f9f9;
  color: #333333;
  text-align: left;
}

.page-blog-mu66-official-homepage-2024-game-guide__service-list li h3 {
  color: #26A9E0;
}

.page-blog-mu66-official-homepage-2024-game-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-mu66-official-homepage-2024-game-guide__cta-center .page-blog-mu66-official-homepage-2024-game-guide__btn-secondary {
  color: #26A9E0;
  border-color: #26A9E0;
  background-color: transparent;
}

.page-blog-mu66-official-homepage-2024-game-guide__cta-center .page-blog-mu66-official-homepage-2024-game-guide__btn-secondary:hover {
  background-color: rgba(38, 169, 224, 0.1);
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-list {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  color: #333333;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  list-style: none;
  padding: 10px 0;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-toggle {
  margin-left: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.page-blog-mu66-official-homepage-2024-game-guide__faq-answer {
  padding-top: 10px;
  font-size: 1rem;
  color: #555555;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-mu66-official-homepage-2024-game-guide__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-mu66-official-homepage-2024-game-guide__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-mu66-official-homepage-2024-game-guide__hero-description {
    font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  }
}

@media (max-width: 768px) {
  .page-blog-mu66-official-homepage-2024-game-guide__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__section {
    padding: 40px 15px;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__content-area {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__hero-image,
  .page-blog-mu66-official-homepage-2024-game-guide__game-image,
  .page-blog-mu66-official-homepage-2024-game-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__hero-content,
  .page-blog-mu66-official-homepage-2024-game-guide__game-card,
  .page-blog-mu66-official-homepage-2024-game-guide__promo-item,
  .page-blog-mu66-official-homepage-2024-game-guide__step-card,
  .page-blog-mu66-official-homepage-2024-game-guide__payment-card,
  .page-blog-mu66-official-homepage-2024-game-guide__service-list li,
  .page-blog-mu66-official-homepage-2024-game-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__btn-primary,
  .page-blog-mu66-official-homepage-2024-game-guide__btn-secondary,
  .page-blog-mu66-official-homepage-2024-game-guide a[class*="button"],
  .page-blog-mu66-official-homepage-2024-game-guide 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;
    padding-right: 15px;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__cta-center .page-blog-mu66-official-homepage-2024-game-guide__btn-primary,
  .page-blog-mu66-official-homepage-2024-game-guide__cta-center .page-blog-mu66-official-homepage-2024-game-guide__btn-secondary {
    width: auto !important; /* Allow buttons in center to shrink if needed, but still full width if text is long */
    max-width: 100% !important;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__game-list,
  .page-blog-mu66-official-homepage-2024-game-guide__guide-steps,
  .page-blog-mu66-official-homepage-2024-game-guide__payment-info {
    grid-template-columns: 1fr;
  }

  .page-blog-mu66-official-homepage-2024-game-guide__faq-item summary {
    font-size: 1rem;
  }
  .page-blog-mu66-official-homepage-2024-game-guide__faq-answer {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .page-blog-mu66-official-homepage-2024-game-guide__main-title {
    font-size: 2rem;
  }
  .page-blog-mu66-official-homepage-2024-game-guide__hero-description {
    font-size: 0.9rem;
  }
  .page-blog-mu66-official-homepage-2024-game-guide__section-title {
    font-size: 1.6rem;
  }
  .page-blog-mu66-official-homepage-2024-game-guide__btn-primary,
  .page-blog-mu66-official-homepage-2024-game-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}