/* style/blog-how-to-choose-reliable-betting-platform.css */
/* Custom colors */
:root {
  --bg-primary: #08160F;
  --bg-card: #11271B;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-how-to-choose-reliable-betting-platform {
  background-color: var(--bg-primary);
  color: var(--text-main);
  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;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  box-sizing: border-box;
}

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

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  margin-top: -150px; /* Pull content up over the image bottom, but not covering it */
  position: relative;
  background-color: var(--bg-primary);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  color: var(--text-main);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-description {
  color: var(--text-secondary);
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary,
.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  background: var(--btn-gradient);
  color: #ffffff; /* Always white for contrast */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  background-color: transparent;
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary:hover {
  background-color: var(--glow-color);
  color: var(--bg-primary);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: var(--bg-primary);
  color: var(--text-main);
}

.page-blog-how-to-choose-reliable-betting-platform__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  color: var(--text-main);
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-blog-how-to-choose-reliable-betting-platform__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--glow-color);
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph {
  margin-bottom: 20px;
  color: var(--text-secondary);
  font-size: 1.05em;
  line-height: 1.7;
}

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

.page-blog-how-to-choose-reliable-betting-platform__card {
  background-color: var(--bg-card); /* Card background */
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-main);
}

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

.page-blog-how-to-choose-reliable-betting-platform__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-how-to-choose-reliable-betting-platform__card-title {
  color: var(--text-main);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform__card-text {
  color: var(--text-secondary);
  font-size: 0.95em;
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list li {
  margin-bottom: 15px;
  color: var(--text-secondary);
  font-size: 1.05em;
  line-height: 1.7;
  position: relative;
  padding-left: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list li strong {
  color: var(--text-main);
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list li::before {
  content: counter(list-item);
  counter-increment: list-item;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--glow-color);
  color: var(--bg-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

.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: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: var(--text-main);
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-question:hover {
  background-color: rgba(42, 209, 111, 0.1);
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--glow-color);
}

.page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary);
  font-size: 1em;
  line-height: 1.6;
}

/* Ensure details element's answer content is not hidden by max-height on open */
.page-blog-how-to-choose-reliable-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  max-height: none; /* Override any max-height if present */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    margin-top: -100px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    margin-top: -80px;
    padding: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(1.8em, 5vw, 2.2em);
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-description,
  .page-blog-how-to-choose-reliable-betting-platform__paragraph,
  .page-blog-how-to-choose-reliable-betting-platform__card-text,
  .page-blog-how-to-choose-reliable-betting-platform__ordered-list li,
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__btn-primary,
  .page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }
  .page-blog-how-to-choose-reliable-betting-platform__content-area,
  .page-blog-how-to-choose-reliable-betting-platform__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .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__card-image {
    height: 180px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__card,
  .page-blog-how-to-choose-reliable-betting-platform__faq-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}