.page-resources-kingfun-fishing-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-kingfun-fishing-guide__hero {
  background: linear-gradient(135deg, #FFD700, #00CED1);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-kingfun-fishing-guide__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-kingfun-fishing-guide__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-kingfun-fishing-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff; /* Đảm bảo độ tương phản */
}

.page-resources-kingfun-fishing-guide__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0; /* Đảm bảo độ tương phản */
}

.page-resources-kingfun-fishing-guide__hero-cta {
  display: inline-block;
  padding: 15px 40px;
  background-color: #FFD700; /* Màu vàng kim */
  color: #333333;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-kingfun-fishing-guide__hero-cta:hover {
  background-color: #e6c200; /* Màu vàng đậm hơn */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-kingfun-fishing-guide__section {
  padding: 60px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-kingfun-fishing-guide__section:nth-of-type(even) {
  background-color: #f0faff;
}

.page-resources-kingfun-fishing-guide__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-kingfun-fishing-guide__section-title {
  font-size: 2.2em;
  color: #00CED1; /* Màu xanh nước biển */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-kingfun-fishing-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-kingfun-fishing-guide__content-block h3 {
  font-size: 1.6em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #00CED1;
  padding-left: 15px;
}

.page-resources-kingfun-fishing-guide__content-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555555;
}

.page-resources-kingfun-fishing-guide__content-block ul,
.page-resources-kingfun-fishing-guide__content-block ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-resources-kingfun-fishing-guide__content-block li {
  margin-bottom: 8px;
  font-size: 1.05em;
  color: #555555;
}

.page-resources-kingfun-fishing-guide__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-kingfun-fishing-guide__image-full {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-kingfun-fishing-guide__image-responsive {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-kingfun-fishing-guide__cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #00CED1; /* Màu xanh nước biển */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-kingfun-fishing-guide__cta-button:hover {
  background-color: #00b0b3; /* Màu xanh đậm hơn */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-kingfun-fishing-guide__cta-button--large {
  padding: 18px 50px;
  font-size: 1.3em;
  border-radius: 10px;
  background-color: #FFD700;
  color: #333333;
}

.page-resources-kingfun-fishing-guide__cta-button--large:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-kingfun-fishing-guide__table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-kingfun-fishing-guide__table thead tr {
  background-color: #00CED1;
  color: #ffffff;
  text-align: left;
}

.page-resources-kingfun-fishing-guide__table th,
.page-resources-kingfun-fishing-guide__table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.page-resources-kingfun-fishing-guide__table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.page-resources-kingfun-fishing-guide__table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.page-resources-kingfun-fishing-guide__table tbody tr:last-of-type {
  border-bottom: 2px solid #00CED1;
}

/* FAQ Styles */
.page-resources-kingfun-fishing-guide__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #ffffff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #333333;
  border-left: none; /* Override default h3 style */
  padding-left: 0; /* Override default h3 style */
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #00CED1;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #ffffff;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ rộng cho nội dung */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-kingfun-fishing-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-kingfun-fishing-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-kingfun-fishing-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-kingfun-fishing-guide__content-block h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-kingfun-fishing-guide__hero {
    padding: 60px 15px;
  }

  .page-resources-kingfun-fishing-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-kingfun-fishing-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-kingfun-fishing-guide__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-kingfun-fishing-guide__section {
    padding: 40px 15px;
  }

  .page-resources-kingfun-fishing-guide__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-resources-kingfun-fishing-guide__content-block h3 {
    font-size: 1.2em;
    padding-left: 10px;
  }

  .page-resources-kingfun-fishing-guide__content-block p,
  .page-resources-kingfun-fishing-guide__content-block li {
    font-size: 0.95em;
  }

  .page-resources-kingfun-fishing-guide__table {
    font-size: 0.85em;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .page-resources-kingfun-fishing-guide__table thead,
  .page-resources-kingfun-fishing-guide__table tbody,
  .page-resources-kingfun-fishing-guide__table th,
  .page-resources-kingfun-fishing-guide__table td,
  .page-resources-kingfun-fishing-guide__table tr {
    display: block;
  }

  .page-resources-kingfun-fishing-guide__table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .page-resources-kingfun-fishing-guide__table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .page-resources-kingfun-fishing-guide__table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    font-weight: bold;
  }

  .faq-question {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
  
  .faq-question h3 {
    margin-bottom: 8px;
  }
  
  .faq-toggle {
    align-self: flex-end;
    margin-top: -30px;
  }
}

@media (max-width: 480px) {
  .page-resources-kingfun-fishing-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-kingfun-fishing-guide__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-kingfun-fishing-guide__section-title {
    font-size: 1.4em;
  }

  .page-resources-kingfun-fishing-guide__content-block h3 {
    font-size: 1.1em;
  }

  .page-resources-kingfun-fishing-guide__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}