/* style/blog-understanding-baccarat-odds-tips-for-philippine-players.css */
.page-blog-understanding-baccarat-odds-tips-for-philippine-players {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__hero-section {
  background: linear-gradient(135deg, #000000, #333333);
  color: #FFFFFF;
  padding-top: var(--header-offset, 120px);
  padding-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__main-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FCBC45; /* Highlight for title */
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__cta-button:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__content-section {
  padding: 40px 0;
  background-color: #FFFFFF;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__section-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__sub-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-list {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-item {
  border-bottom: 1px solid #eee;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  transition: color 0.3s ease;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-question:hover {
  color: #FCBC45;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-item.active .page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-item.active .page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px;
}

.page-blog-understanding-baccarat-odds-tips-for-philippine-players__conclusion-section {
  background-color: #F8F8F8;
  padding: 50px 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__hero-section {
    padding-top: var(--header-offset, 100px) !important;
    padding-bottom: 30px;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__main-title {
    font-size: 2em;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__intro-text {
    font-size: 1em;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__cta-button,
  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__cta-button--large {
    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-understanding-baccarat-odds-tips-for-philippine-players__content-section {
    padding: 30px 0;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__section-title {
    font-size: 1.8em;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__sub-title {
    font-size: 1.3em;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__section,
  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__card,
  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-understanding-baccarat-odds-tips-for-philippine-players__faq-question h3 {
    font-size: 1em;
  }
}