/* style/blog-top-hv88-sports-betting-tips.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-top-hv88-sports-betting-tips {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css (#0a0a0a) */
}

.page-blog-top-hv88-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-top-hv88-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-top-hv88-sports-betting-tips__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-top-hv88-sports-betting-tips__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-top-hv88-sports-betting-tips__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-top-hv88-sports-betting-tips__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-top-hv88-sports-betting-tips__hero-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-top-hv88-sports-betting-tips__section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  color: inherit; /* Inherit from parent section for dark/light contrast */
}

.page-blog-top-hv88-sports-betting-tips__section-description {
  text-align: center;
  font-size: 1.05em;
  margin-bottom: 40px;
  color: inherit;
}

/* Buttons */
.page-blog-top-hv88-sports-betting-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-top-hv88-sports-betting-tips__btn-primary,
.page-blog-top-hv88-sports-betting-tips__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-top-hv88-sports-betting-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-top-hv88-sports-betting-tips__btn-primary:hover {
  background-color: #1a8ec2;
  border-color: #1a8ec2;
}

.page-blog-top-hv88-sports-betting-tips__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-top-hv88-sports-betting-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Section backgrounds and text colors based on body background (#0a0a0a dark) */
.page-blog-top-hv88-sports-betting-tips__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff; /* Light text for dark background */
  padding: 60px 0;
}

.page-blog-top-hv88-sports-betting-tips__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff; /* Light text for dark background */
  padding: 60px 0;
}

/* Grid for cards */
.page-blog-top-hv88-sports-betting-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-hv88-sports-betting-tips__card {
  background: rgba(255, 255, 255, 0.05); /* Semi-transparent white on dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-blog-top-hv88-sports-betting-tips__card-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #26A9E0; /* Primary color for titles */
  font-weight: 600;
}

.page-blog-top-hv88-sports-betting-tips__card-text {
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Content Grid (image + text) */
.page-blog-top-hv88-sports-betting-tips__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .page-blog-top-hv88-sports-betting-tips__content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-blog-top-hv88-sports-betting-tips__content-grid--reverse {
    grid-template-areas: "text image";
  }
  .page-blog-top-hv88-sports-betting-tips__content-grid--reverse .page-blog-top-hv88-sports-betting-tips__text-block { order: 2; }
  .page-blog-top-hv88-sports-betting-tips__content-grid--reverse .page-blog-top-hv88-sports-betting-tips__image-wrapper { order: 1; }
}

.page-blog-top-hv88-sports-betting-tips__image-wrapper {
  text-align: center;
}

.page-blog-top-hv88-sports-betting-tips__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px; /* Minimum size for content images */
  min-height: 200px;
  display: block;
}

.page-blog-top-hv88-sports-betting-tips__text-block {
  color: #f0f0f0;
}

.page-blog-top-hv88-sports-betting-tips__sub-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: 600;
}

.page-blog-top-hv88-sports-betting-tips__sub-sub-title {
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 500;
}

.page-blog-top-hv88-sports-betting-tips__text-block p {
  margin-bottom: 1em;
}

/* List styles */
.page-blog-top-hv88-sports-betting-tips__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-top-hv88-sports-betting-tips__list-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-top-hv88-sports-betting-tips__list-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Steps Grid */
.page-blog-top-hv88-sports-betting-tips__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-blog-top-hv88-sports-betting-tips__step-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-hv88-sports-betting-tips__step-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

/* FAQ Section */
.page-blog-top-hv88-sports-betting-tips__faq-list {
  margin-top: 40px;
}

.page-blog-top-hv88-sports-betting-tips__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-top-hv88-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #26A9E0;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-top-hv88-sports-betting-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top-hv88-sports-betting-tips__faq-question::marker {
  display: none;
}

.page-blog-top-hv88-sports-betting-tips__faq-qtext {
  flex-grow: 1;
  color: #ffffff;
}

.page-blog-top-hv88-sports-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-top-hv88-sports-betting-tips__faq-item[open] .page-blog-top-hv88-sports-betting-tips__faq-toggle {
  content: '−';
}

.page-blog-top-hv88-sports-betting-tips__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Conclusion */
.page-blog-top-hv88-sports-betting-tips__conclusion {
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-top-hv88-sports-betting-tips__main-title {
    font-size: 2.2em;
  }
  .page-blog-top-hv88-sports-betting-tips__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-top-hv88-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-hv88-sports-betting-tips__hero-section,
  .page-blog-top-hv88-sports-betting-tips__dark-bg,
  .page-blog-top-hv88-sports-betting-tips__light-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-hv88-sports-betting-tips__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-blog-top-hv88-sports-betting-tips__hero-image,
  .page-blog-top-hv88-sports-betting-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-hv88-sports-betting-tips__main-title {
    font-size: 1.8em;
  }

  .page-blog-top-hv88-sports-betting-tips__section-title {
    font-size: 1.6em;
  }

  .page-blog-top-hv88-sports-betting-tips__sub-title {
    font-size: 1.5em;
  }

  .page-blog-top-hv88-sports-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-top-hv88-sports-betting-tips__btn-primary,
  .page-blog-top-hv88-sports-betting-tips__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-hv88-sports-betting-tips__grid,
  .page-blog-top-hv88-sports-betting-tips__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-top-hv88-sports-betting-tips__card,
  .page-blog-top-hv88-sports-betting-tips__list-item,
  .page-blog-top-hv88-sports-betting-tips__step-card,
  .page-blog-top-hv88-sports-betting-tips__faq-item,
  .page-blog-top-hv88-sports-betting-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-top-hv88-sports-betting-tips__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
}

/* Ensure content area images are at least 200px */
.page-blog-top-hv88-sports-betting-tips img {
  min-width: 200px;
  min-height: 200px;
}

/* No filter on images */
.page-blog-top-hv88-sports-betting-tips img {
  filter: none;
}