.page-blog-how-to-choose-bingoplus {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-bingoplus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-blog-how-to-choose-bingoplus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-how-to-choose-bingoplus__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Overlap slightly for visual appeal */
  background: rgba(17, 17, 17, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  z-index: 1;
  border: 1px solid #3A2A12; /* Border */
  box-shadow: 0 0 20px rgba(255, 211, 107, 0.3); /* Glow */
}

.page-blog-how-to-choose-bingoplus__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  color: #FFD36B; /* Auxiliary color for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-choose-bingoplus__hero-description {
  font-size: 1.1em;
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-bingoplus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-how-to-choose-bingoplus__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-how-to-choose-bingoplus__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-bingoplus__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2C14E; /* Main color */
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-blog-how-to-choose-bingoplus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #FFD36B; /* Auxiliary color */
  margin: 10px auto 0 auto;
}

.page-blog-how-to-choose-bingoplus__text-block {
  background: #111111; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-bingoplus__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #FFD36B; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-bingoplus p,
.page-blog-how-to-choose-bingoplus li {
  color: #FFF6D6;
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-how-to-choose-bingoplus__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px 0;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  border: 1px solid #3A2A12;
}

.page-blog-how-to-choose-bingoplus__btn-primary,
.page-blog-how-to-choose-bingoplus__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-bingoplus__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111; /* Dark text for contrast */
  border: 2px solid transparent;
  margin-right: 15px;
}

.page-blog-how-to-choose-bingoplus__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 211, 107, 0.4);
}

.page-blog-how-to-choose-bingoplus__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Main color border */
}

.page-blog-how-to-choose-bingoplus__btn-secondary:hover {
  background: #F2C14E; /* Main color */
  color: #111111; /* Dark text for contrast */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 193, 78, 0.4);
}

.page-blog-how-to-choose-bingoplus__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}

.page-blog-how-to-choose-bingoplus__faq-section {
  margin-top: 60px;
  background: #111111; /* Card BG */
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-bingoplus__faq-section .page-blog-how-to-choose-bingoplus__section-title {
  color: #F2C14E;
  margin-top: 0;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-bingoplus__faq-item {
  border-bottom: 1px solid #3A2A12; /* Border */
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.page-blog-how-to-choose-bingoplus__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-how-to-choose-bingoplus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.page-blog-how-to-choose-bingoplus__faq-question h3 {
  color: #FFF6D6;
  font-size: 1.15em;
  margin: 0;
}

.page-blog-how-to-choose-bingoplus__faq-toggle {
  font-size: 1.5em;
  color: #F2C14E; /* Main color */
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-bingoplus__faq-item.active .page-blog-how-to-choose-bingoplus__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-bingoplus__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-blog-how-to-choose-bingoplus__faq-item.active .page-blog-how-to-choose-bingoplus__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-bingoplus__hero-content {
    margin-top: -100px;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-bingoplus__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-choose-bingoplus__hero-content {
    margin-top: -80px;
    padding: 25px 15px;
    max-width: 95%;
  }

  .page-blog-how-to-choose-bingoplus__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-how-to-choose-bingoplus__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-bingoplus__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-bingoplus__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-bingoplus__section-title {
    font-size: clamp(1.6em, 5vw, 2em);
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .page-blog-how-to-choose-bingoplus__text-block {
    padding: 20px;
  }

  .page-blog-how-to-choose-bingoplus__sub-title {
    font-size: clamp(1.2em, 4vw, 1.5em);
    margin-top: 25px;
  }

  .page-blog-how-to-choose-bingoplus p,
  .page-blog-how-to-choose-bingoplus li {
    font-size: 0.95em;
  }

  .page-blog-how-to-choose-bingoplus__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-choose-bingoplus__btn-primary,
  .page-blog-how-to-choose-bingoplus__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-right: 0 !important;
  }

  .page-blog-how-to-choose-bingoplus__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-bingoplus__faq-section {
    padding: 30px 15px;
    margin-top: 40px;
  }

  .page-blog-how-to-choose-bingoplus__faq-question h3 {
    font-size: 1em;
  }

  .page-blog-how-to-choose-bingoplus__faq-answer {
    padding: 10px 15px;
  }

  .page-blog-how-to-choose-bingoplus__section,
  .page-blog-how-to-choose-bingoplus__card,
  .page-blog-how-to-choose-bingoplus__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}