.page-blog-how-to-choose-a-reliable-betting-site {
  color: #ffffff; /* Main text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-a-reliable-betting-site__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0;
  background-color: #0d0d0d;
}

.page-blog-how-to-choose-a-reliable-betting-site__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
}

.page-blog-how-to-choose-a-reliable-betting-site__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-choose-a-reliable-betting-site__hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-choose-a-reliable-betting-site__btn-primary {
  display: inline-block;
  background-color: #C30808;
  color: #FFFF00;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
}

.page-blog-how-to-choose-a-reliable-betting-site__btn-primary:hover {
  background-color: #a00606;
}

.page-blog-how-to-choose-a-reliable-betting-site__section {
  padding: 60px 0;
}

.page-blog-how-to-choose-a-reliable-betting-site__dark-section {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-a-reliable-betting-site__center-content {
  text-align: center;
}

.page-blog-how-to-choose-a-reliable-betting-site__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-blog-how-to-choose-a-reliable-betting-site__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-how-to-choose-a-reliable-betting-site__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-a-reliable-betting-site__feature-item {
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__feature-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFF00;
}

.page-blog-how-to-choose-a-reliable-betting-site__feature-description {
  font-size: 0.95em;
  color: #f0f0f0;
}

.page-blog-how-to-choose-a-reliable-betting-site__image-content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-a-reliable-betting-site__image-content-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-how-to-choose-a-reliable-betting-site__content-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-choose-a-reliable-betting-site__image-content-block .page-blog-how-to-choose-a-reliable-betting-site__text-block {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__sub-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFFF00;
}

.page-blog-how-to-choose-a-reliable-betting-site__mini-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #FFFF00;
}

.page-blog-how-to-choose-a-reliable-betting-site ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site ul li {
  margin-bottom: 8px;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-blog-how-to-choose-a-reliable-betting-site a:hover {
  color: #f5f5f5;
}

.page-blog-how-to-choose-a-reliable-betting-site__bullet-list {
  list-style: none;
  padding: 0;
}

.page-blog-how-to-choose-a-reliable-betting-site__bullet-list li {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__list-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFFF00;
}

/* FAQ styles */
.page-blog-how-to-choose-a-reliable-betting-site__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-item summary {
  list-style: none;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FFFF00;
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-item[open] .page-blog-how-to-choose-a-reliable-betting-site__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-a-reliable-betting-site__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-a-reliable-betting-site {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__main-title {
    font-size: 2em !important;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__section {
    padding: 40px 0;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__image-content-block {
    flex-direction: column !important;
    gap: 20px;
    margin-bottom: 40px;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__content-image,
  .page-blog-how-to-choose-a-reliable-betting-site__image-content-block .page-blog-how-to-choose-a-reliable-betting-site__text-block {
    max-width: 100% !important;
    min-width: unset;
  }

  .page-blog-how-to-choose-a-reliable-betting-site img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-a-reliable-betting-site__section,
  .page-blog-how-to-choose-a-reliable-betting-site__card,
  .page-blog-how-to-choose-a-reliable-betting-site__container,
  .page-blog-how-to-choose-a-reliable-betting-site__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__cta-button,
  .page-blog-how-to-choose-a-reliable-betting-site__btn-primary,
  .page-blog-how-to-choose-a-reliable-betting-site a[class*="button"],
  .page-blog-how-to-choose-a-reliable-betting-site a[class*="btn"] {
    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-how-to-choose-a-reliable-betting-site__cta-buttons,
  .page-blog-how-to-choose-a-reliable-betting-site__button-group,
  .page-blog-how-to-choose-a-reliable-betting-site__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  
  .page-blog-how-to-choose-a-reliable-betting-site__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-how-to-choose-a-reliable-betting-site__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-blog-how-to-choose-a-reliable-betting-site__faq-answer {
    padding: 0 15px 15px 15px;
  }
}