.page-blog-deep-dive-game-7-sports-betting-strategy {
  --primary-color: #C61F1F;
  --secondary-color: #E53030;
  --card-bg: #2A1212;
  --background-color: #140C0C;
  --text-main-color: #FFF1E8;
  --border-color: #6A1E1E;
  --gold-color: #F3C54D;
  --deep-red-color: #7E0D0D;
  color: var(--text-main-color); /* Default text color for dark background */
  background-color: var(--background-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; /* Align content to the bottom */
  padding-top: 10px; /* Small top padding for first section */
  background-color: var(--background-color);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px; /* Limit height for aesthetic */
  margin-bottom: 20px; /* Space between image and text */
}

.page-blog-deep-dive-game-7-sports-betting-strategy__hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
  margin-bottom: 40px;
  border-radius: 8px;
  box-sizing: border-box;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__main-title {
  color: var(--gold-color);
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__subtitle {
  color: var(--text-main-color);
  font-size: clamp(1em, 2vw, 1.5em);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__btn-primary,
.page-blog-deep-dive-game-7-sports-betting-strategy__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff;
  border: none;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__btn-secondary {
  background: none;
  color: var(--gold-color);
  border: 2px solid var(--gold-color);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__btn-secondary:hover {
  background-color: rgba(243, 197, 77, 0.1);
  transform: translateY(-2px);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__introduction-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__strategies-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__advanced-tips-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__platform-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__responsible-gaming-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__faq-section,
.page-blog-deep-dive-game-7-sports-betting-strategy__conclusion-section {
  padding: 60px 0;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__section-title {
  color: var(--gold-color);
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__sub-title {
  color: var(--primary-color);
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__text-block {
  color: var(--text-main-color);
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__list {
  list-style: disc inside;
  color: var(--text-main-color);
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Dark background sections */
.page-blog-deep-dive-game-7-sports-betting-strategy__dark-section {
  background-color: var(--card-bg);
  color: var(--text-main-color);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__dark-section .page-blog-deep-dive-game-7-sports-betting-strategy__section-title {
  color: var(--gold-color);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__dark-section .page-blog-deep-dive-game-7-sports-betting-strategy__text-block,
.page-blog-deep-dive-game-7-sports-betting-strategy__dark-section .page-blog-deep-dive-game-7-sports-betting-strategy__list-item {
  color: var(--text-main-color);
}

/* Light background sections */
.page-blog-deep-dive-game-7-sports-betting-strategy__light-bg {
  background-color: #f8f8f8;
  color: #333333;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__light-bg .page-blog-deep-dive-game-7-sports-betting-strategy__section-title,
.page-blog-deep-dive-game-7-sports-betting-strategy__light-bg .page-blog-deep-dive-game-7-sports-betting-strategy__sub-title {
  color: var(--primary-color);
}

.page-blog-deep-dive-game-7-sports-betting-strategy__light-bg .page-blog-deep-dive-game-7-sports-betting-strategy__text-block,
.page-blog-deep-dive-game-7-sports-betting-strategy__light-bg .page-blog-deep-dive-game-7-sports-betting-strategy__list-item {
  color: #333333;
}

/* FAQ Section */
.page-blog-deep-dive-game-7-sports-betting-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--gold-color);
  cursor: pointer;
  list-style: none;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-answer {
  padding: 0 20px 20px;
  color: var(--text-main-color);
  font-size: 1.05em;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-answer p {
  margin-bottom: 0;
}

.page-blog-deep-dive-game-7-sports-betting-strategy__faq-item[open] .page-blog-deep-dive-game-7-sports-betting-strategy__faq-toggle {
  content: '−';
}

.page-blog-deep-dive-game-7-sports-betting-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-image {
    max-height: 500px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-deep-dive-game-7-sports-betting-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-image {
    max-height: 400px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-content {
    padding: 15px;
    margin-bottom: 20px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__subtitle {
    font-size: clamp(0.9em, 2.5vw, 1.2em);
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__btn-primary,
  .page-blog-deep-dive-game-7-sports-betting-strategy__btn-secondary {
    padding: 10px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 5px 0;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__container {
    padding: 20px 15px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__sub-title {
    font-size: 1.5em;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__text-block,
  .page-blog-deep-dive-game-7-sports-betting-strategy__list-item {
    font-size: 1em;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__faq-item summary {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__faq-answer {
    padding: 0 15px 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-deep-dive-game-7-sports-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Ensure all image containers are responsive */
  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__introduction-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__content-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__strategies-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__advanced-tips-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__platform-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__responsible-gaming-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__faq-section,
  .page-blog-deep-dive-game-7-sports-betting-strategy__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-deep-dive-game-7-sports-betting-strategy__hero-section {
    padding-top: 10px !important;
  }
}