.page-top-reliable-betting-platforms-platform-a-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  padding-bottom: 40px;
}

.page-top-reliable-betting-platforms-platform-a-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #0D0E12;
}

.page-top-reliable-betting-platforms-platform-a-review__hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-top-reliable-betting-platforms-platform-a-review__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.page-top-reliable-betting-platforms-platform-a-review__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-top-reliable-betting-platforms-platform-a-review__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-top-reliable-betting-platforms-platform-a-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-top-reliable-betting-platforms-platform-a-review__btn-primary,
.page-top-reliable-betting-platforms-platform-a-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-top-reliable-betting-platforms-platform-a-review__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-top-reliable-betting-platforms-platform-a-review__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-top-reliable-betting-platforms-platform-a-review__btn-secondary {
  background: transparent;
  color: #FF8C1A;
  border: 2px solid #FF8C1A;
}

.page-top-reliable-betting-platforms-platform-a-review__btn-secondary:hover {
  background: #FF8C1A;
  color: #ffffff;
}

.page-top-reliable-betting-platforms-platform-a-review__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #FFF3E6;
  background-color: #0D0E12;
}

.page-top-reliable-betting-platforms-platform-a-review__section-title {
  font-size: 2.2rem;
  color: #FFB04D;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 600;
}

.page-top-reliable-betting-platforms-platform-a-review__sub-section-title {
  font-size: 1.8rem;
  color: #FFA53A;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-top-reliable-betting-platforms-platform-a-review p {
  margin-bottom: 15px;
  color: #FFF3E6;
}

.page-top-reliable-betting-platforms-platform-a-review ul,
.page-top-reliable-betting-platforms-platform-a-review ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-top-reliable-betting-platforms-platform-a-review li {
  margin-bottom: 10px;
  color: #FFF3E6;
}

.page-top-reliable-betting-platforms-platform-a-review__features-grid,
.page-top-reliable-betting-platforms-platform-a-review__product-review {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-top-reliable-betting-platforms-platform-a-review__card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #FFF3E6;
}

.page-top-reliable-betting-platforms-platform-a-review__feature-title,
.page-top-reliable-betting-platforms-platform-a-review__product-title,
.page-top-reliable-betting-platforms-platform-a-review__card-title {
  font-size: 1.5rem;
  color: #FFA53A;
  margin-bottom: 15px;
}

.page-top-reliable-betting-platforms-platform-a-review__product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-top-reliable-betting-platforms-platform-a-review__content-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-top-reliable-betting-platforms-platform-a-review__cta-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-top-reliable-betting-platforms-platform-a-review__promo-list li {
  list-style-type: disc;
  margin-left: 20px;
}

.page-top-reliable-betting-platforms-platform-a-review__pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-top-reliable-betting-platforms-platform-a-review__pros ul,
.page-top-reliable-betting-platforms-platform-a-review__cons ul {
  list-style-type: none;
  padding-left: 0;
}

.page-top-reliable-betting-platforms-platform-a-review__pros li::before {
  content: '✅';
  margin-right: 10px;
}

.page-top-reliable-betting-platforms-platform-a-review__cons li::before {
  content: '❌';
  margin-right: 10px;
}

.page-top-reliable-betting-platforms-platform-a-review__steps-list {
  list-style-type: decimal;
  margin-left: 20px;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-section {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFA53A;
  cursor: pointer;
  background-color: #17191F;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-top-reliable-betting-platforms-platform-a-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-qtext {
  flex-grow: 1;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-top-reliable-betting-platforms-platform-a-review__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF3E6;
}

/* Details tag specific styles */
.page-top-reliable-betting-platforms-platform-a-review__faq-item[open] > .page-top-reliable-betting-platforms-platform-a-review__faq-question {
  background-color: #0D0E12;
}


/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-top-reliable-betting-platforms-platform-a-review__hero-image {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-top-reliable-betting-platforms-platform-a-review {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-top-reliable-betting-platforms-platform-a-review__hero-section {
    padding-bottom: 40px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__hero-image {
    max-height: 300px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__main-title {
    font-size: 2rem;
  }

  .page-top-reliable-betting-platforms-platform-a-review__description {
    font-size: 1rem;
  }

  .page-top-reliable-betting-platforms-platform-a-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__btn-primary,
  .page-top-reliable-betting-platforms-platform-a-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__content-area {
    padding: 20px 15px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__sub-section-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__features-grid,
  .page-top-reliable-betting-platforms-platform-a-review__product-review,
  .page-top-reliable-betting-platforms-platform-a-review__pros-cons {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__card {
    padding: 20px;
  }

  /* Mobile image responsiveness */
  .page-top-reliable-betting-platforms-platform-a-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-top-reliable-betting-platforms-platform-a-review__section,
  .page-top-reliable-betting-platforms-platform-a-review__card,
  .page-top-reliable-betting-platforms-platform-a-review__container,
  .page-top-reliable-betting-platforms-platform-a-review__hero-section,
  .page-top-reliable-betting-platforms-platform-a-review__content-area,
  .page-top-reliable-betting-platforms-platform-a-review__features-grid,
  .page-top-reliable-betting-platforms-platform-a-review__product-review,
  .page-top-reliable-betting-platforms-platform-a-review__pros-cons,
  .page-top-reliable-betting-platforms-platform-a-review__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-top-reliable-betting-platforms-platform-a-review__video-section {
    padding-top: 10px !important; /* body handles --header-offset, small decorative padding here */
  }

  .page-top-reliable-betting-platforms-platform-a-review__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-top-reliable-betting-platforms-platform-a-review__faq-answer {
    padding: 0 20px 15px;
  }
}