.page-blog-hcm666-best-gaming-experience {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-hcm666-best-gaming-experience__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-hcm666-best-gaming-experience__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-blog-hcm666-best-gaming-experience__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hcm666-best-gaming-experience__hero-content {
  position: relative;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-hcm666-best-gaming-experience__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-hcm666-best-gaming-experience__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-hcm666-best-gaming-experience__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hcm666-best-gaming-experience__cta-buttons--center {
  justify-content: center;
}

.page-blog-hcm666-best-gaming-experience__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hcm666-best-gaming-experience__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* White text for primary button */
  border: none;
}

.page-blog-hcm666-best-gaming-experience__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-hcm666-best-gaming-experience__btn-secondary {
  background-color: transparent;
  color: #11A84E; /* Main color for secondary button text */
  border: 2px solid #11A84E; /* Main color for secondary button border */
}

.page-blog-hcm666-best-gaming-experience__btn-secondary:hover {
  background-color: #11A84E;
  color: #ffffff;
}

.page-blog-hcm666-best-gaming-experience__full-width-btn {
  width: 100%;
  margin-top: 20px;
}

.page-blog-hcm666-best-gaming-experience__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-hcm666-best-gaming-experience__dark-section {
  background-color: #11271B; /* Card BG */
}

.page-blog-hcm666-best-gaming-experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-hcm666-best-gaming-experience__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  font-weight: 600;
}

.page-blog-hcm666-best-gaming-experience__sub-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: #22C768; /* Auxiliary color */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__text-block {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__text-block strong {
  color: #F2FFF6; /* Highlight strong text */
}

.page-blog-hcm666-best-gaming-experience__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-hcm666-best-gaming-experience__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-hcm666-best-gaming-experience__image-text-block .page-blog-hcm666-best-gaming-experience__image {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
}

.page-blog-hcm666-best-gaming-experience__image-text-block .page-blog-hcm666-best-gaming-experience__text-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-hcm666-best-gaming-experience__image--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.page-blog-hcm666-best-gaming-experience__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-hcm666-best-gaming-experience__game-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-hcm666-best-gaming-experience__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-hcm666-best-gaming-experience__game-card-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-hcm666-best-gaming-experience__game-card-title a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-blog-hcm666-best-gaming-experience__game-card-title a:hover {
  color: #22C768; /* Auxiliary color */
}

.page-blog-hcm666-best-gaming-experience__game-card-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__game-card-btn {
  display: inline-block;
  padding: 8px 15px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hcm666-best-gaming-experience__game-card-btn:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-hcm666-best-gaming-experience__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-hcm666-best-gaming-experience__list-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__bullet-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-hcm666-best-gaming-experience__bullet-list li {
  margin-bottom: 5px;
}

.page-blog-hcm666-best-gaming-experience__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-blog-hcm666-best-gaming-experience__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hcm666-best-gaming-experience__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-hcm666-best-gaming-experience__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-hcm666-best-gaming-experience__faq-question:hover {
  background-color: #11A84E; /* Main color */
}

.page-blog-hcm666-best-gaming-experience__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-blog-hcm666-best-gaming-experience__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-hcm666-best-gaming-experience__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-blog-hcm666-best-gaming-experience__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-hcm666-best-gaming-experience {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hcm666-best-gaming-experience__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-hcm666-best-gaming-experience__hero-content {
    margin-top: 10px;
  }

  .page-blog-hcm666-best-gaming-experience__main-title {
    font-size: 2em; /* Adjusted for mobile */
  }

  .page-blog-hcm666-best-gaming-experience__description {
    font-size: 1em;
  }

  .page-blog-hcm666-best-gaming-experience__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-hcm666-best-gaming-experience__cta-button,
  .page-blog-hcm666-best-gaming-experience__btn-primary,
  .page-blog-hcm666-best-gaming-experience__btn-secondary,
  .page-blog-hcm666-best-gaming-experience a[class*="button"],
  .page-blog-hcm666-best-gaming-experience 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-hcm666-best-gaming-experience__cta-buttons,
  .page-blog-hcm666-best-gaming-experience__button-group,
  .page-blog-hcm666-best-gaming-experience__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;
  }

  .page-blog-hcm666-best-gaming-experience__section {
    padding: 30px 0;
  }

  .page-blog-hcm666-best-gaming-experience__container {
    padding: 0 15px;
  }

  .page-blog-hcm666-best-gaming-experience__section-title {
    font-size: 1.5em; /* Adjusted for mobile */
    margin-bottom: 20px;
  }

  .page-blog-hcm666-best-gaming-experience__sub-title {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-hcm666-best-gaming-experience__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-hcm666-best-gaming-experience__image-text-block--reverse {
    flex-direction: column;
  }

  .page-blog-hcm666-best-gaming-experience__image-text-block .page-blog-hcm666-best-gaming-experience__image,
  .page-blog-hcm666-best-gaming-experience__image-text-block .page-blog-hcm666-best-gaming-experience__text-content {
    min-width: unset;
    width: 100%;
  }

  .page-blog-hcm666-best-gaming-experience img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-hcm666-best-gaming-experience__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hcm666-best-gaming-experience__game-card-image {
    height: 180px;
  }

  .page-blog-hcm666-best-gaming-experience__list-item {
    padding: 20px;
  }

  .page-blog-hcm666-best-gaming-experience__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-hcm666-best-gaming-experience__faq-answer {
    padding: 10px 20px 15px;
  }
}