/* style/blog-how-to-choose-reliable-betting-platform.css */
.page-blog-how-to-choose-reliable-betting-platform {
  color: #FFF3E6;
  background-color: #0D0E12;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles header offset, small top padding for hero */
  text-align: center;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FF8C1A;
  margin-bottom: 20px;
  max-width: 100%; /* Ensure H1 doesn't overflow */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary,
.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  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;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  border: 2px solid transparent;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #A84F0C 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  background: #17191F;
  color: #FF8C1A;
  border: 2px solid #A84F0C;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary:hover {
  background: #0D0E12;
  color: #FFB04D;
  border-color: #FFB04D;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-large {
  font-size: 1.1em;
  padding: 18px 35px;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-xl {
  font-size: 1.2em;
  padding: 20px 40px;
  min-width: 250px;
}

.page-blog-how-to-choose-reliable-betting-platform__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platform__article {
  background-color: #17191F;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  font-size: 2.2em;
  color: #FF8C1A;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__sub-section-title {
  font-size: 1.7em;
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph strong {
  color: #FFB04D;
}

.page-blog-how-to-choose-reliable-betting-platform__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item strong {
  color: #FFB04D;
}

.page-blog-how-to-choose-reliable-betting-platform__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-block {
  background-color: #0D0E12;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #A84F0C;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-title {
  font-size: 2em;
  color: #FF8C1A;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  color: #FF8C1A;
  font-weight: bold;
  cursor: pointer;
  background-color: #17191F;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question:hover {
  background-color: #2a2c35;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #FFB04D;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #FFF3E6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item.active .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  max-height: 500px !important; /* For JS-driven div structure */
  padding-top: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item.active .page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-reliable-betting-platform__final-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #0D0E12;
  border-radius: 12px;
  border: 1px solid #D96800;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform__article {
    padding: 30px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__sub-section-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__btn-primary,
  .page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__content-area {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__article {
    padding: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__sub-section-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__paragraph {
    font-size: 0.95em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__list {
    margin-left: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__list-item {
    font-size: 0.95em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-block {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-title {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__final-cta {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__btn-xl {
    min-width: unset;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.6em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__sub-section-title {
    font-size: 1.2em;
  }
}