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

:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg-color: #11271B;
  --background-main-color: #08160F;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-blog-how-to-choose-reliable-betting-site {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Default text color for dark body background */
  background-color: var(--background-main-color); /* Explicitly set background for content */
}

.page-blog-how-to-choose-reliable-betting-site__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 */
  color: var(--text-main-color);
  background-color: var(--background-main-color);
}

.page-blog-how-to-choose-reliable-betting-site__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-site__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* No image filters */
}

.page-blog-how-to-choose-reliable-betting-site__hero-content {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-site__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive H1 font size */
}

.page-blog-how-to-choose-reliable-betting-site__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-secondary-color);
}

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

.page-blog-how-to-choose-reliable-betting-site__dark-bg {
  background-color: var(--background-main-color);
  color: var(--text-main-color);
}

.page-blog-how-to-choose-reliable-betting-site__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-choose-reliable-betting-site__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--gold-color);
}

.page-blog-how-to-choose-reliable-betting-site__sub-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-blog-how-to-choose-reliable-betting-site__text-block p,
.page-blog-how-to-choose-reliable-betting-site__text-content p,
.page-blog-how-to-choose-reliable-betting-site p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: inherit;
}

.page-blog-how-to-choose-reliable-betting-site__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-how-to-choose-reliable-betting-site__list li {
  margin-bottom: 10px;
  color: inherit;
}

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

.page-blog-how-to-choose-reliable-betting-site__image-left {
  order: 1;
}

.page-blog-how-to-choose-reliable-betting-site__image-right {
  order: 2;
}

.page-blog-how-to-choose-reliable-betting-site__image-left.page-blog-how-to-choose-reliable-betting-site__content-image {
  margin-right: 30px; /* Adjust spacing */
}

.page-blog-how-to-choose-reliable-betting-site__image-right.page-blog-how-to-choose-reliable-betting-site__content-image {
  margin-left: 30px; /* Adjust spacing */
}

.page-blog-how-to-choose-reliable-betting-site__content-image {
  flex-shrink: 0;
  border-radius: 8px;
  width: 400px; /* Base width for content images */
  height: 300px; /* Base height for content images */
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  filter: none; /* No image filters */
}

.page-blog-how-to-choose-reliable-betting-site__image-text-block .page-blog-how-to-choose-reliable-betting-site__text-content {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-site__step-card {
  background-color: var(--card-bg-color);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-reliable-betting-site__step-number {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--text-main-color);
  margin-bottom: 20px;
}

.page-blog-how-to-choose-reliable-betting-site__step-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--gold-color);
}

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

.page-blog-how-to-choose-reliable-betting-site__faq-item {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-site__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main-color);
  cursor: pointer;
  background-color: var(--deep-green-color);
  border-bottom: 1px solid var(--border-color);
  user-select: none;
  list-style: none; /* Remove default marker for details summary */
}

.page-blog-how-to-choose-reliable-betting-site__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-how-to-choose-reliable-betting-site__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-how-to-choose-reliable-betting-site__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--gold-color);
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-how-to-choose-reliable-betting-site__faq-answer {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary-color);
}

.page-blog-how-to-choose-reliable-betting-site__conclusion-section {
  text-align: center;
  padding-bottom: 60px;
}

.page-blog-how-to-choose-reliable-betting-site__cta-wrapper {
  margin-top: 40px;
  text-align: center;
}

.page-blog-how-to-choose-reliable-betting-site__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-reliable-betting-site__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main-color);
  border: 2px solid var(--primary-color);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3), 0 0 15px var(--glow-color) inset;
}

.page-blog-how-to-choose-reliable-betting-site__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 5px 20px rgba(0,0,0,0.5), 0 0 20px var(--glow-color) inset;
  transform: translateY(-2px);
}

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

@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-site__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

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

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

  .page-blog-how-to-choose-reliable-betting-site__image-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-how-to-choose-reliable-betting-site__image-left.page-blog-how-to-choose-reliable-betting-site__content-image,
  .page-blog-how-to-choose-reliable-betting-site__image-right.page-blog-how-to-choose-reliable-betting-site__content-image {
    margin: 0 0 20px 0; /* Adjust spacing */
  }

  .page-blog-how-to-choose-reliable-betting-site__image-left {
    order: unset;
  }

  .page-blog-how-to-choose-reliable-betting-site__image-right {
    order: unset;
  }

  .page-blog-how-to-choose-reliable-betting-site__content-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}

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

  .page-blog-how-to-choose-reliable-betting-site__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-how-to-choose-reliable-betting-site__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

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

  .page-blog-how-to-choose-reliable-betting-site__content-area {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-how-to-choose-reliable-betting-site__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
  }

  /* Image responsiveness */
  .page-blog-how-to-choose-reliable-betting-site img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Image container responsiveness */
  .page-blog-how-to-choose-reliable-betting-site__hero-image-wrapper,
  .page-blog-how-to-choose-reliable-betting-site__image-text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding: 0 15px;
  }

  /* Ensure content images are at least 200px wide if not full width */
  .page-blog-how-to-choose-reliable-betting-site__content-image {
    min-width: 200px; /* Enforce minimum size if not 100% width */
    height: auto;
  }

  /* Button responsiveness */
  .page-blog-how-to-choose-reliable-betting-site__cta-button,
  .page-blog-how-to-choose-reliable-betting-site__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-reliable-betting-site__cta-wrapper {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-reliable-betting-site__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

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

@media (max-width: 480px) {
  .page-blog-how-to-choose-reliable-betting-site__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

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

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

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

  .page-blog-how-to-choose-reliable-betting-site__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

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