.page-blog-top-10-reliable-betting-platforms {
  color: var(--text-main);
  background-color: var(--background-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-top-10-reliable-betting-platforms__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-top-10-reliable-betting-platforms__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  background-color: var(--background-color);
}

.page-blog-top-10-reliable-betting-platforms__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-top-10-reliable-betting-platforms__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-top-10-reliable-betting-platforms__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-top-10-reliable-betting-platforms__main-title {
  font-size: clamp(2em, 3.5vw, 3.2em);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-top-10-reliable-betting-platforms__description {
  font-size: 1.1em;
  color: var(--text-main);
  margin-bottom: 30px;
}

.page-blog-top-10-reliable-betting-platforms__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--auxiliary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 132, 26, 0.4);
}

.page-blog-top-10-reliable-betting-platforms__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 132, 26, 0.6);
}

.page-blog-top-10-reliable-betting-platforms__cta-button--secondary {
  background: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: none;
}

.page-blog-top-10-reliable-betting-platforms__cta-button--secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: none;
}

.page-blog-top-10-reliable-betting-platforms__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-top-10-reliable-betting-platforms__sub-title {
  font-size: 1.6em;
  color: var(--auxiliary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-top-10-reliable-betting-platforms__paragraph {
  font-size: 1em;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-top-10-reliable-betting-platforms__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-top-10-reliable-betting-platforms__platform-card {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-blog-top-10-reliable-betting-platforms__card-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-top-10-reliable-betting-platforms__card-title {
  font-size: 1.4em;
  color: var(--auxiliary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-top-10-reliable-betting-platforms__card-description {
  font-size: 0.95em;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.6;
}

.page-blog-top-10-reliable-betting-platforms__card-button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-blog-top-10-reliable-betting-platforms__card-button:hover {
  background: var(--auxiliary-color);
}

.page-blog-top-10-reliable-betting-platforms__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-top-10-reliable-betting-platforms__list-item {
  background-color: var(--card-bg-color);
  border-left: 5px solid var(--primary-color);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: var(--text-main);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-top-10-reliable-betting-platforms__faq-section {
  background-color: var(--card-bg-color);
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-10-reliable-betting-platforms__faq-list {
  margin-top: 30px;
}

.page-blog-top-10-reliable-betting-platforms__faq-item {
  background-color: #1a1c22;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-10-reliable-betting-platforms__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--text-main);
  cursor: pointer;
  background-color: #1a1c22;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-top-10-reliable-betting-platforms__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top-10-reliable-betting-platforms__faq-question:hover {
  background-color: #2a2d34;
}

.page-blog-top-10-reliable-betting-platforms__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--primary-color);
  margin-left: 15px;
}

.page-blog-top-10-reliable-betting-platforms__faq-item[open] .page-blog-top-10-reliable-betting-platforms__faq-toggle {
  color: var(--auxiliary-color);
}

.page-blog-top-10-reliable-betting-platforms__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #ccc;
  line-height: 1.7;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-top-10-reliable-betting-platforms__section {
    padding: 20px 15px;
  }

  .page-blog-top-10-reliable-betting-platforms__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-top-10-reliable-betting-platforms__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    line-height: 1.3;
  }

  .page-blog-top-10-reliable-betting-platforms__description {
    font-size: 1em;
  }

  .page-blog-top-10-reliable-betting-platforms__cta-button,
  .page-blog-top-10-reliable-betting-platforms__cta-button--secondary,
  .page-blog-top-10-reliable-betting-platforms__card-button {
    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;
    margin-bottom: 10px;
  }

  .page-blog-top-10-reliable-betting-platforms__hero-content {
    padding: 0 15px;
  }

  .page-blog-top-10-reliable-betting-platforms__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-top-10-reliable-betting-platforms__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-top-10-reliable-betting-platforms__paragraph,
  .page-blog-top-10-reliable-betting-platforms__list-item,
  .page-blog-top-10-reliable-betting-platforms__card-description {
    font-size: 0.95em;
  }

  .page-blog-top-10-reliable-betting-platforms img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-10-reliable-betting-platforms__image-content,
  .page-blog-top-10-reliable-betting-platforms__card-image {
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-top-10-reliable-betting-platforms__platform-card {
    padding: 20px 15px;
  }

  .page-blog-top-10-reliable-betting-platforms__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-top-10-reliable-betting-platforms__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-top-10-reliable-betting-platforms__faq-section {
    padding: 30px 15px;
  }

  /* Ensure all containers with images/buttons are responsive */
  .page-blog-top-10-reliable-betting-platforms__section,
  .page-blog-top-10-reliable-betting-platforms__platform-card,
  .page-blog-top-10-reliable-betting-platforms__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-10-reliable-betting-platforms__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-top-10-reliable-betting-platforms__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* Color Contrast based on body background-color: #0D0E12 (dark) */
.page-blog-top-10-reliable-betting-platforms {
  color: var(--text-main); /* #FFF3E6 - light text */
  background-color: var(--background-color); /* #0D0E12 - dark background */
}

.page-blog-top-10-reliable-betting-platforms__card {
  background-color: var(--card-bg-color); /* #17191F - dark card background */
  color: var(--text-main); /* #FFF3E6 - light text */
}

.page-blog-top-10-reliable-betting-platforms__btn-primary {
  background: linear-gradient(180deg, var(--auxiliary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff; /* White text on orange gradient */
}

.page-blog-top-10-reliable-betting-platforms__btn-secondary {
  background: transparent;
  color: var(--primary-color); /* Orange text on transparent/dark background */
  border: 2px solid var(--primary-color);
}

.page-blog-top-10-reliable-betting-platforms__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.page-blog-top-10-reliable-betting-platforms__faq-item {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
}

.page-blog-top-10-reliable-betting-platforms__faq-question {
  background-color: var(--card-bg-color);
  color: var(--text-main);
}

.page-blog-top-10-reliable-betting-platforms__faq-question:hover {
  background-color: #2a2d34; /* Slightly lighter dark for hover */
}

.page-blog-top-10-reliable-betting-platforms__faq-answer {
  color: #ccc;
}

/* Image color filter restriction */
.page-blog-top-10-reliable-betting-platforms img {
  filter: none; /* Ensure no CSS filters are applied */
}

/* Ensure min-width for content images */
.page-blog-top-10-reliable-betting-platforms__content-area img,
.page-blog-top-10-reliable-betting-platforms__platform-card img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-top-10-reliable-betting-platforms__content-area img,
  .page-blog-top-10-reliable-betting-platforms__platform-card img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow smaller sizes on mobile if scaled down */
    min-height: unset !important;
  }
}