.page-resources-philippine-betting-market-insights {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-philippine-betting-market-insights__hero-section {
  position: relative;
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  padding: 0;
  overflow: hidden;
}

.page-resources-philippine-betting-market-insights__hero-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.page-resources-philippine-betting-market-insights__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  filter: brightness(0.7); /* Allowed for background effect, not changing original image color */
}

.page-resources-philippine-betting-market-insights__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-philippine-betting-market-insights__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-philippine-betting-market-insights__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-philippine-betting-market-insights__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-philippine-betting-market-insights__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-resources-philippine-betting-market-insights__btn--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-philippine-betting-market-insights__btn--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-3px);
}

.page-resources-philippine-betting-market-insights__btn--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-philippine-betting-market-insights__btn--login:hover {
  background-color: #E0A030;
  transform: translateY(-3px);
}

.page-resources-philippine-betting-market-insights__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-philippine-betting-market-insights__article-navigation {
  margin-bottom: 30px;
  text-align: left;
}

.page-resources-philippine-betting-market-insights__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-philippine-betting-market-insights__back-link:hover {
  color: #FCBC45;
}

.page-resources-philippine-betting-market-insights__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-philippine-betting-market-insights__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-philippine-betting-market-insights__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-philippine-betting-market-insights__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-philippine-betting-market-insights__article-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-philippine-betting-market-insights__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-philippine-betting-market-insights__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-philippine-betting-market-insights__btn--register-cta {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-philippine-betting-market-insights__btn--register-cta:hover {
  background-color: #F0F0F0;
  transform: translateY(-3px);
}

.page-resources-philippine-betting-market-insights__btn--login-cta {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-philippine-betting-market-insights__btn--login-cta:hover {
  background-color: #E0A030;
  transform: translateY(-3px);
}

.page-resources-philippine-betting-market-insights__related-resources {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.page-resources-philippine-betting-market-insights__related-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 40px;
}

.page-resources-philippine-betting-market-insights__resource-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-resources-philippine-betting-market-insights__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-philippine-betting-market-insights__card:hover {
  transform: translateY(-5px);
}

.page-resources-philippine-betting-market-insights__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-resources-philippine-betting-market-insights__card-title {
  font-size: 1.4em;
  color: #000000;
  padding: 15px 20px 10px;
}

.page-resources-philippine-betting-market-insights__card-title a {
  color: #000000;
  text-decoration: none;
}

.page-resources-philippine-betting-market-insights__card-title a:hover {
  color: #FCBC45;
}

.page-resources-philippine-betting-market-insights__card-description {
  font-size: 0.95em;
  color: #555555;
  padding: 0 20px 20px;
}

.page-resources-philippine-betting-market-insights__contact-footer {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 20px;
  margin-top: 60px;
}

.page-resources-philippine-betting-market-insights__contact-text {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-resources-philippine-betting-market-insights__btn--contact {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 40px;
  font-size: 1.2em;
}

.page-resources-philippine-betting-market-insights__btn--contact:hover {
  background-color: #E0A030;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-philippine-betting-market-insights__hero-title {
    font-size: 2.8em;
  }
  .page-resources-philippine-betting-market-insights__hero-description {
    font-size: 1.1em;
  }
  .page-resources-philippine-betting-market-insights__article-heading {
    font-size: 2em;
  }
  .page-resources-philippine-betting-market-insights__article-subheading {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-philippine-betting-market-insights__hero-section {
    padding: 40px 15px;
  }
  .page-resources-philippine-betting-market-insights__hero-title {
    font-size: 2.2em;
  }
  .page-resources-philippine-betting-market-insights__hero-description {
    font-size: 1em;
  }
  .page-resources-philippine-betting-market-insights__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-philippine-betting-market-insights__btn {
    width: 100%;
    padding: 12px 25px;
  }
  .page-resources-philippine-betting-market-insights__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-philippine-betting-market-insights__article-heading {
    font-size: 1.8em;
  }
  .page-resources-philippine-betting-market-insights__article-subheading {
    font-size: 1.2em;
  }
  .page-resources-philippine-betting-market-insights__article-paragraph,
  .page-resources-philippine-betting-market-insights__list-item {
    font-size: 1em;
  }
  .page-resources-philippine-betting-market-insights__article-image,
  .page-resources-philippine-betting-market-insights__card-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-philippine-betting-market-insights__resource-cards {
    grid-template-columns: 1fr;
  }
  .page-resources-philippine-betting-market-insights__related-title {
    font-size: 2em;
  }
  .page-resources-philippine-betting-market-insights__contact-text {
    font-size: 1.1em;
  }
  .page-resources-philippine-betting-market-insights__btn--contact {
    font-size: 1em;
  }
  /* Ensure content area images do not cause horizontal scroll */
  .page-resources-philippine-betting-market-insights__article img, 
  .page-resources-philippine-betting-market-insights__card img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-philippine-betting-market-insights {
    overflow-x: hidden;
  }
}