.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #404040;
  background-color: #F3F3F3;
  padding-top: 10px; /* Small top padding for first section */
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__hero-section {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  min-height: 400px; /* Ensure hero section has a minimum height */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 20px 40px;
  max-width: 800px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__intro-text {
  font-size: clamp(1em, 2vw, 1.3em);
  margin-bottom: 30px;
  color: #E5EEFD;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button {
  display: inline-block;
  padding: 12px 25px;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button--primary {
  background-color: #1266EC;
  color: #FFFFFF;
  border: 2px solid #1266EC;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button--primary:hover {
  background-color: #025BE8;
  border-color: #025BE8;
  transform: translateY(-2px);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__content-section {
  padding: 40px 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__section-title {
  font-size: 2em;
  color: #025BE8;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #E5EEFD;
  padding-bottom: 10px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  padding: 0 15px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__list,
.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__numbered-list {
  list-style-type: disc;
  margin: 0 0 20px 40px;
  padding: 0;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__numbered-list {
  list-style-type: decimal;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__list-item a,
.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__paragraph a {
  color: #025BE8;
  text-decoration: underline;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  display: block;
  object-fit: cover;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__faq-section {
  background-color: #F3F3F3;
  padding: 40px 0;
  margin-bottom: 40px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__faq-question {
  font-size: 1.3em;
  color: #025BE8;
  margin-bottom: 10px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__faq-answer {
  font-size: 1.05em;
  color: #404040;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__related-articles {
  background-color: #FFFFFF;
  padding: 40px 0;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-card {
  background-color: #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 350px; /* Ensure cards have consistent height */
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-title {
  font-size: 1.2em;
  color: #025BE8;
  padding: 15px 15px 0;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-title a {
  text-decoration: none;
  color: #025BE8;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-title a:hover {
  text-decoration: underline;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-excerpt {
  font-size: 0.95em;
  color: #404040;
  padding: 0 15px 15px;
  flex-grow: 1;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__read-more {
  display: inline-block;
  background-color: #025BE8;
  color: #FFFFFF;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 15px 15px;
  transition: background-color 0.3s ease;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__read-more:hover {
  background-color: #1266EC;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__view-all {
  text-align: center;
  margin-top: 30px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-bottom {
  background-color: #191E2D;
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-bottom .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__section-title {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-bottom .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__paragraph {
  color: #E5EEFD;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__hero-content {
    padding: 60px 15px 30px;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__main-title {
    font-size: 2.5em;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__intro-text {
    font-size: 1.1em;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__cta-button {
    display: block;
    width: 80%;
    margin: 10px auto;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__section-title {
    font-size: 1.8em;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__paragraph,
  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__list-item,
  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__faq-answer {
    font-size: 1em;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__content-image,
  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__articles-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-beginners-guide-to-online-sports-betting-in-the-philippines__article-card {
    min-height: auto;
  }
}