.page-resources-sports-betting-strategy-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sports-betting-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sports-betting-strategy-guide__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-sports-betting-strategy-guide__section:nth-of-type(even) {
  background-color: #fefefe;
}

.page-resources-sports-betting-strategy-guide__section-title {
  font-size: 36px;
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sports-betting-strategy-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-resources-sports-betting-strategy-guide h1 {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-sports-betting-strategy-guide h2 {
  font-size: 32px;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-sports-betting-strategy-guide h3 {
  font-size: 24px;
  color: #FFD700; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sports-betting-strategy-guide p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

.page-resources-sports-betting-strategy-guide a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-sports-betting-strategy-guide a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-sports-betting-strategy-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: #FFD700; /* Gold */
  color: #8B0000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-sports-betting-strategy-guide__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-strategy-guide__cta-button--large {
  padding: 18px 40px;
  font-size: 20px;
}

/* Hero Section Specific Styles */
.page-resources-sports-betting-strategy-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #8B0000 0%, #FFD700 100%); /* Gradient background for visual appeal */
  overflow: hidden;
}

.page-resources-sports-betting-strategy-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-sports-betting-strategy-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-resources-sports-betting-strategy-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.page-resources-sports-betting-strategy-guide__hero-content p {
  font-size: 20px;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-sports-betting-strategy-guide__hero-content a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-sports-betting-strategy-guide__hero-content a:hover {
  text-decoration: underline;
}

/* Content Image Styles */
.page-resources-sports-betting-strategy-guide__image-wrapper {
    margin: 30px 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-sports-betting-strategy-guide__content-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 400px; /* Limit height for content images */
}

/* Card Grid for Principles Section */
.page-resources-sports-betting-strategy-guide__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-sports-betting-strategy-guide__card {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #FFD700;
}

.page-resources-sports-betting-strategy-guide__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sports-betting-strategy-guide__card h3 {
    color: #8B0000;
    margin-top: 0;
    font-size: 22px;
}

.page-resources-sports-betting-strategy-guide__card p {
    color: #555;
}

/* Strategy Items */
.page-resources-sports-betting-strategy-guide__strategy-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border-left: 4px solid #8B0000;
}

.page-resources-sports-betting-strategy-guide__strategy-item h3 {
    color: #8B0000;
    margin-top: 0;
    font-size: 24px;
}

.page-resources-sports-betting-strategy-guide__strategy-item p {
    color: #555;
}

/* List for Optimize Section */
.page-resources-sports-betting-strategy-guide__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-sports-betting-strategy-guide__list li {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-left: 3px solid #FFD700;
}

.page-resources-sports-betting-strategy-guide__list li h3 {
    color: #8B0000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.page-resources-sports-betting-strategy-guide__list li p {
    color: #555;
    margin-bottom: 0;
}

/* FAQ Section */
.page-resources-sports-betting-strategy-guide__faq-list {
    margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #f5f5f5;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    flex-grow: 1;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #8B0000;
    transition: transform 0.3s ease;
    line-height: 1;
    margin-left: 15px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    color: #555;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 15px;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height to contain content */
    padding: 15px 25px;
    background: #f9f9f9;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: #FFD700;
}

/* Conclusion Section */
.page-resources-sports-betting-strategy-guide__conclusion {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
    color: #fff;
}

.page-resources-sports-betting-strategy-guide__conclusion .page-resources-sports-betting-strategy-guide__section-title {
    color: #fff;
}

.page-resources-sports-betting-strategy-guide__conclusion .page-resources-sports-betting-strategy-guide__section-title::after {
    background-color: #fff;
}

.page-resources-sports-betting-strategy-guide__conclusion p {
    color: #f0f0f0;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-resources-sports-betting-strategy-guide__conclusion a {
    color: #FFD700;
}

.page-resources-sports-betting-strategy-guide__conclusion a:hover {
    color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-sports-betting-strategy-guide__section-title {
        font-size: 30px;
    }

    .page-resources-sports-betting-strategy-guide h1 {
        font-size: 40px;
    }

    .page-resources-sports-betting-strategy-guide h2 {
        font-size: 28px;
    }

    .page-resources-sports-betting-strategy-guide h3 {
        font-size: 20px;
    }

    .page-resources-sports-betting-strategy-guide__cta-button {
        padding: 12px 25px;
        font-size: 16px;
    }

    .page-resources-sports-betting-strategy-guide__card-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-sports-betting-strategy-guide__section {
        padding: 40px 0;
    }

    .page-resources-sports-betting-strategy-guide__hero-section {
        padding: 60px 15px;
    }

    .page-resources-sports-betting-strategy-guide h1 {
        font-size: 32px;
    }

    .page-resources-sports-betting-strategy-guide__hero-content p {
        font-size: 16px;
    }

    .page-resources-sports-betting-strategy-guide__section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .page-resources-sports-betting-strategy-guide h2 {
        font-size: 24px;
    }

    .page-resources-sports-betting-strategy-guide h3 {
        font-size: 18px;
    }

    .page-resources-sports-betting-strategy-guide__card {
        padding: 20px;
    }

    .page-resources-sports-betting-strategy-guide__strategy-item {
        padding: 20px;
    }

    .page-resources-sports-betting-strategy-guide__list li {
        padding: 20px;
    }

    .faq-question {
        padding: 15px 20px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-answer p {
        padding-bottom: 10px;
    }

    .faq-item.active .faq-answer {
        padding: 10px 20px;
    }

    .page-resources-sports-betting-strategy-guide__conclusion {
        padding: 60px 0;
    }

    .page-resources-sports-betting-strategy-guide__conclusion p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .page-resources-sports-betting-strategy-guide__section {
        padding: 30px 0;
    }

    .page-resources-sports-betting-strategy-guide__hero-section {
        padding: 40px 10px;
    }

    .page-resources-sports-betting-strategy-guide h1 {
        font-size: 28px;
    }

    .page-resources-sports-betting-strategy-guide__section-title {
        font-size: 22px;
    }

    .page-resources-sports-betting-strategy-guide h2 {
        font-size: 20px;
    }

    .page-resources-sports-betting-strategy-guide h3 {
        font-size: 16px;
    }

    .page-resources-sports-betting-strategy-guide__cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .page-resources-sports-betting-strategy-guide__cta-button--large {
        padding: 15px 30px;
        font-size: 16px;
    }

    .faq-question h3 {
        font-size: 14px;
    }

    .faq-toggle {
        font-size: 20px;
    }
}