/* style/blog-lovebet-sports-betting-guide.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-lovebet-sports-betting-guide {
  color: #ffffff; /* Light text for readability on dark body background (#1a1a2e) */
  background-color: transparent; /* Rely on body background from shared.css */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-blog-lovebet-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-lovebet-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  color: #ffffff;
  overflow: hidden;
}

.page-blog-lovebet-sports-betting-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-blog-lovebet-sports-betting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-lovebet-sports-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 0;
}

.page-blog-lovebet-sports-betting-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__lead-text {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Call to Action Buttons */
.page-blog-lovebet-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-lovebet-sports-betting-guide__btn-primary,
.page-blog-lovebet-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-lovebet-sports-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-lovebet-sports-betting-guide__btn-primary:hover {
  background-color: #1a8cc4;
  border-color: #1a8cc4;
}

.page-blog-lovebet-sports-betting-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-lovebet-sports-betting-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-lovebet-sports-betting-guide__btn-full-width {
  width: 100%;
  text-align: center;
}

/* Content Sections */
.page-blog-lovebet-sports-betting-guide__content-section {
  padding: 60px 0;
}

.page-blog-lovebet-sports-betting-guide__content-section:nth-of-type(odd) {
  background-color: #1a1a2e; /* Dark background from body */
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__content-section:nth-of-type(even) {
  background-color: #0d0d1a; /* Slightly darker for contrast */
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-blog-lovebet-sports-betting-guide__sub-title {
  font-size: clamp(1.4em, 2.2vw, 1.8em);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-blog-lovebet-sports-betting-guide__list,
.page-blog-lovebet-sports-betting-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-lovebet-sports-betting-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-lovebet-sports-betting-guide__list-item {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-blog-lovebet-sports-betting-guide__text-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-lovebet-sports-betting-guide__text-link:hover {
  text-decoration: underline;
}

.page-blog-lovebet-sports-betting-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-lovebet-sports-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-lovebet-sports-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: 600;
  font-size: 1.1em;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-lovebet-sports-betting-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-lovebet-sports-betting-guide__faq-item[open] > .page-blog-lovebet-sports-betting-guide__faq-question {
  background-color: #26A9E0;
}

.page-blog-lovebet-sports-betting-guide__faq-qtext {
  flex-grow: 1;
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-blog-lovebet-sports-betting-guide__faq-answer {
  padding: 15px 25px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
  font-size: 1em;
}

.page-blog-lovebet-sports-betting-guide__faq-answer p {
  margin-bottom: 0;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-lovebet-sports-betting-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-lovebet-sports-betting-guide__main-title {
    font-size: 2.2em;
  }

  .page-blog-lovebet-sports-betting-guide__lead-text {
    font-size: 1em;
  }

  .page-blog-lovebet-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-lovebet-sports-betting-guide__btn-primary,
  .page-blog-lovebet-sports-betting-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 15px;
    text-align: center;
  }

  .page-blog-lovebet-sports-betting-guide__content-section {
    padding: 40px 0;
  }

  .page-blog-lovebet-sports-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-lovebet-sports-betting-guide__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
  }

  .page-blog-lovebet-sports-betting-guide__paragraph,
  .page-blog-lovebet-sports-betting-guide__list-item {
    font-size: 0.95em;
  }

  .page-blog-lovebet-sports-betting-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Mobile image responsiveness */
  .page-blog-lovebet-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-lovebet-sports-betting-guide__video-section,
  .page-blog-lovebet-sports-betting-guide__video-container,
  .page-blog-lovebet-sports-betting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-lovebet-sports-betting-guide video,
  .page-blog-lovebet-sports-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* Ensure contrast for specific elements if they default to a brand color on a medium background */
.page-blog-lovebet-sports-betting-guide__dark-bg {
  color: #ffffff; /* Deep blue background, white text */
  background-color: #1a1a2e;
}

.page-blog-lovebet-sports-betting-guide__light-bg {
  color: #333333; /* Light background, dark text */
  background-color: #ffffff;
}

/* Default text color for general paragraphs, list items etc. */
.page-blog-lovebet-sports-betting-guide p,
.page-blog-lovebet-sports-betting-guide li {
  color: #f0f0f0; /* Slightly off-white for softer look on dark backgrounds */
}

.page-blog-lovebet-sports-betting-guide__faq-answer p {
  color: #f0f0f0;
}