.page-resources-mcw-cockfighting-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A192F; /* Main dark blue background */
}

.page-resources-mcw-cockfighting-promotions__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-mcw-cockfighting-promotions__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a6b 100%); /* Dark blue gradient */
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
}

.page-resources-mcw-cockfighting-promotions__back-link {
  display: inline-block;
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.page-resources-mcw-cockfighting-promotions__back-link:hover {
  color: #fff;
}

.page-resources-mcw-cockfighting-promotions__title {
  font-size: 2.8rem;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-mcw-cockfighting-promotions__meta {
  font-size: 0.9rem;
  color: #99AAB5; /* Lighter gray for meta info */
}

.page-resources-mcw-cockfighting-promotions__article-content {
  padding: 40px 0;
}

.page-resources-mcw-cockfighting-promotions__article-content p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #E0E0E0;
}

.page-resources-mcw-cockfighting-promotions__article-content .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-mcw-cockfighting-promotions__subtitle {
  font-size: 2rem;
  color: #FFD700; /* Gold for H2 */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-mcw-cockfighting-promotions__sub-heading {
  font-size: 1.6rem;
  color: #FFD700; /* Gold for H3 */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-mcw-cockfighting-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-mcw-cockfighting-promotions__list,
.page-resources-mcw-cockfighting-promotions__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-mcw-cockfighting-promotions__list li,
.page-resources-mcw-cockfighting-promotions__ordered-list li {
  margin-bottom: 10px;
  color: #E0E0E0;
  font-size: 1.05rem;
}

.page-resources-mcw-cockfighting-promotions__ordered-list li::marker {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-mcw-cockfighting-promotions__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold button */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

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

.page-resources-mcw-cockfighting-promotions__button--cta {
  background-color: #E74C3C; /* Red for CTA */
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 15px 30px;
  margin-top: 30px;
}

.page-resources-mcw-cockfighting-promotions__button--cta:hover {
  background-color: #c0392b;
}

.page-resources-mcw-cockfighting-promotions__cta-banner {
  background-color: #1A3A6B; /* Darker blue for banner */
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  border: 1px solid #FFD700;
}

.page-resources-mcw-cockfighting-promotions__cta-banner p {
  font-size: 1.2rem;
  color: #FFD700;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-mcw-cockfighting-promotions__title {
    font-size: 2.2rem;
  }

  .page-resources-mcw-cockfighting-promotions__subtitle {
    font-size: 1.8rem;
  }

  .page-resources-mcw-cockfighting-promotions__sub-heading {
    font-size: 1.4rem;
  }

  .page-resources-mcw-cockfighting-promotions__article-content p,
  .page-resources-mcw-cockfighting-promotions__list li,
  .page-resources-mcw-cockfighting-promotions__ordered-list li {
    font-size: 1rem;
  }

  .page-resources-mcw-cockfighting-promotions__button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .page-resources-mcw-cockfighting-promotions__button--cta {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .page-resources-mcw-cockfighting-promotions__title {
    font-size: 1.8rem;
  }

  .page-resources-mcw-cockfighting-promotions__subtitle {
    font-size: 1.5rem;
  }

  .page-resources-mcw-cockfighting-promotions__sub-heading {
    font-size: 1.2rem;
  }

  .page-resources-mcw-cockfighting-promotions__hero {
    padding: 40px 0 30px;
  }

  .page-resources-mcw-cockfighting-promotions__cta-banner {
    padding: 20px;
  }

  .page-resources-mcw-cockfighting-promotions__cta-banner p {
    font-size: 1rem;
  }
}