/* style/blog-how-to-choose-reliable-betting-platform.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-how-to-choose-reliable-betting-platform {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  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;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, relying on body for header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
}

.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: 40px auto 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2rem, 4vw, 3.5rem); /* Responsive font size */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.15rem;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-betting-platform__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-choose-reliable-how-to-choose-reliable-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  color: #57E38D; /* Glow */
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform__criteria-list,
.page-blog-how-to-choose-reliable-betting-platform__feature-list,
.page-blog-how-to-choose-reliable-betting-platform__mistake-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.page-blog-how-to-choose-reliable-betting-platform__card {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-platform__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-reliable-betting-platform__card-title {
  color: #F2C14E; /* Gold */
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-list li,
.page-blog-how-to-choose-reliable-betting-platform__mistake-list li {
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #11A84E; /* Main Color */
  margin-bottom: 15px;
  font-size: 1.05rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-betting-platform__feature-list strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-reliable-betting-platform__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-reliable-betting-platform__cta-text {
  color: #F2FFF6; /* Text Main */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-section {
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary:hover {
  background-color: #1E3A2A; /* Divider */
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-qtext {
  flex-grow: 1;
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

/* --- Responsive Styles --- */

/* Tablet */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    max-width: 768px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2rem;
  }
}

/* Mobile */
@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 {
    max-width: 100%;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__content-area,
  .page-blog-how-to-choose-reliable-betting-platform__faq-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__paragraph {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__criteria-list,
  .page-blog-how-to-choose-reliable-betting-platform__feature-list,
  .page-blog-how-to-choose-reliable-betting-platform__mistake-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__card {
    padding: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__card-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__cta-bottom {
    padding: 30px 15px;
    margin-top: 40px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__cta-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-choose-reliable-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-reliable-betting-platform__section,
  .page-blog-how-to-choose-reliable-betting-platform__card,
  .page-blog-how-to-choose-reliable-betting-platform__container,
  .page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper,
  .page-blog-how-to-choose-reliable-betting-platform__content-area,
  .page-blog-how-to-choose-reliable-betting-platform__cta-bottom,
  .page-blog-how-to-choose-reliable-betting-platform__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}