/* style/blog-jbo-viet-nam-fishing-game-strategy.css */
.page-blog-jbo-viet-nam-fishing-game-strategy {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: 'Arial', sans-serif;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__hero-section {
  position: relative;
  padding-top: 10px; /* Aligns with shared body padding-top */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly for visual flow */
  background: linear-gradient(180deg, rgba(13, 14, 18, 0.8) 0%, rgba(13, 14, 18, 1) 100%);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__main-title {
  font-size: 3.2em;
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__hero-description {
  font-size: 1.2em;
  color: #FFF3E6;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__section-title {
  font-size: 2.5em;
  color: #FF8C1A;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__subsection-title {
  font-size: 1.8em;
  color: #FFA53A;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.05em;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__list-item strong {
  color: #FFA53A;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__image-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__inline-button {
  display: inline-block;
  padding: 10px 20px;
  background: #D96800;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__inline-button:hover {
  background-color: #FF8C1A;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-section {
  background-color: #17191F;
  padding: 60px 0;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: 600;
  color: #FFF3E6;
  background-color: #17191F;
  transition: background-color 0.3s ease;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-item summary:hover {
  background-color: #2a2d3a;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-qtext {
  flex-grow: 1;
  color: #FF8C1A;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFA53A;
  margin-left: 15px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-item[open] .page-blog-jbo-viet-nam-fishing-game-strategy__faq-toggle {
  content: '−';
}

.page-blog-jbo-viet-nam-fishing-game-strategy__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  line-height: 1.6;
  color: #FFF3E6;
  background-color: #0D0E12;
  border-top: 1px solid #A84F0C;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__cta-bottom-section {
  text-align: center;
  padding: 60px 0;
  background-color: #17191F;
  border-radius: 15px;
  margin-top: 50px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-jbo-viet-nam-fishing-game-strategy__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__btn-secondary {
  background: #0D0E12;
  color: #FF8C1A;
  border: 2px solid #FF8C1A;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.2);
}

.page-blog-jbo-viet-nam-fishing-game-strategy__btn-secondary:hover {
  background-color: #FF8C1A;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.4);
}

/* General image styling */
.page-blog-jbo-viet-nam-fishing-game-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-jbo-viet-nam-fishing-game-strategy__main-title {
    font-size: 2.8em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__hero-description {
    font-size: 1.1em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__section-title {
    font-size: 2.2em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__subsection-title {
    font-size: 1.6em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__paragraph,
  .page-blog-jbo-viet-nam-fishing-game-strategy__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-jbo-viet-nam-fishing-game-strategy__hero-section {
    padding-top: 10px !important;
    margin-bottom: 20px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__hero-image {
    max-height: 400px !important;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__hero-content {
    padding: 30px 15px;
    margin-top: -60px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__main-title {
    font-size: 2.0em !important;
    margin-bottom: 15px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__hero-description {
    font-size: 0.95em !important;
    margin-bottom: 20px;
  }

  /* 其他内容模块 */
  .page-blog-jbo-viet-nam-fishing-game-strategy__container {
    padding: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__section-title {
    font-size: 1.8em !important;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__subsection-title {
    font-size: 1.4em !important;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__paragraph,
  .page-blog-jbo-viet-nam-fishing-game-strategy__list-item {
    font-size: 0.9em !important;
    line-height: 1.5;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__list {
    margin-left: 20px;
  }

  /* 通用图片与容器 */
  .page-blog-jbo-viet-nam-fishing-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__image-text-block {
    margin-bottom: 30px;
  }

  /* 按钮与按钮容器 */
  .page-blog-jbo-viet-nam-fishing-game-strategy__cta-button,
  .page-blog-jbo-viet-nam-fishing-game-strategy__inline-button,
  .page-blog-jbo-viet-nam-fishing-game-strategy__btn-primary,
  .page-blog-jbo-viet-nam-fishing-game-strategy__btn-secondary,
  .page-blog-jbo-viet-nam-fishing-game-strategy a[class*="button"],
  .page-blog-jbo-viet-nam-fishing-game-strategy 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;
    font-size: 1em !important;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__button-group {
    flex-direction: column !important;
    gap: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ section */
  .page-blog-jbo-viet-nam-fishing-game-strategy__faq-section {
    padding: 40px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-blog-jbo-viet-nam-fishing-game-strategy__cta-bottom-section {
    padding: 40px 0;
    margin-top: 30px;
  }
}