.page-blog-h3bet-new-link-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-h3bet-new-link-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Adjusted for shared header padding */
  padding-bottom: 0;
}

.page-blog-h3bet-new-link-guide__hero-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-h3bet-new-link-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-h3bet-new-link-guide__hero-content {
  max-width: 1200px;
  margin: 20px auto 40px auto;
  padding: 0 20px;
  text-align: center;
}

.page-blog-h3bet-new-link-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-h3bet-new-link-guide__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__cta-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-h3bet-new-link-guide__btn-primary,
.page-blog-h3bet-new-link-guide__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-h3bet-new-link-guide__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-h3bet-new-link-guide__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-h3bet-new-link-guide__btn-secondary {
  background: #FFFFFF; /* Card BG */
  color: #2F6BFF; /* Main color */
  border: 2px solid #2F6BFF; /* Main color */
}

.page-blog-h3bet-new-link-guide__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
  border-color: #2F6BFF;
}

.page-blog-h3bet-new-link-guide__cta-group--center {
  margin-top: 40px;
}

.page-blog-h3bet-new-link-guide__section {
  padding: 60px 0;
}

.page-blog-h3bet-new-link-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-h3bet-new-link-guide__section-title {
  font-size: 2.5rem;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-h3bet-new-link-guide__sub-title {
  font-size: 1.8rem;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.page-blog-h3bet-new-link-guide__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__text-block a {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-h3bet-new-link-guide__text-block a:hover {
  text-decoration: underline;
}

.page-blog-h3bet-new-link-guide__introduction {
  background-color: #F4F7FB;
}

.page-blog-h3bet-new-link-guide__advantages-section {
  background-color: #FFFFFF; /* Card BG */
}

.page-blog-h3bet-new-link-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-h3bet-new-link-guide__grid--two-columns {
  grid-template-columns: 1fr 1fr;
}

.page-blog-h3bet-new-link-guide__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(47, 107, 255, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-h3bet-new-link-guide__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2F6BFF;
}

.page-blog-h3bet-new-link-guide__card-text {
  font-size: 1rem;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-h3bet-new-link-guide__list-item strong {
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-h3bet-new-link-guide__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-h3bet-new-link-guide__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(47, 107, 255, 0.1);
  padding: 25px;
  text-align: center;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__game-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-h3bet-new-link-guide__game-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2F6BFF;
}

.page-blog-h3bet-new-link-guide__game-title a {
  color: #2F6BFF;
  text-decoration: none;
}

.page-blog-h3bet-new-link-guide__game-title a:hover {
  text-decoration: underline;
}

.page-blog-h3bet-new-link-guide__game-description {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__security-promotions {
  background-color: #F4F7FB;
}

.page-blog-h3bet-new-link-guide__faq-section {
  background-color: #FFFFFF;
}

.page-blog-h3bet-new-link-guide__faq-list {
  margin-top: 40px;
}

.page-blog-h3bet-new-link-guide__faq-item {
  background-color: #F4F7FB;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #1F2D3D;
  list-style: none; /* Remove default marker for details */
}

.page-blog-h3bet-new-link-guide__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  color: #000000; /* Custom Color_1776249996415 */
  list-style: none;
}

.page-blog-h3bet-new-link-guide__faq-item summary::-webkit-details-marker,
.page-blog-h3bet-new-link-guide__faq-item summary::marker {
  display: none;
}

.page-blog-h3bet-new-link-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-h3bet-new-link-guide__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-blog-h3bet-new-link-guide__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #1F2D3D;
}

.page-blog-h3bet-new-link-guide__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-h3bet-new-link-guide__faq-answer .page-blog-h3bet-new-link-guide__btn-secondary {
  margin-top: 15px;
}

.page-blog-h3bet-new-link-guide__conclusion {
  background-color: #F4F7FB;
}

/* General image responsiveness */
.page-blog-h3bet-new-link-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
  .page-blog-h3bet-new-link-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-h3bet-new-link-guide__section-title {
    font-size: 2rem;
  }

  .page-blog-h3bet-new-link-guide__sub-title {
    font-size: 1.6rem;
  }

  .page-blog-h3bet-new-link-guide__btn-primary,
  .page-blog-h3bet-new-link-guide__btn-secondary {
    padding: 12px 24px;
    font-size: 0.95rem;
  }

  .page-blog-h3bet-new-link-guide__card {
    padding: 25px;
  }

  .page-blog-h3bet-new-link-guide__card-title {
    font-size: 1.3rem;
  }

  .page-blog-h3bet-new-link-guide__game-card {
    padding: 20px;
  }

  .page-blog-h3bet-new-link-guide__game-title {
    font-size: 1.2rem;
  }

  .page-blog-h3bet-new-link-guide__faq-item summary {
    font-size: 1.05rem;
    padding: 18px 22px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-h3bet-new-link-guide__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-h3bet-new-link-guide__hero-content {
    margin: 15px auto 30px auto;
    padding: 0 15px;
  }

  .page-blog-h3bet-new-link-guide__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-h3bet-new-link-guide__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  /* 其他内容模块 */
  .page-blog-h3bet-new-link-guide__section {
    padding: 40px 0;
  }

  .page-blog-h3bet-new-link-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-h3bet-new-link-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-h3bet-new-link-guide__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-h3bet-new-link-guide__text-block {
    font-size: 0.95rem;
  }

  /* 通用图片与容器 */
  .page-blog-h3bet-new-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-h3bet-new-link-guide__hero-image-wrapper,
  .page-blog-h3bet-new-link-guide__card,
  .page-blog-h3bet-new-link-guide__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-h3bet-new-link-guide__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-h3bet-new-link-guide__btn-primary,
  .page-blog-h3bet-new-link-guide__btn-secondary {
    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-h3bet-new-link-guide__cta-group--center {
    margin-top: 30px;
  }

  /* 产品展示图区域 (grid layout) */
  .page-blog-h3bet-new-link-guide__grid,
  .page-blog-h3bet-new-link-guide__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .page-blog-h3bet-new-link-guide__grid--two-columns {
    grid-template-columns: 1fr;
  }

  .page-blog-h3bet-new-link-guide__card {
    padding: 20px;
  }

  .page-blog-h3bet-new-link-guide__card-image {
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-h3bet-new-link-guide__game-card {
    padding: 15px;
  }

  .page-blog-h3bet-new-link-guide__game-image {
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-h3bet-new-link-guide__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-h3bet-new-link-guide__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-h3bet-new-link-guide__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95rem;
  }

  .page-blog-h3bet-new-link-guide__ordered-list {
    margin-left: 20px;
  }

  .page-blog-h3bet-new-link-guide__list-item {
    font-size: 0.95rem;
  }
}