.page-cockfighting-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Body background from shared.css */
}

.page-cockfighting-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  min-height: 500px;
  overflow: hidden;
}

.page-cockfighting-betting-tips__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-cockfighting-betting-tips__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-betting-tips__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-cockfighting-betting-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for title */
}

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

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

.page-cockfighting-betting-tips__btn-primary,
.page-cockfighting-betting-tips__btn-secondary {
  display: inline-block;
  padding: 12px 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;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting-betting-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-cockfighting-betting-tips__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-cockfighting-betting-tips__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfighting-betting-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-cockfighting-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-cockfighting-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-cockfighting-betting-tips__section {
  padding: 60px 20px;
}

.page-cockfighting-betting-tips__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting-betting-tips__heading {
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-cockfighting-betting-tips__light-bg .page-cockfighting-betting-tips__heading {
  color: #26A9E0;
}

.page-cockfighting-betting-tips__dark-bg .page-cockfighting-betting-tips__heading {
  color: #ffffff;
}

.page-cockfighting-betting-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-cockfighting-betting-tips__light-bg .page-cockfighting-betting-tips__paragraph {
  color: #333333;
}

.page-cockfighting-betting-tips__dark-bg .page-cockfighting-betting-tips__paragraph {
  color: #f0f0f0;
}

.page-cockfighting-betting-tips__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-cockfighting-betting-tips__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-cockfighting-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-cockfighting-betting-tips__light-bg .page-cockfighting-betting-tips__list-item {
  color: #333333;
}

.page-cockfighting-betting-tips__dark-bg .page-cockfighting-betting-tips__list-item {
  color: #f0f0f0;
}

.page-cockfighting-betting-tips__list-item strong {
  color: #26A9E0;
}

.page-cockfighting-betting-tips__image-container {
  text-align: center;
  margin: 40px auto;
  max-width: 100%;
  overflow: hidden;
}

.page-cockfighting-betting-tips__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-cockfighting-betting-tips__faq-section {
  padding: 60px 20px;
}

.page-cockfighting-betting-tips__faq-list {
  margin-top: 40px;
}

.page-cockfighting-betting-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-cockfighting-betting-tips__faq-item[open] {
  background-color: #eaf7ff; /* Lighter background when open */
}

.page-cockfighting-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  list-style: none; /* Remove default marker */
}

.page-cockfighting-betting-tips__faq-question::-webkit-details-marker {
  display: none; /* Remove default marker for webkit browsers */
}

.page-cockfighting-betting-tips__faq-qtext {
  flex-grow: 1;
}

.page-cockfighting-betting-tips__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-cockfighting-betting-tips__faq-item[open] .page-cockfighting-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-cockfighting-betting-tips__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.page-cockfighting-betting-tips__faq-answer p {
  margin-bottom: 0;
}

.page-cockfighting-betting-tips a {
  color: #26A9E0;
  text-decoration: none;
}

.page-cockfighting-betting-tips a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting-betting-tips__hero-title {
    font-size: 2.5em;
  }
  .page-cockfighting-betting-tips__heading {
    font-size: 2em;
  }
}

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

  .page-cockfighting-betting-tips__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
    min-height: 400px;
  }

  .page-cockfighting-betting-tips__hero-title {
    font-size: 2em;
  }

  .page-cockfighting-betting-tips__hero-description {
    font-size: 1em;
  }

  .page-cockfighting-betting-tips__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting-betting-tips__btn-primary,
  .page-cockfighting-betting-tips__btn-secondary {
    width: 100% !important;
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-cockfighting-betting-tips__section {
    padding: 40px 15px;
  }

  .page-cockfighting-betting-tips__content-area {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-cockfighting-betting-tips__heading {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-cockfighting-betting-tips__paragraph,
  .page-cockfighting-betting-tips__list-item {
    font-size: 0.95em;
  }

  .page-cockfighting-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting-betting-tips__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-betting-tips__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-cockfighting-betting-tips__faq-answer {
    padding: 10px 20px 15px;
  }
}