.page-resources-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: #121212; /* Inherited from shared.css, explicitly set for clarity */
}

.page-resources-sports-betting-tips__hero-section {
  position: relative;
  width: 100%;
  padding: var(--header-offset, 120px) 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #000080 0%, #121212 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-sports-betting-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-sports-betting-tips__main-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sports-betting-tips__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-sports-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #FFD700;
  color: #000080;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-resources-sports-betting-tips__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

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

.page-resources-sports-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-sports-betting-tips__content-section {
  padding: 60px 20px;
  background-color: #1c1c1c;
  color: #f0f0f0;
}

.page-resources-sports-betting-tips__dark-bg {
  background-color: #000080;
  color: #ffffff;
}

.page-resources-sports-betting-tips__container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-resources-sports-betting-tips__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #FFD700;
}

.page-resources-sports-betting-tips__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-resources-sports-betting-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-sports-betting-tips__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-sports-betting-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-sports-betting-tips__list li {
  margin-bottom: 10px;
}

.page-resources-sports-betting-tips__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-sports-betting-tips__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-sports-betting-tips__image-text-layout {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-resources-sports-betting-tips__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-resources-sports-betting-tips__text-content {
  flex: 1;
}

.page-resources-sports-betting-tips__image-container {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-sports-betting-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-sports-betting-tips__cta-section {
  padding: 80px 20px;
  background: linear-gradient(45deg, #FFD700 0%, #e6c200 100%);
  color: #000080;
  text-align: center;
}

.page-resources-sports-betting-tips__cta-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000080;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-resources-sports-betting-tips__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

.page-resources-sports-betting-tips__cta-button--large {
  padding: 18px 45px;
  font-size: 1.3em;
  background: #000080;
  color: #FFD700;
  box-shadow: 0 6px 20px rgba(0, 0, 128, 0.4);
}

.page-resources-sports-betting-tips__cta-button--large:hover {
  background: #000066;
  box-shadow: 0 10px 25px rgba(0, 0, 128, 0.6);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-sports-betting-tips__main-title {
    font-size: 3em;
  }
  .page-resources-sports-betting-tips__section-title {
    font-size: 2em;
  }
  .page-resources-sports-betting-tips__sub-title {
    font-size: 1.5em;
  }
  .page-resources-sports-betting-tips__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-sports-betting-tips__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sports-betting-tips__main-title {
    font-size: 2.2em;
  }
  .page-resources-sports-betting-tips__description {
    font-size: 1em;
  }
  .page-resources-sports-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-sports-betting-tips__hero-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-resources-sports-betting-tips__content-section {
    padding: 40px 15px;
  }
  .page-resources-sports-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-sports-betting-tips__sub-title {
    font-size: 1.3em;
  }
  .page-resources-sports-betting-tips__text-block,
  .page-resources-sports-betting-tips__list {
    font-size: 1em;
  }
  .page-resources-sports-betting-tips__image-text-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-resources-sports-betting-tips__image-text-layout--reverse {
    flex-direction: column;
  }
  .page-resources-sports-betting-tips__image-container {
    min-width: unset;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-sports-betting-tips__content-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-resources-sports-betting-tips__cta-section {
    padding: 60px 15px;
  }
  .page-resources-sports-betting-tips__cta-title {
    font-size: 2em;
  }
  .page-resources-sports-betting-tips__cta-description {
    font-size: 1.1em;
  }
  .page-resources-sports-betting-tips__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-sports-betting-tips p,
  .page-resources-sports-betting-tips li {
    color: #f0f0f0;
  }
  .page-resources-sports-betting-tips__container {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-sports-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}