.page-resources-how-to-choose-reliable-betting-site {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0;
  background-color: #1a2a3a;
  line-height: 1.6;
}

.page-resources-how-to-choose-reliable-betting-site__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-reliable-betting-site__hero {
  background: linear-gradient(135deg, #1a2a3a 0%, #3a506a 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-betting-site__hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-choose-reliable-betting-site__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffcc00;
  line-height: 1.2;
}

.page-resources-how-to-choose-reliable-betting-site__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-resources-how-to-choose-reliable-betting-site__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ffcc00;
  color: #1a2a3a;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable-betting-site__cta-button:hover {
  background: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable-betting-site__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-how-to-choose-reliable-betting-site__section:last-of-type {
  border-bottom: none;
}

.page-resources-how-to-choose-reliable-betting-site__section-title {
  font-size: 2.5em;
  color: #ffcc00;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-site__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ffcc00;
  border-radius: 2px;
}

.page-resources-how-to-choose-reliable-betting-site__sub-title {
  font-size: 1.8em;
  color: #ffcc00;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #ffcc00;
  padding-left: 15px;
}

.page-resources-how-to-choose-reliable-betting-site__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-resources-how-to-choose-reliable-betting-site__text-content code,
.page-resources-how-to-choose-reliable-betting-site__hero-title code {
  color: #ffcc00;
  background-color: rgba(255, 204, 0, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-site__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-how-to-choose-reliable-betting-site__content-wrapper > div {
  flex: 1;
}

.page-resources-how-to-choose-reliable-betting-site__image-container {
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-resources-how-to-choose-reliable-betting-site__image-left {
  order: -1; /* For alternating image position */
}

.page-resources-how-to-choose-reliable-betting-site__wide-image {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-betting-site__section ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-how-to-choose-reliable-betting-site__section ul li {
  background-color: #2c3e50;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.05em;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable-betting-site__section ul li strong {
  color: #ffcc00;
  margin-right: 8px;
}

.page-resources-how-to-choose-reliable-betting-site__bg-light {
  background-color: #203142;
}

.page-resources-how-to-choose-reliable-betting-site__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-how-to-choose-reliable-betting-site__cta-large {
  padding: 18px 50px;
  font-size: 1.3em;
  margin-top: 30px;
}

/* FAQ Styles */
.page-resources-how-to-choose-reliable-betting-site__faq {
  padding-bottom: 80px;
}

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

.faq-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #2c3e50;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #34495e;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #3e566d;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffcc00;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #e6b800;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #2c3e50;
  color: #e0e0e0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  font-size: 1.05em;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-reliable-betting-site__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-choose-reliable-betting-site__section-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-reliable-betting-site__sub-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-choose-reliable-betting-site__text-content p {
    font-size: 1em;
  }

  .page-resources-how-to-choose-reliable-betting-site__content-wrapper {
    flex-direction: column;
  }

  .page-resources-how-to-choose-reliable-betting-site__image-left {
    order: 0;
  }

  .page-resources-how-to-choose-reliable-betting-site__section ul li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-betting-site__hero {
    padding: 60px 0;
  }

  .page-resources-how-to-choose-reliable-betting-site__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-reliable-betting-site__hero-subtitle {
    font-size: 1.1em;
  }

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

  .page-resources-how-to-choose-reliable-betting-site__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-choose-reliable-betting-site__sub-title {
    font-size: 1.4em;
    padding-left: 10px;
  }

  .page-resources-how-to-choose-reliable-betting-site__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1em;
  }

  .faq-toggle {
    font-size: 1.5em;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-reliable-betting-site__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-reliable-betting-site__hero-subtitle {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-reliable-betting-site__section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-reliable-betting-site__sub-title {
    font-size: 1.2em;
  }

  .page-resources-how-to-choose-reliable-betting-site__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }

  .page-resources-how-to-choose-reliable-betting-site__cta-large {
    padding: 15px 35px;
    font-size: 1.1em;
  }

  .faq-question h3 {
    font-size: 0.95em;
  }

  .faq-toggle {
    font-size: 1.3em;
  }
}