/* style/resources-2024-latest-football-match-odds-88-deep-analysis.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --login-button-color: #EA7C07;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default to dark text on light background */
  background-color: var(--background-color, #ffffff);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  box-sizing: border-box;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-title {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: var(--secondary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-primary,
.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__video-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__section-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 30px;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__video,
.page-resources-2024-latest-football-match-odds-88-deep-analysis__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  cursor: pointer;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__video-description {
  font-size: 1.1rem;
  color: var(--text-dark);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__content-area {
  padding: 60px 0;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__paragraph {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__keyword {
  font-weight: bold;
  color: var(--primary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__sub-title {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__list-item {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__image-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 40%; /* Adjust as needed for desktop layout */
  height: auto;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-list {
  margin-top: 40px;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-qtext {
  flex-grow: 1;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--text-dark);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-item[open] .page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-toggle {
  content: '−';
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.05rem;
  color: var(--text-dark);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-banner {
  position: relative;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 60px 20px;
  border-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
  text-align: center;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-title {
    font-size: 2.8rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__section-title {
    font-size: 2.2rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__image-right {
    float: none;
    margin: 30px auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-2024-latest-football-match-odds-88-deep-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-section {
    height: auto;
    min-height: 400px;
    padding: calc(var(--header-offset, 120px) + 30px) 20px 30px;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-title {
    font-size: 2rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-description {
    font-size: 1rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-primary,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-secondary {
    width: 100%;
    padding: 12px 20px;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__video-section,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__content-area {
    padding: 40px 0;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__sub-title {
    font-size: 1.5rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__paragraph,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__list-item,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-answer p {
    font-size: 1rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__image-full-width,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__image-right {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__video,
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__video-link {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important; /* height auto is handled by aspect ratio padding */
    display: block !important;
  }
  .page-resources-2024-latest-football-match-odds-88-deep-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-title {
    font-size: 1.8rem;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }
}

/* Ensure contrast for critical elements */
.page-resources-2024-latest-football-match-odds-88-deep-analysis__dark-section {
  background: var(--primary-color);
  color: var(--text-light); /* Forced white text */
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__faq-item {
  background: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__cta-banner {
  background: var(--primary-color);
  color: var(--text-light);
}

/* Specific button colors */
.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-login {
  background-color: var(--login-button-color);
  border-color: var(--login-button-color);
  color: var(--secondary-color);
}

.page-resources-2024-latest-football-match-odds-88-deep-analysis__btn-login:hover {
  background-color: darken(var(--login-button-color), 10%);
  border-color: darken(var(--login-button-color), 10%);
}