.page-blog-betting-strategy-deep-dive {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #1a1a1a; /* Inherited from body via shared, but good to ensure consistency */
  padding-top: var(--header-offset, 120px);
}

.page-blog-betting-strategy-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-betting-strategy-deep-dive__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px; /* Add some padding below content */
}

.page-blog-betting-strategy-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.6); /* Slightly darken image for text readability, not changing color */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 400px; /* Ensure hero image has a minimum height */
}

.page-blog-betting-strategy-deep-dive__hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure container has enough height for hero content */
  padding: 80px 20px;
}

.page-blog-betting-strategy-deep-dive__hero-content {
  max-width: 900px;
  margin-top: 50px;
}

.page-blog-betting-strategy-deep-dive__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold primary color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-betting-strategy-deep-dive__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-betting-strategy-deep-dive__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary color */
  color: #000080; /* Dark blue auxiliary color for text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-betting-strategy-deep-dive__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-blog-betting-strategy-deep-dive__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold primary color */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-betting-strategy-deep-dive__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-betting-strategy-deep-dive__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-betting-strategy-deep-dive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-betting-strategy-deep-dive__card {
  background-color: rgba(0, 0, 128, 0.5); /* Semi-transparent dark blue */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #000080;
}

.page-blog-betting-strategy-deep-dive__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-betting-strategy-deep-dive__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-betting-strategy-deep-dive__card-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold primary color */
  margin-bottom: 10px;
}

.page-blog-betting-strategy-deep-dive__card-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-blog-betting-strategy-deep-dive__card-title a:hover {
  text-decoration: underline;
}

.page-blog-betting-strategy-deep-dive__card-text {
  font-size: 1em;
  color: #cccccc;
}

.page-blog-betting-strategy-deep-dive__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-betting-strategy-deep-dive__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-betting-strategy-deep-dive__list-item strong {
  color: #FFD700;
}

.page-blog-betting-strategy-deep-dive__button {
  display: inline-block;
  background-color: #000080; /* Dark blue auxiliary color */
  color: #FFD700; /* Gold primary color for text */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-betting-strategy-deep-dive__button:hover {
  background-color: #000066;
  transform: translateY(-2px);
}

.page-blog-betting-strategy-deep-dive__content-image {
  width: 100%;
  height: auto;
  max-width: 800px; /* Max width for content images */
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-betting-strategy-deep-dive__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

.page-blog-betting-strategy-deep-dive__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary color */
  color: #000080; /* Dark blue auxiliary color for text */
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-betting-strategy-deep-dive__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-betting-strategy-deep-dive__hero-title {
    font-size: 3em;
  }
  .page-blog-betting-strategy-deep-dive__hero-description {
    font-size: 1.2em;
  }
  .page-blog-betting-strategy-deep-dive__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-betting-strategy-deep-dive__hero-title {
    font-size: 2.5em;
  }
  .page-blog-betting-strategy-deep-dive__hero-description {
    font-size: 1.1em;
  }
  .page-blog-betting-strategy-deep-dive__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-blog-betting-strategy-deep-dive__section-title {
    font-size: 1.8em;
  }
  .page-blog-betting-strategy-deep-dive__sub-section-title {
    font-size: 1.5em;
  }
  .page-blog-betting-strategy-deep-dive__text-content,
  .page-blog-betting-strategy-deep-dive__list-item,
  .page-blog-betting-strategy-deep-dive__card-text {
    font-size: 1em;
  }
  .page-blog-betting-strategy-deep-dive__grid {
    grid-template-columns: 1fr;
  }
  .page-blog-betting-strategy-deep-dive__card-image,
  .page-blog-betting-strategy-deep-dive__content-image {
    max-width: 100%;
    height: auto;
  }
  .page-blog-betting-strategy-deep-dive__hero-container {
    min-height: 400px;
    padding: 60px 15px;
  }
  .page-blog-betting-strategy-deep-dive__cta-button {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-blog-betting-strategy-deep-dive__container {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-betting-strategy-deep-dive__hero-title {
    font-size: 2em;
  }
  .page-blog-betting-strategy-deep-dive__hero-description {
    font-size: 0.95em;
  }
  .page-blog-betting-strategy-deep-dive__section-title {
    font-size: 1.5em;
  }
  .page-blog-betting-strategy-deep-dive__cta-buttons {
    flex-direction: column;
    display: flex;
  }
  .page-blog-betting-strategy-deep-dive__cta-button {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}