/* style/resources-how-to-use-bookmaker-odds-55-for-effective-betting.css */

:root {
  --primary-color: #FFD700;
  --secondary-color: #000080;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #1a1a2e;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default for light body background */
  background-color: var(--bg-light);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: var(--secondary-color); /* Dark blue background */
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__content-section {
  padding: 80px 20px;
  background-color: var(--bg-light);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__section-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__sub-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--text-dark);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  margin: 10px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__btn-primary {
  background-color: var(--primary-color);
  color: var(--text-dark);
  border: 2px solid var(--primary-color);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__btn-secondary {
  background-color: var(--secondary-color);
  color: var(--text-light);
  border: 2px solid var(--secondary-color);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__btn-secondary:hover {
  background-color: darken(var(--secondary-color), 10%);
  border-color: darken(var(--secondary-color), 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__cta-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__conclusion-section {
  padding: 60px 20px;
  background-color: var(--secondary-color);
  color: var(--text-light);
  text-align: center;
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__conclusion-section .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__section-title {
  color: var(--primary-color);
}

.page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__conclusion-section .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__paragraph {
  color: var(--text-light);
  max-width: 900px;
  margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__main-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__content-section {
    padding: 40px 15px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__paragraph,
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__list li {
    font-size: 1em;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px 0;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    margin: 8px 0;
    font-size: 1em;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__cta-group {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__conclusion-section {
    padding: 30px 15px;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  .page-resources-how-to-use-bookmaker-odds-55-for-effective-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}