.page-blog-understanding-pagtaya-odds {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6;
  background-color: #0A0A0A;
  line-height: 1.6;
  padding-bottom: 50px;
}

.page-blog-understanding-pagtaya-odds__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Adjusted to avoid double padding from body */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-understanding-pagtaya-odds__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.page-blog-understanding-pagtaya-odds__hero-content {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  max-width: 900px;
  z-index: 2;
  color: #FFF6D6;
  background: rgba(10, 10, 10, 0.7);
  margin-top: -100px; /* Pull content up over image slightly */
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-blog-understanding-pagtaya-odds__main-title {
  font-size: clamp(2em, 4vw, 3em);
  color: #FFD36B;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.page-blog-understanding-pagtaya-odds__intro-text {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-understanding-pagtaya-odds__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-understanding-pagtaya-odds__btn-primary,
.page-blog-understanding-pagtaya-odds__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-understanding-pagtaya-odds__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  border: none;
}

.page-blog-understanding-pagtaya-odds__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-understanding-pagtaya-odds__btn-secondary {
  background-color: transparent;
  color: #FFD36B;
  border: 2px solid #FFD36B;
}

.page-blog-understanding-pagtaya-odds__btn-secondary:hover {
  background-color: #FFD36B;
  color: #0A0A0A;
  transform: translateY(-2px);
}

.page-blog-understanding-pagtaya-odds__section {
  padding: 50px 0;
  background-color: #0A0A0A;
}

.page-blog-understanding-pagtaya-odds__section--dark {
  background-color: #111111;
}

.page-blog-understanding-pagtaya-odds__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-understanding-pagtaya-odds__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-understanding-pagtaya-odds__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #FFD36B;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-understanding-pagtaya-odds__text-main {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-understanding-pagtaya-odds__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-understanding-pagtaya-odds__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-understanding-pagtaya-odds__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #FFF6D6;
}

.page-blog-understanding-pagtaya-odds__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-understanding-pagtaya-odds__faq-list {
  margin-top: 30px;
}

.page-blog-understanding-pagtaya-odds__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-understanding-pagtaya-odds__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2C14E;
  cursor: pointer;
  background-color: #1a1a1a;
  border-bottom: 1px solid #3A2A12;
  list-style: none;
}

.page-blog-understanding-pagtaya-odds__faq-item[open] > .page-blog-understanding-pagtaya-odds__faq-question {
  border-bottom: none;
}

.page-blog-understanding-pagtaya-odds__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-understanding-pagtaya-odds__faq-qtext {
  flex-grow: 1;
}

.page-blog-understanding-pagtaya-odds__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FFD36B;
}

.page-blog-understanding-pagtaya-odds__faq-item[open] .page-blog-understanding-pagtaya-odds__faq-toggle {
  content: "−";
}

.page-blog-understanding-pagtaya-odds__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #FFF6D6;
  background-color: #111111;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-understanding-pagtaya-odds__hero-content {
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .page-blog-understanding-pagtaya-odds {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-understanding-pagtaya-odds__hero-content {
    padding: 20px 15px;
    margin-top: -60px; /* Adjust for smaller screens */
  }

  .page-blog-understanding-pagtaya-odds__main-title {
    font-size: 2em;
  }

  .page-blog-understanding-pagtaya-odds__intro-text {
    font-size: 1em;
  }

  .page-blog-understanding-pagtaya-odds__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-understanding-pagtaya-odds__btn-primary,
  .page-blog-understanding-pagtaya-odds__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    font-size: 1em;
  }

  .page-blog-understanding-pagtaya-odds__section {
    padding: 30px 0;
  }

  .page-blog-understanding-pagtaya-odds__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-understanding-pagtaya-odds__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-understanding-pagtaya-odds__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-understanding-pagtaya-odds__text-main,
  .page-blog-understanding-pagtaya-odds__list li,
  .page-blog-understanding-pagtaya-odds__faq-answer {
    font-size: 1em;
  }

  .page-blog-understanding-pagtaya-odds__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-understanding-pagtaya-odds__image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-understanding-pagtaya-odds__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-understanding-pagtaya-odds__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-understanding-pagtaya-odds__list {
    padding-left: 15px;
  }
}