.page-betting-guides-glossary {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-betting-guides-glossary__hero {
  background: linear-gradient(135deg, #0047AB, #0028ff);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-betting-guides-glossary__hero-content {
  max-width: 800px;
}

.page-betting-guides-glossary__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-betting-guides-glossary__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-betting-guides-glossary__hero-cta {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0047AB; /* Royal Blue text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-betting-guides-glossary__hero-cta:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-betting-guides-glossary__hero-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.page-betting-guides-glossary__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-betting-guides-glossary__section {
  padding: 60px 0;
}

.page-betting-guides-glossary__content-area {
  background-color: #f8f8f8;
}

.page-betting-guides-glossary__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-guides-glossary__section-title {
  font-size: 2.2em;
  color: #0047AB; /* Royal Blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-betting-guides-glossary__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold accent */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-betting-guides-glossary__intro-text {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 50px;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-guides-glossary__terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.page-betting-guides-glossary__term-category {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-guides-glossary__term-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-betting-guides-glossary__category-title {
  font-size: 1.8em;
  color: #0047AB; /* Royal Blue */
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700; /* Gold accent */
  padding-bottom: 10px;
}

.page-betting-guides-glossary__term-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-betting-guides-glossary__term {
  font-weight: bold;
  color: #333;
  font-size: 1.15em;
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.page-betting-guides-glossary__term::before {
  content: '▪';
  color: #FFD700; /* Gold bullet */
  position: absolute;
  left: 0;
  top: 0;
}

.page-betting-guides-glossary__definition {
  margin-bottom: 15px;
  color: #666;
  font-size: 1em;
  padding-left: 20px;
}

.page-betting-guides-glossary__cta-banner {
  background-color: #0047AB;
  border-radius: 15px;
  padding: 40px;
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-betting-guides-glossary__cta-banner-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-betting-guides-glossary__cta-banner-content {
  color: #fff;
  max-width: 800px;
}

.page-betting-guides-glossary__cta-banner-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-betting-guides-glossary__cta-banner-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-betting-guides-glossary__cta-banner-btn {
  background-color: #FFD700; /* Gold button */
  color: #0047AB; /* Royal Blue text */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-betting-guides-glossary__cta-banner-btn:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-betting-guides-glossary__text-with-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-betting-guides-glossary__inline-image {
  flex: 1;
  min-width: 300px;
  max-width: 45%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-betting-guides-glossary__text-content {
  flex: 2;
  min-width: 300px;
}

.page-betting-guides-glossary__text-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-betting-guides-glossary__text-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-betting-guides-glossary__text-content li {
  margin-bottom: 8px;
}

.page-betting-guides-glossary__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-betting-guides-glossary__action-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  min-width: 220px;
  text-align: center;
}

.page-betting-guides-glossary__action-btn.btn--primary {
  background-color: #0047AB; /* Royal Blue */
  color: #FFD700; /* Gold text */
  border: 2px solid #0047AB;
}

.page-betting-guides-glossary__action-btn.btn--primary:hover {
  background-color: #003a8a;
  color: #fff;
  transform: translateY(-3px);
}

.page-betting-guides-glossary__action-btn.btn--secondary {
  background-color: transparent;
  color: #0047AB; /* Royal Blue */
  border: 2px solid #0047AB;
}

.page-betting-guides-glossary__action-btn.btn--secondary:hover {
  background-color: #0047AB;
  color: #FFD700; /* Gold text */
  transform: translateY(-3px);
}

.page-betting-guides-glossary__faq {
  margin-top: 40px;
}

.page-betting-guides-glossary__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-guides-glossary__faq-question {
  font-size: 1.3em;
  color: #0047AB; /* Royal Blue */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-betting-guides-glossary__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700; /* Gold */
  transition: transform 0.3s ease;
}

.page-betting-guides-glossary__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-betting-guides-glossary__faq-answer {
  font-size: 1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-betting-guides-glossary__faq-answer.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-betting-guides-glossary__hero {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-betting-guides-glossary__hero-title {
    font-size: 2.2em;
  }

  .page-betting-guides-glossary__hero-description {
    font-size: 1em;
  }

  .page-betting-guides-glossary__terms-grid {
    grid-template-columns: 1fr;
  }

  .page-betting-guides-glossary__section-title {
    font-size: 1.8em;
  }

  .page-betting-guides-glossary__cta-banner {
    padding: 30px;
  }

  .page-betting-guides-glossary__cta-banner-title {
    font-size: 2em;
  }

  .page-betting-guides-glossary__text-with-image {
    flex-direction: column;
  }

  .page-betting-guides-glossary__inline-image {
    max-width: 100%;
  }

  .page-betting-guides-glossary__action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-betting-guides-glossary__action-btn {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-betting-guides-glossary__hero-title {
    font-size: 1.8em;
  }

  .page-betting-guides-glossary__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-guides-glossary__section-title {
    font-size: 1.6em;
  }

  .page-betting-guides-glossary__category-title {
    font-size: 1.5em;
  }

  .page-betting-guides-glossary__cta-banner-title {
    font-size: 1.8em;
  }
}