.page-blog-how-to-safely-use-bong90-link-for-online-betting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6;
  background-color: #0D0E12;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting a {
  color: #FFA53A;
  text-decoration: none;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting a:hover {
  text-decoration: underline;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared.css */
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-image-container {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background-color: rgba(13, 14, 18, 0.8);
  border-radius: 8px;
  margin-top: -150px; /* Pull content up over image slightly */
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__main-title {
  color: #FFF3E6;
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__subtitle {
  color: #E0E0E0;
  font-size: clamp(1em, 1.5vw, 1.3em);
  margin-bottom: 30px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-primary,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-secondary {
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-secondary {
  background: #17191F;
  color: #FFA53A;
  border: 2px solid #A84F0C;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-secondary:hover {
  background: #2a2d34;
  color: #FFF3E6;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__content-area {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: #17191F;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
  box-sizing: border-box;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__section-title {
  color: #FFA53A;
  font-size: 2.2em;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #A84F0C;
  padding-bottom: 10px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__subsection-title {
  color: #FF8C1A;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-list,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-list,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__transaction-list,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-list,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-item,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-item,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__transaction-item,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-item,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-item:hover,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-item:hover,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__transaction-item:hover,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-item:hover,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-item:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-item-title,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-item-title,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-item-title,
.page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-item-title {
  color: #FFF3E6;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
  object-fit: cover;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  color: #FFF3E6;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #17191F;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-question:hover {
  background-color: #2a2d34;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-item[open] .page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-toggle {
  content: "−";
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-answer {
  padding: 15px 20px;
  color: #E0E0E0;
  background-color: #0D0E12;
  border-top: 1px solid #A84F0C;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-section {
  background-color: #FF8C1A;
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 8px;
  margin: 40px auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-content {
  max-width: 800px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-title {
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* General image responsive styles */
.page-blog-how-to-safely-use-bong90-link-for-online-betting img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-safely-use-bong90-link-for-online-betting {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding: 20px;
    max-width: 95%;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__main-title {
    font-size: 1.8em !important;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__subtitle {
    font-size: 1em !important;
  }

  /* 产品展示图区域 - This page is a blog, so no product display grid. General content sections are handled. */

  /* 通用图片与容器 */
  .page-blog-how-to-safely-use-bong90-link-for-online-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__content-area,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  /* 按钮与按钮容器 */
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-buttons {
    flex-direction: column !important;
    gap: 15px;
    width: 100%;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-primary,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__btn-secondary,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting a[class*="button"],
  .page-blog-how-to-safely-use-bong90-link-for-online-betting 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: 12px 20px;
    font-size: 1em;
  }

  /* 其他内容模块 */
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__subsection-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-item,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-item,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__transaction-item,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-item,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-item {
    padding: 15px;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__safety-item-title,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__guide-item-title,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__tips-item-title,
  .page-blog-how-to-safely-use-bong90-link-for-online-betting__responsible-item-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__faq-answer {
    padding: 12px 15px;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-description {
    font-size: 1em;
  }

  .page-blog-how-to-safely-use-bong90-link-for-online-betting__cta-image {
    max-width: 100%;
  }
}