.page-blog-188bet-hip-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F3F8FF); /* Default text color for the page */
  background-color: var(--deep-navy, #08162B); /* Body background color from shared.css */
}

.page-blog-188bet-hip-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-188bet-hip-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
  background-color: var(--deep-navy, #08162B);
}

.page-blog-188bet-hip-betting-tips__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-188bet-hip-betting-tips__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.page-blog-188bet-hip-betting-tips__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  color: var(--text-main, #F3F8FF);
}

.page-blog-188bet-hip-betting-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--gold, #F2C14E);
}

.page-blog-188bet-hip-betting-tips__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-188bet-hip-betting-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* General Section Styles */
.page-blog-188bet-hip-betting-tips__content-section {
  padding: 60px 0;
  background-color: #fff; /* Light background for contrast */
  color: #333333; /* Dark text for light background */
}

.page-blog-188bet-hip-betting-tips__dark-section {
  background-color: var(--deep-navy, #08162B);
  color: var(--text-main, #F3F8FF);
}

.page-blog-188bet-hip-betting-tips__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color, #113B7A);
}

.page-blog-188bet-hip-betting-tips__section-title--light {
  color: var(--gold, #F2C14E);
}

.page-blog-188bet-hip-betting-tips__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-188bet-hip-betting-tips__article-body p {
  margin-bottom: 20px;
  color: inherit; /* Inherit from parent section */
}

.page-blog-188bet-hip-betting-tips__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--primary-color, #113B7A);
}

.page-blog-188bet-hip-betting-tips__sub-title--light {
  color: var(--gold, #F2C14E);
}

.page-blog-188bet-hip-betting-tips__article-figure {
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
  background: var(--card-bg, #10233F); /* Dark background for figures */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-blog-188bet-hip-betting-tips__article-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.page-blog-188bet-hip-betting-tips__figure-caption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-188bet-hip-betting-tips__figure-caption--light {
  color: var(--text-main, #F3F8FF);
}

.page-blog-188bet-hip-betting-tips__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: inherit; /* Inherit from parent section */
}

.page-blog-188bet-hip-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

/* Promotion Section */
.page-blog-188bet-hip-betting-tips__promo-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-188bet-hip-betting-tips__promo-content {
  max-width: 1000px;
}

.page-blog-188bet-hip-betting-tips__promo-description {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-188bet-hip-betting-tips__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-188bet-hip-betting-tips__promo-card {
  background: var(--card-bg, #10233F);
  border: 1px solid var(--border-color, #244D84);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  color: var(--text-main, #F3F8FF);
}

.page-blog-188bet-hip-betting-tips__promo-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gold, #F2C14E);
}

.page-blog-188bet-hip-betting-tips__promo-card-text {
  font-size: 1rem;
  color: var(--text-secondary, #AFC4E8);
}

/* Buttons */
.page-blog-188bet-hip-betting-tips__btn-primary,
.page-blog-188bet-hip-betting-tips__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-188bet-hip-betting-tips__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff; /* White text for contrast */
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-188bet-hip-betting-tips__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-188bet-hip-betting-tips__btn-secondary {
  background: transparent;
  color: var(--gold, #F2C14E);
  border: 2px solid var(--gold, #F2C14E);
}

.page-blog-188bet-hip-betting-tips__btn-secondary:hover {
  background: var(--gold, #F2C14E);
  color: var(--deep-navy, #08162B);
  transform: translateY(-2px);
}

.page-blog-188bet-hip-betting-tips__btn-primary--center {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

/* FAQ Section */
.page-blog-188bet-hip-betting-tips__faq-section {
  padding: 60px 0;
  background-color: #fff;
  color: #333333;
}

.page-blog-188bet-hip-betting-tips__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-188bet-hip-betting-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-188bet-hip-betting-tips__faq-item summary.page-blog-188bet-hip-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-188bet-hip-betting-tips__faq-item summary.page-blog-188bet-hip-betting-tips__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-188bet-hip-betting-tips__faq-item summary.page-blog-188bet-hip-betting-tips__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-188bet-hip-betting-tips__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--primary-color, #113B7A);
}
.page-blog-188bet-hip-betting-tips__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color, #113B7A);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-188bet-hip-betting-tips__faq-item .page-blog-188bet-hip-betting-tips__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

/* Call to Action Bottom Section */
.page-blog-188bet-hip-betting-tips__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-188bet-hip-betting-tips__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-188bet-hip-betting-tips__description--light {
  color: var(--text-secondary, #AFC4E8);
}

/* Global image reset for content area */
.page-blog-188bet-hip-betting-tips img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .page-blog-188bet-hip-betting-tips__container {
    padding: 15px;
  }
  .page-blog-188bet-hip-betting-tips__hero-content {
    padding: 30px 15px;
  }
  .page-blog-188bet-hip-betting-tips__main-title {
    font-size: 2.8rem;
  }
  .page-blog-188bet-hip-betting-tips__hero-description {
    font-size: 1rem;
  }
  .page-blog-188bet-hip-betting-tips__section-title {
    font-size: 2.2rem;
  }
  .page-blog-188bet-hip-betting-tips__sub-title {
    font-size: 1.8rem;
  }
  .page-blog-188bet-hip-betting-tips__promo-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* HERO Main Image Area */
  .page-blog-188bet-hip-betting-tips__hero-image img {
    object-fit: contain !important; /* Prevent cropping */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    max-height: 400px; /* Adjust max height for mobile */
  }
  .page-blog-188bet-hip-betting-tips__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
  }

  /* Product Display Area (Not directly present, but general grid for similar sections) */
  .page-blog-188bet-hip-betting-tips__promo-cards {
    grid-template-columns: 1fr !important; /* Ensure single column for cards */
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* Decorative Main Title + Long Text SEO Area */
  .page-blog-188bet-hip-betting-tips__section-title,
  .page-blog-188bet-hip-betting-tips__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important; /* Adjust font size for mobile */
    text-align: center;
    word-wrap: break-word;
  }
  .page-blog-188bet-hip-betting-tips__hero-description,
  .page-blog-188bet-hip-betting-tips__promo-description,
  .page-blog-188bet-hip-betting-tips__description {
    font-size: 0.95rem !important;
    padding: 0 15px;
  }
  .page-blog-188bet-hip-betting-tips__article-body {
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-blog-188bet-hip-betting-tips__article-figure {
    max-width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
  }

  /* General Images and Containers */
  .page-blog-188bet-hip-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-188bet-hip-betting-tips__container,
  .page-blog-188bet-hip-betting-tips__content-section,
  .page-blog-188bet-hip-betting-tips__dark-section,
  .page-blog-188bet-hip-betting-tips__promo-section,
  .page-blog-188bet-hip-betting-tips__faq-section,
  .page-blog-188bet-hip-betting-tips__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* Buttons and Button Containers */
  .page-blog-188bet-hip-betting-tips__cta-button,
  .page-blog-188bet-hip-betting-tips__btn-primary,
  .page-blog-188bet-hip-betting-tips__btn-secondary,
  .page-blog-188bet-hip-betting-tips a[class*="button"],
  .page-blog-188bet-hip-betting-tips 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: 12px 20px !important; /* Adjust padding for mobile */
    font-size: 1rem !important;
  }
  .page-blog-188bet-hip-betting-tips__cta-buttons,
  .page-blog-188bet-hip-betting-tips__button-group,
  .page-blog-188bet-hip-betting-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
  }

  /* FAQ specific mobile styles */
  details.page-blog-188bet-hip-betting-tips__faq-item summary.page-blog-188bet-hip-betting-tips__faq-question { padding: 15px; }
  .page-blog-188bet-hip-betting-tips__faq-qtext { font-size: 15px; }
  .page-blog-188bet-hip-betting-tips__faq-toggle { margin-left: 10px; width: 24px; height: 24px; font-size: 20px; }
  details.page-blog-188bet-hip-betting-tips__faq-item .page-blog-188bet-hip-betting-tips__faq-answer { padding: 0 15px 15px; }
}