/* style/blog-2024-hot-sports-betting-guide.css */

/* Base styles for the page, adapting to dark body background */
.page-blog-2024-hot-sports-betting-guide {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on body background */
}

.page-blog-2024-hot-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-2024-hot-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
  max-height: 500px;
}

.page-blog-2024-hot-sports-betting-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
}

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

.page-blog-2024-hot-sports-betting-guide__subtitle {
  font-size: clamp(1em, 1.5vw, 1.2em); /* Responsive font size */
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.page-blog-2024-hot-sports-betting-guide__btn-primary:hover {
  background-color: #1e87b6;
}

.page-blog-2024-hot-sports-betting-guide__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
  border: 2px solid #26A9E0;
}

.page-blog-2024-hot-sports-betting-guide__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #1e87b6;
  border-color: #1e87b6;
}

.page-blog-2024-hot-sports-betting-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-2024-hot-sports-betting-guide__dark-bg {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter dark background for contrast */
  color: #ffffff; /* Light text for dark background */
}

.page-blog-2024-hot-sports-betting-guide__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-2024-hot-sports-betting-guide__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.page-blog-2024-hot-sports-betting-guide__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-2024-hot-sports-betting-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-2024-hot-sports-betting-guide__list-item strong {
  color: #26A9E0;
}

.page-blog-2024-hot-sports-betting-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-blog-2024-hot-sports-betting-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-hot-sports-betting-guide__feature-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
}

.page-blog-2024-hot-sports-betting-guide__feature-icon {
  width: 100%;
  max-width: 250px; /* Adjust as needed */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-2024-hot-sports-betting-guide__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-2024-hot-sports-betting-guide__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__faq-list {
  margin-top: 40px;
}

.page-blog-2024-hot-sports-betting-guide__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-2024-hot-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #26A9E0;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-2024-hot-sports-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-2024-hot-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #ffffff;
}

.page-blog-2024-hot-sports-betting-guide__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__faq-answer p {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-blog-2024-hot-sports-betting-guide__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-2024-hot-sports-betting-guide__faq-answer a:hover {
  text-decoration: underline;
}

.page-blog-2024-hot-sports-betting-guide__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #26A9E0; /* Brand color background for CTA */
  color: #ffffff;
}

.page-blog-2024-hot-sports-betting-guide__cta-section .page-blog-2024-hot-sports-betting-guide__section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-2024-hot-sports-betting-guide__cta-section .page-blog-2024-hot-sports-betting-guide__text-block {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-blog-2024-hot-sports-betting-guide__cta-button {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 10px;
  background-color: #EA7C07; /* Login orange color for strong CTA */
  border-color: #EA7C07;
}

.page-blog-2024-hot-sports-betting-guide__cta-button:hover {
  background-color: #cc6a00;
  border-color: #cc6a00;
}

/* Links within content */
.page-blog-2024-hot-sports-betting-guide__content-area a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-2024-hot-sports-betting-guide__content-area a:hover {
  color: #1e87b6;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-2024-hot-sports-betting-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-2024-hot-sports-betting-guide__hero-content {
    padding: 15px;
    width: 95%;
  }

  .page-blog-2024-hot-sports-betting-guide__main-title {
    font-size: 2em; /* Smaller on mobile */
  }

  .page-blog-2024-hot-sports-betting-guide__subtitle {
    font-size: 1em;
  }

  .page-blog-2024-hot-sports-betting-guide__content-area,
  .page-blog-2024-hot-sports-betting-guide__cta-section {
    padding: 30px 15px;
  }

  .page-blog-2024-hot-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-2024-hot-sports-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-2024-hot-sports-betting-guide__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-2024-hot-sports-betting-guide__text-block,
  .page-blog-2024-hot-sports-betting-guide__list-item,
  .page-blog-2024-hot-sports-betting-guide__feature-description,
  .page-blog-2024-hot-sports-betting-guide__faq-answer p {
    font-size: 1em;
  }

  .page-blog-2024-hot-sports-betting-guide__list {
    margin-left: 15px;
  }

  /* Images responsive */
  .page-blog-2024-hot-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Buttons responsive */
  .page-blog-2024-hot-sports-betting-guide__btn-primary,
  .page-blog-2024-hot-sports-betting-guide__btn-secondary,
  .page-blog-2024-hot-sports-betting-guide a[class*="button"],
  .page-blog-2024-hot-sports-betting-guide a[class*="btn"] {
    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;
    text-align: center;
  }

  .page-blog-2024-hot-sports-betting-guide__cta-buttons,
  .page-blog-2024-hot-sports-betting-guide__button-group,
  .page-blog-2024-hot-sports-betting-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-2024-hot-sports-betting-guide__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-2024-hot-sports-betting-guide__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-2024-hot-sports-betting-guide__feature-card {
    min-height: auto;
  }

  .page-blog-2024-hot-sports-betting-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-2024-hot-sports-betting-guide__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Specific contrast adjustments for light text on dark background */
.page-blog-2024-hot-sports-betting-guide__content-area.page-blog-2024-hot-sports-betting-guide__dark-bg h2,
.page-blog-2024-hot-sports-betting-guide__content-area.page-blog-2024-hot-sports-betting-guide__dark-bg h3 {
  color: #26A9E0; /* Ensure titles are visible */
}

.page-blog-2024-hot-sports-betting-guide__content-area.page-blog-2024-hot-sports-betting-guide__dark-bg p,
.page-blog-2024-hot-sports-betting-guide__content-area.page-blog-2024-hot-sports-betting-guide__dark-bg li {
  color: #f0f0f0; /* Ensure text is visible */
}

.page-blog-2024-hot-sports-betting-guide__feature-card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark background */
  color: #ffffff;
}

.page-blog-2024-hot-sports-betting-guide__faq-item {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}