.page-cockfighting-betting-faq {
  font-family: 'Arial', sans-serif;
  color: #0A203C; /* Dark text for light backgrounds */
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-cockfighting-betting-faq__hero {
  background: linear-gradient(135deg, #0A203C 0%, #2a4a75 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfighting-betting-faq__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:cockfighting_hero_pattern,abstract,dark]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-cockfighting-betting-faq__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-cockfighting-betting-faq__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

.page-cockfighting-betting-faq__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A203C; /* Dark text on gold */
  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;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-cockfighting-betting-faq__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-cockfighting-betting-faq__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 15px;
}

.page-cockfighting-betting-faq__cta-button--secondary {
  background-color: #0A203C; /* Dark blue button */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-cockfighting-betting-faq__cta-button--secondary:hover {
  background-color: #1a3a5e; /* Slightly lighter dark blue on hover */
  border-color: #e6c200;
}

.page-cockfighting-betting-faq__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-cockfighting-betting-faq__section:last-of-type {
  border-bottom: none;
}

.page-cockfighting-betting-faq__section-title {
  font-size: 2.5em;
  color: #0A203C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-cockfighting-betting-faq__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-cockfighting-betting-faq__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .page-cockfighting-betting-faq__content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-cockfighting-betting-faq__content-grid:nth-child(even) .page-cockfighting-betting-faq__image-wrapper {
    order: 1; /* Image on left for even sections */
  }
  .page-cockfighting-betting-faq__content-grid:nth-child(even) .page-cockfighting-betting-faq__text-content {
    order: 2;
  }
}

.page-cockfighting-betting-faq__image-wrapper {
  text-align: center;
}

.page-cockfighting-betting-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-betting-faq__inline-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-cockfighting-betting-faq__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #333333;
}

.page-cockfighting-betting-faq__text-content strong {
  color: #0A203C;
}

.page-cockfighting-betting-faq__list, .page-cockfighting-betting-faq__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #333333;
}

.page-cockfighting-betting-faq__numbered-list {
  list-style-type: decimal;
}

.page-cockfighting-betting-faq__list li, .page-cockfighting-betting-faq__numbered-list li {
  margin-bottom: 8px;
  color: #333333;
}

.page-cockfighting-betting-faq__accordion {
  margin-top: 30px;
}

.page-cockfighting-betting-faq__accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-cockfighting-betting-faq__accordion-header {
  padding: 20px;
  cursor: pointer;
  background-color: #0A203C; /* Dark blue background for header */
  color: #FFD700; /* Gold text for header */
  font-size: 1.25em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-cockfighting-betting-faq__accordion-header:hover {
  background-color: #1a3a5e; /* Slightly lighter dark blue on hover */
}

.page-cockfighting-betting-faq__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-cockfighting-betting-faq__accordion-item.active .page-cockfighting-betting-faq__accordion-header::after {
  content: '-';
  transform: rotate(180deg);
}

.page-cockfighting-betting-faq__accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #fcfcfc;
  color: #333333;
}

.page-cockfighting-betting-faq__accordion-item.active .page-cockfighting-betting-faq__accordion-content {
  max-height: 500px; /* Adjust as needed for content length */
  padding: 20px;
}

.page-cockfighting-betting-faq__accordion-content p {
  margin-bottom: 15px;
}

.page-cockfighting-betting-faq__call-to-action {
  background-color: #0A203C; /* Dark blue background */
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-cockfighting-betting-faq__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for emphasis */
  margin-bottom: 20px;
}

.page-cockfighting-betting-faq__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-cockfighting-betting-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting-betting-faq__hero-title {
    font-size: 2.8em;
  }
  .page-cockfighting-betting-faq__section-title {
    font-size: 2em;
  }
  .page-cockfighting-betting-faq__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 767px) {
  .page-cockfighting-betting-faq__hero {
    padding: 60px 0;
  }
  .page-cockfighting-betting-faq__hero-title {
    font-size: 2.2em;
  }
  .page-cockfighting-betting-faq__hero-description {
    font-size: 1em;
  }
  .page-cockfighting-betting-faq__section {
    padding: 40px 0;
  }
  .page-cockfighting-betting-faq__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-cockfighting-betting-faq__accordion-header {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-cockfighting-betting-faq__accordion-content {
    padding: 15px;
  }
  .page-cockfighting-betting-faq__cta-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-faq__cta-description {
    font-size: 1em;
  }
  .page-cockfighting-betting-faq__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-cockfighting-betting-faq__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-betting-faq__hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-faq__section-title {
    font-size: 1.6em;
  }
  .page-cockfighting-betting-faq__cta-title {
    font-size: 1.6em;
  }
  .page-cockfighting-betting-faq__cta-button {
    width: 100%;
  }
}