/* style/resources-cockfighting-betting-strategy.css */
.page-resources-cockfighting-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: var(--dark-bg);
}

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

.page-resources-cockfighting-betting-strategy__hero-section {
  position: relative;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-cockfighting-betting-strategy__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-cockfighting-betting-strategy__btn-primary,
.page-resources-cockfighting-betting-strategy__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-cockfighting-betting-strategy__btn-primary {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-cockfighting-betting-strategy__btn-primary:hover {
  background-color: #d86b00;
  border-color: #d86b00;
}

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

.page-resources-cockfighting-betting-strategy__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__section {
  padding: 60px 0;
}

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

.page-resources-cockfighting-betting-strategy__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__dark-bg .page-resources-cockfighting-betting-strategy__section-title,
.page-resources-cockfighting-betting-strategy__dark-bg .page-resources-cockfighting-betting-strategy__card-title,
.page-resources-cockfighting-betting-strategy__dark-bg .page-resources-cockfighting-betting-strategy__column-title {
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

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

.page-resources-cockfighting-betting-strategy__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

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

.page-resources-cockfighting-betting-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-resources-cockfighting-betting-strategy__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-cockfighting-betting-strategy__card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__card {
  background-color: #f9f9f9;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-cockfighting-betting-strategy__card:hover {
  transform: translateY(-5px);
}

.page-resources-cockfighting-betting-strategy__card-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__card-title {
  color: #26A9E0;
}

.page-resources-cockfighting-betting-strategy__list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
  font-size: 1.1em;
}

.page-resources-cockfighting-betting-strategy__list li {
  margin-bottom: 10px;
}

.page-resources-cockfighting-betting-strategy__grid-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-resources-cockfighting-betting-strategy__column-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__column-item {
  background-color: #f9f9f9;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-cockfighting-betting-strategy__column-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__column-title {
  color: #26A9E0;
}

.page-resources-cockfighting-betting-strategy__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-resources-cockfighting-betting-strategy__cta-button {
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-resources-cockfighting-betting-strategy__mistake-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-cockfighting-betting-strategy__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

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

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.page-resources-cockfighting-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__faq-question {
  color: #333333;
  background-color: #eaf6fe; /* Light blue */
}

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

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__faq-question:hover {
  background-color: #d6ecfb; /* Lighter blue */
}

.page-resources-cockfighting-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-cockfighting-betting-strategy__faq-item.active .page-resources-cockfighting-betting-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-cockfighting-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #ffffff;
}

.page-resources-cockfighting-betting-strategy__light-bg .page-resources-cockfighting-betting-strategy__faq-answer {
  color: #333333;
}

.page-resources-cockfighting-betting-strategy__faq-item.active .page-resources-cockfighting-betting-strategy__faq-answer {
  max-height: 1000px !important;
  padding: 15px 25px;
}

.page-resources-cockfighting-betting-strategy__cta-final {
  text-align: center;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-resources-cockfighting-betting-strategy__content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-resources-cockfighting-betting-strategy__content-grid > div:first-child {
    order: 1; /* For alternating content/image */
  }
  .page-resources-cockfighting-betting-strategy__content-grid > div:last-child {
    order: 2;
  }
  .page-resources-cockfighting-betting-strategy__content-grid:nth-of-type(odd) > div:first-child {
    order: 2;
  }
  .page-resources-cockfighting-betting-strategy__content-grid:nth-of-type(odd) > div:last-child {
    order: 1;
  }
}

@media (max-width: 768px) {
  .page-resources-cockfighting-betting-strategy__hero-section {
    padding: 60px 20px;
  }
  .page-resources-cockfighting-betting-strategy__hero-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-betting-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-cockfighting-betting-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-cockfighting-betting-strategy__container {
    padding: 0 15px;
  }

  /* Mobile responsive for images */
  .page-resources-cockfighting-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-cockfighting-betting-strategy__image-wrapper,
  .page-resources-cockfighting-betting-strategy__text-block,
  .page-resources-cockfighting-betting-strategy__card,
  .page-resources-cockfighting-betting-strategy__column-item,
  .page-resources-cockfighting-betting-strategy__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-cockfighting-betting-strategy__section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  
  /* Mobile responsive for buttons */
  .page-resources-cockfighting-betting-strategy__btn-primary,
  .page-resources-cockfighting-betting-strategy__btn-secondary,
  .page-resources-cockfighting-betting-strategy a[class*="button"],
  .page-resources-cockfighting-betting-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-cockfighting-betting-strategy__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  /* Ensure main content area does not cause horizontal scroll */
  .page-resources-cockfighting-betting-strategy {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-resources-cockfighting-betting-strategy__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}