/* style/blog-taya365-top-choice-filipino-players.css */
.page-blog-taya365-top-choice-filipino-players {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #ffffff;
}

.page-blog-taya365-top-choice-filipino-players__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-blog-taya365-top-choice-filipino-players__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-taya365-top-choice-filipino-players__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-taya365-top-choice-filipino-players__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-taya365-top-choice-filipino-players__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-taya365-top-choice-filipino-players__hero-description {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 30px;
}

.page-blog-taya365-top-choice-filipino-players__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-taya365-top-choice-filipino-players__btn-primary,
.page-blog-taya365-top-choice-filipino-players__btn-secondary,
.page-blog-taya365-top-choice-filipino-players a[class*="btn"] {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-taya365-top-choice-filipino-players__btn-primary {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}

.page-blog-taya365-top-choice-filipino-players__btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-blog-taya365-top-choice-filipino-players__btn-secondary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-taya365-top-choice-filipino-players__btn-secondary:hover {
  background-color: #E0A030;
  border-color: #E0A030;
}

.page-blog-taya365-top-choice-filipino-players__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-blog-taya365-top-choice-filipino-players__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-taya365-top-choice-filipino-players__dark-bg {
  background-color: #000000;
  color: #ffffff;
}

.page-blog-taya365-top-choice-filipino-players__dark-bg .page-blog-taya365-top-choice-filipino-players__section-title,
.page-blog-taya365-top-choice-filipino-players__dark-bg .page-blog-taya365-top-choice-filipino-players__sub-title {
  color: #ffffff;
}

.page-blog-taya365-top-choice-filipino-players__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-taya365-top-choice-filipino-players__section-title {
  font-size: 2.2em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-taya365-top-choice-filipino-players__sub-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-taya365-top-choice-filipino-players__dark-bg .page-blog-taya365-top-choice-filipino-players__sub-title {
  color: #ffffff;
}

.page-blog-taya365-top-choice-filipino-players__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-taya365-top-choice-filipino-players__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-taya365-top-choice-filipino-players__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-taya365-top-choice-filipino-players__link {
  color: #000000;
  text-decoration: underline;
}

.page-blog-taya365-top-choice-filipino-players__link:hover {
  color: #FCBC45;
}

.page-blog-taya365-top-choice-filipino-players__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-taya365-top-choice-filipino-players__cta-section .page-blog-taya365-top-choice-filipino-players__section-title {
  color: #ffffff;
}

.page-blog-taya365-top-choice-filipino-players__cta-section .page-blog-taya365-top-choice-filipino-players__text-block {
  color: #f0f0f0;
}

.page-blog-taya365-top-choice-filipino-players__faq-list {
  margin-top: 40px;
}

.page-blog-taya365-top-choice-filipino-players__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-taya365-top-choice-filipino-players__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #f9f9f9;
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-blog-taya365-top-choice-filipino-players__faq-question:hover {
  background-color: #eeeeee;
}

.page-blog-taya365-top-choice-filipino-players__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-taya365-top-choice-filipino-players__faq-item.active .page-blog-taya365-top-choice-filipino-players__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-taya365-top-choice-filipino-players__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-blog-taya365-top-choice-filipino-players__faq-item.active .page-blog-taya365-top-choice-filipino-players__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-taya365-top-choice-filipino-players__main-title {
    font-size: 2.5em;
  }
  .page-blog-taya365-top-choice-filipino-players__section-title {
    font-size: 2em;
  }
  .page-blog-taya365-top-choice-filipino-players__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-taya365-top-choice-filipino-players__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header spacing */
  }
  .page-blog-taya365-top-choice-filipino-players__hero-content {
    margin-top: 10px;
    padding: 15px;
  }
  .page-blog-taya365-top-choice-filipino-players__main-title {
    font-size: 2em;
  }
  .page-blog-taya365-top-choice-filipino-players__hero-description {
    font-size: 1em;
  }
  .page-blog-taya365-top-choice-filipino-players__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-taya365-top-choice-filipino-players__btn-primary,
  .page-blog-taya365-top-choice-filipino-players__btn-secondary,
  .page-blog-taya365-top-choice-filipino-players a[class*="btn"] {
    padding: 12px 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-taya365-top-choice-filipino-players__cta-buttons,
  .page-blog-taya365-top-choice-filipino-players__button-group,
  .page-blog-taya365-top-choice-filipino-players__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-taya365-top-choice-filipino-players__content-section {
    padding: 40px 0;
  }
  .page-blog-taya365-top-choice-filipino-players__section-title {
    font-size: 1.8em;
  }
  .page-blog-taya365-top-choice-filipino-players__sub-title {
    font-size: 1.2em;
  }
  .page-blog-taya365-top-choice-filipino-players p,
  .page-blog-taya365-top-choice-filipino-players li {
    font-size: 0.95em;
  }
  .page-blog-taya365-top-choice-filipino-players img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-taya365-top-choice-filipino-players__section,
  .page-blog-taya365-top-choice-filipino-players__card,
  .page-blog-taya365-top-choice-filipino-players__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-taya365-top-choice-filipino-players__main-title {
    font-size: 1.8em;
  }
  .page-blog-taya365-top-choice-filipino-players__section-title {
    font-size: 1.6em;
  }
  .page-blog-taya365-top-choice-filipino-players__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-taya365-top-choice-filipino-players__faq-answer {
    padding: 10px 20px;
  }
}