.page-blog-uncovering-card-game-cheating {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-blog-uncovering-card-game-cheating__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #0D0E12;
}

.page-blog-uncovering-card-game-cheating__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image */
  margin-bottom: 20px;
}

.page-blog-uncovering-card-game-cheating__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-uncovering-card-game-cheating__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

.page-blog-uncovering-card-game-cheating__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-uncovering-card-game-cheating__description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-uncovering-card-game-cheating__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-uncovering-card-game-cheating__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-uncovering-card-game-cheating__cta-button--large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-blog-uncovering-card-game-cheating__content-area,
.page-blog-uncovering-card-game-cheating__faq-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #0D0E12;
}

.page-blog-uncovering-card-game-cheating__section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-uncovering-card-game-cheating__section-title {
  font-size: 2.2em;
  color: #FF8C1A; /* Main Color */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-uncovering-card-game-cheating__paragraph {
  font-size: 1.05em;
  color: #FFF3E6;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-uncovering-card-game-cheating__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}

.page-blog-uncovering-card-game-cheating__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-uncovering-card-game-cheating__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.05em;
}

.page-blog-uncovering-card-game-cheating__list-item strong {
  color: #FFA53A; /* Auxiliary Color */
}

.page-blog-uncovering-card-game-cheating__text-highlight {
  color: #FFB04D; /* Glow */
  font-weight: bold;
}

.page-blog-uncovering-card-game-cheating__text-link {
  color: #FFA53A;
  text-decoration: underline;
}

.page-blog-uncovering-card-game-cheating__text-link:hover {
  color: #FFB04D;
}

.page-blog-uncovering-card-game-cheating__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-uncovering-card-game-cheating__faq-section {
  background-color: #17191F; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
}

.page-blog-uncovering-card-game-cheating__faq-list {
  margin-top: 30px;
}

.page-blog-uncovering-card-game-cheating__faq-item {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-uncovering-card-game-cheating__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #FFF3E6;
  background-color: #17191F; /* Card BG */
  transition: background-color 0.3s ease;
}

.page-blog-uncovering-card-game-cheating__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-uncovering-card-game-cheating__faq-item summary:hover {
  background-color: #0D0E12;
}

.page-blog-uncovering-card-game-cheating__faq-qtext {
  flex-grow: 1;
  color: #FFF3E6;
}

.page-blog-uncovering-card-game-cheating__faq-toggle {
  font-size: 1.5em;
  color: #FFA53A;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-uncovering-card-game-cheating__faq-item[open] .page-blog-uncovering-card-game-cheating__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-uncovering-card-game-cheating__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #FFF3E6;
  background-color: #0D0E12;
  border-top: 1px solid #A84F0C;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-uncovering-card-game-cheating__hero-section {
    padding: 0 15px 30px;
    padding-top: 10px !important;
  }

  .page-blog-uncovering-card-game-cheating__hero-content {
    padding: 0 15px 30px;
  }

  .page-blog-uncovering-card-game-cheating__main-title {
    font-size: 2em;
  }

  .page-blog-uncovering-card-game-cheating__description {
    font-size: 1em;
  }

  .page-blog-uncovering-card-game-cheating__cta-button,
  .page-blog-uncovering-card-game-cheating__cta-button--large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-uncovering-card-game-cheating__content-area,
  .page-blog-uncovering-card-game-cheating__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-uncovering-card-game-cheating__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-uncovering-card-game-cheating__paragraph,
  .page-blog-uncovering-card-game-cheating__list-item,
  .page-blog-uncovering-card-game-cheating__faq-answer p {
    font-size: 0.95em;
  }

  .page-blog-uncovering-card-game-cheating__image-inline {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-uncovering-card-game-cheating__faq-item summary {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-uncovering-card-game-cheating__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-uncovering-card-game-cheating__list {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-uncovering-card-game-cheating__main-title {
    font-size: 1.8em;
  }

  .page-blog-uncovering-card-game-cheating__section-title {
    font-size: 1.6em;
  }

  .page-blog-uncovering-card-game-cheating__cta-button {
    font-size: 0.9em;
    padding: 12px 20px;
  }
}