/* style/resources-soco-live-sports-betting-guide.css */

/* Base styles for the page content */
.page-resources-soco-live-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#1a1a2e), so text should be light */
  background-color: transparent; /* Inherit from body or shared, ensuring text contrast */
}

/* Fixed header spacing */
.page-resources-soco-live-sports-betting-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Apply header offset to the first section */
}

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

/* Hero Section */
.page-resources-soco-live-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  background-color: #1a1a2e; /* Dark background for hero */
  overflow: hidden; /* For image positioning */
}

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

.page-resources-soco-live-sports-betting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay to make text readable */
  filter: none; /* No color filters */
}

.page-resources-soco-live-sports-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 10px;
  margin-top: 40px;
}

.page-resources-soco-live-sports-betting-guide__hero-title {
  font-size: 3em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-resources-soco-live-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* General Sections */
.page-resources-soco-live-sports-betting-guide__section {
  padding: 80px 0;
  background-color: #f8f8f8; /* Light background for contrast */
  color: #333333; /* Dark text for light background */
}

.page-resources-soco-live-sports-betting-guide__dark-section {
  background-color: #1a1a2e; /* Dark background */
  color: #ffffff; /* Light text for dark background */
}

.page-resources-soco-live-sports-betting-guide__section-title {
  font-size: 2.5em;
  color: #017439; /* Primary brand color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-soco-live-sports-betting-guide__dark-section .page-resources-soco-live-sports-betting-guide__section-title {
  color: #FFFFFF; /* White title on dark background */
}

.page-resources-soco-live-sports-betting-guide__content-block {
  margin-bottom: 40px;
}

.page-resources-soco-live-sports-betting-guide__content-subtitle {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-soco-live-sports-betting-guide__dark-section .page-resources-soco-live-sports-betting-guide__content-subtitle {
  color: #FFFFFF;
}

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

.page-resources-soco-live-sports-betting-guide__list,
.page-resources-soco-live-sports-betting-guide__numbered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-soco-live-sports-betting-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}