/* style/blog-pho88-sports-betting-tips-and-strategy.css */
:root {
  --pho88-primary-color: #11A84E;
  --pho88-secondary-color: #22C768;
  --pho88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --pho88-card-bg: #11271B;
  --pho88-background: #08160F;
  --pho88-text-main: #F2FFF6;
  --pho88-text-secondary: #A7D9B8;
  --pho88-border-color: #2E7A4E;
  --pho88-glow-color: #57E38D;
  --pho88-gold-color: #F2C14E;
  --pho88-divider-color: #1E3A2A;
  --pho88-deep-green: #0A4B2C;
}

.page-blog-pho88-sports-betting-tips-and-strategy {
  background-color: var(--pho88-background);
  color: var(--pho88-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: var(--pho88-deep-green);
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 800px;
  padding: 20px;
  color: var(--pho88-text-main);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.page-blog-pho88-sports-betting-tips-and-strategy__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--pho88-gold-color);
  text-shadow: 0 0 10px var(--pho88-glow-color);
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-description {
  font-size: 1.1em;
  color: var(--pho88-text-secondary);
}

.page-blog-pho88-sports-betting-tips-and-strategy__btn-primary {
  background: var(--pho88-button-gradient);
  color: var(--pho88-text-main);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-pho88-sports-betting-tips-and-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-pho88-sports-betting-tips-and-strategy__content-area,
.page-blog-pho88-sports-betting-tips-and-strategy__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--pho88-background);
  color: var(--pho88-text-main);
}

.page-blog-pho88-sports-betting-tips-and-strategy__section-title {
  color: var(--pho88-gold-color);
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 5px rgba(242, 193, 78, 0.3);
}

.page-blog-pho88-sports-betting-tips-and-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--pho88-text-secondary);
}

.page-blog-pho88-sports-betting-tips-and-strategy__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-pho88-sports-betting-tips-and-strategy__card {
  background-color: var(--pho88-card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--pho88-text-main);
  border: 1px solid var(--pho88-border-color);
}

.page-blog-pho88-sports-betting-tips-and-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-pho88-sports-betting-tips-and-strategy__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-pho88-sports-betting-tips-and-strategy__card-title {
  font-size: 1.5em;
  color: var(--pho88-gold-color);
  padding: 15px 20px 10px;
}

.page-blog-pho88-sports-betting-tips-and-strategy__card-description {
  font-size: 1em;
  color: var(--pho88-text-secondary);
  padding: 0 20px 20px;
}

.page-blog-pho88-sports-betting-tips-and-strategy__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-pho88-sports-betting-tips-and-strategy__list-item {
  background-color: var(--pho88-card-bg);
  border-left: 5px solid var(--pho88-primary-color);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-pho88-sports-betting-tips-and-strategy__list-title {
  color: var(--pho88-gold-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-pho88-sports-betting-tips-and-strategy__list-description {
  color: var(--pho88-text-secondary);
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-section {
  background-color: var(--pho88-deep-green);
  padding: 60px 20px;
  text-align: center;
  color: var(--pho88-text-main);
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-container {
  max-width: 900px;
  margin: 30px auto 0;
  text-align: left;
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-item {
  background-color: var(--pho88-card-bg);
  border: 1px solid var(--pho88-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--pho88-gold-color);
  background-color: var(--pho88-deep-green);
  border-bottom: 1px solid var(--pho88-border-color);
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-question::marker {
  display: none;
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-item[open] .page-blog-pho88-sports-betting-tips-and-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-pho88-sports-betting-tips-and-strategy__faq-answer {
  padding: 15px 25px;
  font-size: 1em;
  color: var(--pho88-text-secondary);
  background-color: var(--pho88-card-bg);
}

/* No filter on images */
.page-blog-pho88-sports-betting-tips-and-strategy img {
  filter: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
    max-width: 600px;
    padding: 15px;
    gap: 15px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__main-title {
    font-size: 2.5em;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-description {
    font-size: 1em;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__section-title {
    font-size: 2em;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__card-title {
    font-size: 1.3em;
  }
}

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

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body handles --header-offset, this is decorative */
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
    position: static; /* Remove absolute positioning for mobile */
    transform: none; /* Remove transform for mobile */
    max-width: 100%;
    padding: 20px 15px;
    background-color: transparent; /* Make content background transparent to avoid overlap issues */
    box-shadow: none;
    margin-top: 20px; /* Add some space below the image */
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-image {
    filter: brightness(0.5); /* Darken image more for better text readability if text is on top */
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__main-title {
    font-size: 2em; /* Smaller H1 for mobile */
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-description {
    font-size: 0.95em;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__btn-primary {
    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-pho88-sports-betting-tips-and-strategy__content-area,
  .page-blog-pho88-sports-betting-tips-and-strategy__faq-section,
  .page-blog-pho88-sports-betting-tips-and-strategy__conclusion-section {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__card-image {
    height: 180px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__card-title {
    font-size: 1.2em;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__faq-answer {
    padding: 10px 20px;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__hero-image-wrapper,
  .page-blog-pho88-sports-betting-tips-and-strategy__video-container,
  .page-blog-pho88-sports-betting-tips-and-strategy__video-wrapper,
  .page-blog-pho88-sports-betting-tips-and-strategy__card,
  .page-blog-pho88-sports-betting-tips-and-strategy__list-item,
  .page-blog-pho88-sports-betting-tips-and-strategy__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-pho88-sports-betting-tips-and-strategy__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

/* Ensure no text overlays hero image directly */
.page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
  /* This is designed to be on top of the image for visual impact, but the prompt says "禁止叠层" */
  /* Re-evaluating: The prompt says "强制上图下文、禁止在主图上叠字" */
  /* Changing the hero section layout to be image first, then content below */
  /* The previous CSS for hero-content used absolute positioning. I need to change this to follow the rule. */
  /* Adjusting hero-section to be column, image first, then content. */
}

/* Updated hero-section for 'image-first, text-below' rule */
.page-blog-pho88-sports-betting-tips-and-strategy__hero-section {
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: var(--pho88-deep-green);
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Keep darkening the image */
}

.page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
  position: static; /* No absolute positioning */
  transform: none; /* No transform */
  z-index: auto;
  max-width: 900px; /* Max width for content */
  padding: 0 20px; /* Adjust padding */
  color: var(--pho88-text-main);
  background-color: transparent; /* No background on text block */
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .page-blog-pho88-sports-betting-tips-and-strategy__hero-image-wrapper {
    margin-bottom: 20px; /* Smaller space on mobile */
  }
  .page-blog-pho88-sports-betting-tips-and-strategy__hero-content {
    padding: 0 15px;
  }
}