.page-bn-c-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #1A1A1A; /* Nền tối */
  line-height: 1.6;
}

.page-bn-c-fishing-game-tips a {
  color: #FFD700; /* Màu vàng kim cho link */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-bn-c-fishing-game-tips a:hover {
  color: #FF0000; /* Đỏ khi hover */
}

.page-bn-c-fishing-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-bn-c-fishing-game-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-bn-c-fishing-game-tips__section:last-of-type {
  border-bottom: none;
}

.page-bn-c-fishing-game-tips h1,
.page-bn-c-fishing-game-tips h2,
.page-bn-c-fishing-game-tips h3 {
  color: #FF0000; /* Màu đỏ chủ đạo cho tiêu đề */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-bn-c-fishing-game-tips h1 {
  font-size: 2.8em;
  color: #FFD700; /* Tiêu đề chính vàng kim */
}

.page-bn-c-fishing-game-tips h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FF0000;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.page-bn-c-fishing-game-tips h3 {
  font-size: 1.6em;
  color: #FFD700; /* Tiêu đề phụ vàng kim */
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-bn-c-fishing-game-tips p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-bn-c-fishing-game-tips__hero-section {
  background: linear-gradient(135deg, #000000, #330000); /* Nền gradient đen-đỏ */
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-bn-c-fishing-game-tips__hero-section .page-bn-c-fishing-game-tips__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.page-bn-c-fishing-game-tips__hero-content {
  flex: 1;
  text-align: left;
}

.page-bn-c-fishing-game-tips__hero-content h1 {
  text-align: left;
  margin-bottom: 20px;
}

.page-bn-c-fishing-game-tips__hero-content p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page-bn-c-fishing-game-tips__hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-bn-c-fishing-game-tips__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-bn-c-fishing-game-tips__cta-button {
  display: inline-block;
  background-color: #FF0000; /* Nút đỏ */
  color: #FFFFFF; /* Chữ trắng */
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-bn-c-fishing-game-tips__cta-button:hover {
  background-color: #CC0000; /* Đỏ đậm hơn khi hover */
  transform: translateY(-2px);
}

.page-bn-c-fishing-game-tips__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-bn-c-fishing-game-tips__list li {
  background-color: #2A2A2A; /* Nền xám đậm cho list item */
  border-left: 5px solid #FF0000; /* Viền đỏ nổi bật */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-bn-c-fishing-game-tips__list li strong {
  color: #FFD700; /* Vàng kim cho phần quan trọng trong list */
}

.page-bn-c-fishing-game-tips__content-block {
  margin-bottom: 40px;
  background-color: #222222; /* Nền hơi nhạt hơn cho khối nội dung */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-bn-c-fishing-game-tips__image-content,
.page-bn-c-fishing-game-tips__image-full-width {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-bn-c-fishing-game-tips__why-rc88 h2,
.page-bn-c-fishing-game-tips__basic-techniques h2,
.page-bn-c-fishing-game-tips__advanced-tactics h2,
.page-bn-c-fishing-game-tips__management h2,
.page-bn-c-fishing-game-tips__faq h2,
.page-bn-c-fishing-game-tips__cta-final h2 {
  margin-bottom: 40px;
}

/* FAQ Section */
.page-bn-c-fishing-game-tips__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #333333;
  border-radius: 8px;
  background-color: #2A2A2A;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #333333; /* Nền câu hỏi hơi sáng hơn */
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #444444;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #FFD700; /* Vàng kim cho câu hỏi FAQ */
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FF0000; /* Dấu cộng/trừ màu đỏ */
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  color: #CCCCCC; /* Màu chữ nhạt cho câu trả lời */
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 15px 25px;
  background: #2A2A2A;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700; /* Vàng kim khi active */
}

.faq-answer p {
  margin-bottom: 0;
}

.page-bn-c-fishing-game-tips__cta-final {
  background: linear-gradient(45deg, #FF0000, #CC0000); /* Nền gradient đỏ */
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-bn-c-fishing-game-tips__cta-final h2 {
  color: #FFFFFF;
  border-bottom-color: #FFD700;
}

.page-bn-c-fishing-game-tips__cta-final p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-bn-c-fishing-game-tips__cta-large {
  padding: 18px 40px;
  font-size: 1.25em;
  background-color: #FFD700; /* Nút vàng kim nổi bật */
  color: #000000; /* Chữ đen trên nút vàng */
}

.page-bn-c-fishing-game-tips__cta-large:hover {
  background-color: #E0B800; /* Vàng kim đậm hơn khi hover */
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-bn-c-fishing-game-tips__hero-section .page-bn-c-fishing-game-tips__container {
    flex-direction: column;
    text-align: center;
  }

  .page-bn-c-fishing-game-tips__hero-content {
    text-align: center;
  }

  .page-bn-c-fishing-game-tips__hero-content h1 {
    text-align: center;
  }

  .page-bn-c-fishing-game-tips__hero-image {
    margin-top: 40px;
  }

  .page-bn-c-fishing-game-tips h1 {
    font-size: 2.2em;
  }

  .page-bn-c-fishing-game-tips h2 {
    font-size: 1.8em;
  }

  .page-bn-c-fishing-game-tips h3 {
    font-size: 1.4em;
  }

  .page-bn-c-fishing-game-tips__cta-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .page-bn-c-fishing-game-tips__section {
    padding: 40px 0;
  }

  .page-bn-c-fishing-game-tips__hero-section {
    padding: 60px 0;
  }

  .page-bn-c-fishing-game-tips__hero-content p {
    font-size: 1em;
  }

  .page-bn-c-fishing-game-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-bn-c-fishing-game-tips__list li {
    padding: 12px 15px;
    font-size: 1em;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    padding: 10px 20px;
  }

  .page-bn-c-fishing-game-tips__cta-final p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-bn-c-fishing-game-tips h1 {
    font-size: 1.8em;
  }

  .page-bn-c-fishing-game-tips h2 {
    font-size: 1.5em;
  }

  .page-bn-c-fishing-game-tips h3 {
    font-size: 1.2em;
  }

  .page-bn-c-fishing-game-tips__hero-content p {
    font-size: 0.95em;
  }

  .page-bn-c-fishing-game-tips__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-bn-c-fishing-game-tips__list li {
    font-size: 0.95em;
  }

  .faq-question h3 {
    font-size: 1em;
  }

  .faq-toggle {
    font-size: 18px;
  }
}