.page-blog-how-to-win-at-bet88vn-fishing-games {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__hero-section {
  position: relative;
  padding-bottom: 20px; /* Small top padding, main padding from body */
}

.page-blog-how-to-win-at-bet88vn-fishing-games__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: #111111; /* Card BG */
  border-radius: 8px;
  margin-top: -60px; /* Slightly overlap with image for visual flow */
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #F2C14E, #FFD36B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #F2C14E; /* Fallback for browsers */
}

.page-blog-how-to-win-at-bet88vn-fishing-games__description {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__meta {
  font-size: 0.9rem;
  color: rgba(255, 246, 214, 0.7);
}

.page-blog-how-to-win-at-bet88vn-fishing-games__content-section {
  padding: 40px 0;
  background-color: #0A0A0A;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #F2C14E;
  text-align: left;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__paragraph {
  margin-bottom: 20px;
  color: #FFF6D6;
  font-size: 1rem;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__list-item strong {
  color: #FFD36B;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__keyword {
  color: #FFD36B;
  font-weight: bold;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #3A2A12;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__image-caption {
  font-size: 0.9rem;
  color: rgba(255, 246, 214, 0.7);
  margin-top: 10px;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__cta-section {
  background-color: #111111; /* Card BG */
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #3A2A12;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__cta-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2C14E;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__cta-description {
  font-size: 1.1rem;
  color: #FFF6D6;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
  margin: 0 10px 20px;
  min-width: 200px;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-how-to-win-at-bet88vn-fishing-games__secondary-cta-button {
  display: inline-block;
  background-color: transparent;
  color: #F2C14E;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #F2C14E;
  margin: 0 10px 20px;
  min-width: 200px;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__secondary-cta-button:hover {
  background-color: #F2C14E;
  color: #111111;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__inline-link {
  color: #FFD36B;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-win-at-bet88vn-fishing-games__inline-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 849px) {
  .page-blog-how-to-win-at-bet88vn-fishing-games__hero-image {
    aspect-ratio: 4/3;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__hero-content {
    margin-top: -40px;
    padding: 15px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__main-title {
    font-size: clamp(1.6rem, 6vw, 2.5rem);
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__description {
    font-size: 1rem;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__section-title {
    font-size: clamp(1.3rem, 5vw, 2rem);
    margin-top: 30px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-button,
  .page-blog-how-to-win-at-bet88vn-fishing-games__secondary-cta-button {
    width: calc(100% - 40px);
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-button:last-of-type,
  .page-blog-how-to-win-at-bet88vn-fishing-games__secondary-cta-button:last-of-type {
    margin-bottom: 20px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-win-at-bet88vn-fishing-games__content-image {
    max-width: 100%;
    height: auto;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__container {
    padding: 0 15px;
    overflow-x: hidden;
  }
}

@media (max-width: 549px) {
  .page-blog-how-to-win-at-bet88vn-fishing-games__hero-content {
    margin-top: -30px;
    padding: 10px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__main-title {
    font-size: clamp(1.4rem, 7vw, 2.2rem);
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__description {
    font-size: 0.95rem;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__section-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__list {
    margin-left: 20px;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-title {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-description {
    font-size: 1rem;
  }
  .page-blog-how-to-win-at-bet88vn-fishing-games__cta-button,
  .page-blog-how-to-win-at-bet88vn-fishing-games__secondary-cta-button {
    padding: 12px 20px;
    font-size: 1rem;
    min-width: unset;
    width: calc(100% - 30px);
  }
}