/* style/blog-how-to-choose-lg777-win-sports-betting-strategy.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-dark: #0a0a0a;
  --bg-light: #ffffff;
  --login-color: #EA7C07;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Body background is dark #0a0a0a */
  background-color: var(--bg-dark);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px 20px; /* Small top padding, larger bottom for content */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Make text more readable over image */
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__lead-text {
  font-size: clamp(1em, 1.5vw, 1.25em);
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__btn-primary {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__btn-primary:hover {
  background-color: #1a8cc7;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__content-area {
  background-color: var(--bg-light); /* Content area has light background */
  color: var(--text-dark);
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  color: var(--text-dark);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy li {
  margin-bottom: 8px;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-dark);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-item summary {
  list-style: none; /* Hide default marker */
  cursor: pointer;
  padding: 18px 25px;
  font-weight: 600;
  font-size: 1.15em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-item summary:hover {
  background-color: #e6f7ff;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-answer {
  padding: 15px 25px 20px;
  background-color: #f0f0f0;
  font-size: 1em;
  color: var(--text-dark);
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-section {
  background-color: var(--primary-color); /* Brand color for CTA */
  color: var(--secondary-color);
  padding: 80px 20px;
  text-align: center;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-title {
  font-size: clamp(2em, 3.5vw, 3em);
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-description {
  font-size: clamp(1.1em, 1.6vw, 1.4em);
  margin-bottom: 30px;
}

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

@media (max-width: 1024px) {
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-content {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__content-area,
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-section {
    padding: 40px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-section {
    padding: 10px 15px 40px 15px; /* Adjust top padding for smaller screens */
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__main-title {
    font-size: 2em; /* Smaller font size for mobile */
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__lead-text {
    font-size: 1em;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__sub-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy p,
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy ul,
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy li {
    font-size: 1em;
  }

  /* Mobile responsive images */
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Mobile responsive containers for images/videos/buttons */
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__section-inner,
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__hero-content,
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__cta-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no overflow */
  }

  /* Mobile responsive buttons */
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__btn-primary {
    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-lg777-win-sports-betting-strategy__faq-item summary {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__section-title {
    font-size: 1.6em;
  }

  .page-blog-how-to-choose-lg777-win-sports-betting-strategy__sub-title {
    font-size: 1.2em;
  }
}