.page-resources-how-to-safely-access-m88-anti-blocking-guide {
  color: #ffffff; /* Body background is dark, so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__dark-bg {
  background-color: #0a0a0a; /* Ensure dark background for body text */
  color: #ffffff;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__light-bg {
  background-color: #FFFFFF; /* Use white for internal sections/cards */
  color: #333333;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 0; /* Assuming shared.css handles body padding-top: var(--header-offset) */
  padding-bottom: 80px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-section .page-resources-how-to-safely-access-m88-anti-blocking-guide__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-content {
  flex: 1;
  text-align: left;
  max-width: 600px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__cta-buttons--center {
  justify-content: center;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-primary,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__content-area,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__methods-section,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__notes-section,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__about-section,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-section,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__conclusion-section {
  padding: 60px 0;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: inherit; /* Inherit color from parent section */
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: inherit;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__method-item,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__note-item,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__about-item {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* For dark sections */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__light-bg .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-item,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__light-bg .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-item,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__light-bg .page-resources-how-to-safely-access-m88-anti-blocking-guide__about-item {
  background-color: #f8f8f8; /* For light sections */
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__method-subtitle,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__note-subtitle,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__about-subtitle {
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: inherit;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__image-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__image-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__method-image,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__note-image {
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__product-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: inherit;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__product-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: inherit;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__game-showcase {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-item {
  background-color: #f8f8f8;
  color: #333333;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-title {
  margin: 0;
  color: #333333;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-item.active .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #f8f8f8;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-item.active .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__conclusion-section {
  text-align: center;
}

.page-resources-how-to-safely-access-m88-anti-blocking-guide__conclusion-section .page-resources-how-to-safely-access-m88-anti-blocking-guide__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General image responsiveness */
.page-resources-how-to-safely-access-m88-anti-blocking-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Clear floats for image-left/right */
.page-resources-how-to-safely-access-m88-anti-blocking-guide__method-item::after,
.page-resources-how-to-safely-access-m88-anti-blocking-guide__note-item::after {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries for Responsive Design */
/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-title {
    font-size: 3em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-subtitle,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-subtitle,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__about-subtitle {
    font-size: 1.6em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-image,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-image {
    max-width: 300px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* HERO 主图区域 */
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-section {
    padding-top: 0 !important; /* Ensure no double padding if shared handles body */
    padding-bottom: 40px;
    min-height: auto;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-section .page-resources-how-to-safely-access-m88-anti-blocking-guide__container {
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-content {
    text-align: center;
    max-width: 100%;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  /* 其他内容模块 */
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__content-area,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__methods-section,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__notes-section,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__about-section,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-section,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__conclusion-section {
    padding: 40px 0 !important;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__paragraph,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__product-list li {
    font-size: 1em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-subtitle,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-subtitle,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__about-subtitle {
    font-size: 1.4em;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-item,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-item,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__about-item {
    padding: 20px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__image-left,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__image-right {
    float: none;
    margin: 20px auto !important;
    text-align: center;
  }

  /* 通用图片与容器 */
  .page-resources-how-to-safely-access-m88-anti-blocking-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__hero-image,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__method-image,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__note-image,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 按钮与按钮容器 */
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-primary,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-secondary,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide a[class*="button"],
  .page-resources-how-to-safely-access-m88-anti-blocking-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 !important;
    padding-right: 15px !important;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__cta-buttons,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__button-group,
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    flex-direction: column !important; /* Force column for multiple buttons */
  }

  /* FAQ specific styles */
  .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-answer {
    padding: 0 15px;
  }

  .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-item.active .page-resources-how-to-safely-access-m88-anti-blocking-guide__faq-answer {
    padding: 15px !important;
  }
}