.page-resources-football-betting-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-football-betting-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-football-betting-strategies__dark-bg {
  background-color: #26A9E0; /* Brand primary color for sections */
  color: #ffffff;
}

.page-resources-football-betting-strategies__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

/* Hero Section */
.page-resources-football-betting-strategies__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background: linear-gradient(135deg, #26A9E0, #1a7bb0); /* Gradient with brand color */
}

.page-resources-football-betting-strategies__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-football-betting-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

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

.page-resources-football-betting-strategies__hero-image-wrapper {
  margin-top: 40px;
}

.page-resources-football-betting-strategies__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-resources-football-betting-strategies__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-football-betting-strategies__btn-primary,
.page-resources-football-betting-strategies__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-football-betting-strategies__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-football-betting-strategies__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-football-betting-strategies__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-football-betting-strategies__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

/* Section Styling */
.page-resources-football-betting-strategies__section {
  padding: 80px 0;
}

.page-resources-football-betting-strategies__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 50px;
  color: inherit;
}

.page-resources-football-betting-strategies__text-block {
  font-size: 1.1em;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

/* Grid for Cards */
.page-resources-football-betting-strategies__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Cards */
.page-resources-football-betting-strategies__card {
  background-color: #ffffff;
  color: #333333;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-football-betting-strategies__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-football-betting-strategies__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-football-betting-strategies__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-football-betting-strategies__card-description {
  font-size: 1em;
  margin-bottom: 20px;
}

.page-resources-football-betting-strategies__card-link {
  display: inline-block;
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-football-betting-strategies__card-link:hover {
  text-decoration: underline;
}

/* Strategy Items */
.page-resources-football-betting-strategies__strategy-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.page-resources-football-betting-strategies__strategy-item:last-child {
  margin-bottom: 0;
}

.page-resources-football-betting-strategies__strategy-item--reverse {
  flex-direction: row-reverse;
}

.page-resources-football-betting-strategies__strategy-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-football-betting-strategies__strategy-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-football-betting-strategies__strategy-description {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-football-betting-strategies__strategy-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-football-betting-strategies__strategy-content ul li {
  margin-bottom: 10px;
}

.page-resources-football-betting-strategies__strategy-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* Tips List */
.page-resources-football-betting-strategies__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-football-betting-strategies__tips-list li {
  background-color: #f8f8f8;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-football-betting-strategies__tip-title {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-football-betting-strategies__tips-list li p {
  color: #333333;
  margin-bottom: 10px;
}

.page-resources-football-betting-strategies__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-resources-football-betting-strategies__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-football-betting-strategies__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-football-betting-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-football-betting-strategies__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-football-betting-strategies__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-football-betting-strategies__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-football-betting-strategies__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}

.page-resources-football-betting-strategies__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-resources-football-betting-strategies__cta-bottom p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-football-betting-strategies__hero-title {
    font-size: 3em;
  }

  .page-resources-football-betting-strategies__section-title {
    font-size: 2em;
  }

  .page-resources-football-betting-strategies__strategy-item {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-football-betting-strategies__strategy-item--reverse {
    flex-direction: column;
  }

  .page-resources-football-betting-strategies__strategy-image {
    max-width: 80%;
    margin-top: 30px;
  }

  .page-resources-football-betting-strategies__strategy-content ul {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-football-betting-strategies {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-football-betting-strategies__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
    padding-bottom: 40px;
    min-height: auto;
  }

  .page-resources-football-betting-strategies__hero-title {
    font-size: 2.2em;
  }

  .page-resources-football-betting-strategies__hero-description {
    font-size: 1em;
  }

  .page-resources-football-betting-strategies__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-football-betting-strategies__btn-primary,
  .page-resources-football-betting-strategies__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-resources-football-betting-strategies__section {
    padding: 40px 0;
  }

  .page-resources-football-betting-strategies__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-football-betting-strategies__text-block {
    font-size: 1em;
  }

  .page-resources-football-betting-strategies__grid-3-col {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .page-resources-football-betting-strategies__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .page-resources-football-betting-strategies__strategy-item {
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .page-resources-football-betting-strategies__strategy-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-football-betting-strategies__strategy-title {
    font-size: 1.5em;
  }

  .page-resources-football-betting-strategies__strategy-description {
    font-size: 1em;
  }

  .page-resources-football-betting-strategies__tips-list {
    padding: 0 15px;
  }

  .page-resources-football-betting-strategies__tips-list li {
    padding: 15px;
  }

  .page-resources-football-betting-strategies__tip-title {
    font-size: 1.2em;
  }

  .page-resources-football-betting-strategies__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-resources-football-betting-strategies__faq-list {
    padding: 0 15px;
  }

  .page-resources-football-betting-strategies__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-football-betting-strategies__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-resources-football-betting-strategies__cta-bottom {
    margin-top: 40px;
    padding: 0 15px;
  }
  
  .page-resources-football-betting-strategies__section,
  .page-resources-football-betting-strategies__card,
  .page-resources-football-betting-strategies__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-football-betting-strategies img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* Ensure all image containers are responsive */
.page-resources-football-betting-strategies__hero-image-wrapper,
.page-resources-football-betting-strategies__card,
.page-resources-football-betting-strategies__strategy-item,
.page-resources-football-betting-strategies__tips-list li,
.page-resources-football-betting-strategies__faq-item {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}