/* style/resources-mcw-cockfighting-security-review.css */

:root {
  --page-primary-color: #0A192F;
  --page-accent-color: #FFD700;
  --page-text-light: #F0F2F5;
  --page-text-dark: #333333;
  --page-background-dark: #0A192F;
  --page-background-light: #FFFFFF;
  --page-button-cta: #FF0000; /* For strong call to action */
  --page-button-text: #FFFFFF;
}

.page-resources-mcw-cockfighting-security-review {
  font-family: 'Arial', sans-serif;
  color: var(--page-text-dark);
  line-height: 1.6;
  background-color: var(--page-background-light);
}

.page-resources-mcw-cockfighting-security-review__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: var(--page-background-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-mcw-cockfighting-security-review__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--page-primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-mcw-cockfighting-security-review__back-link:hover {
  color: var(--page-accent-color);
}

.page-resources-mcw-cockfighting-security-review__title {
  font-size: 2.5em;
  color: var(--page-primary-color);
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

.page-resources-mcw-cockfighting-security-review__meta {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-mcw-cockfighting-security-review__hero-image {
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-mcw-cockfighting-security-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-mcw-cockfighting-security-review__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
}

.page-resources-mcw-cockfighting-security-review__heading {
  font-size: 1.8em;
  color: var(--page-primary-color);
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--page-accent-color);
  padding-bottom: 5px;
}

.page-resources-mcw-cockfighting-security-review__sub-heading {
  font-size: 1.4em;
  color: var(--page-primary-color);
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-resources-mcw-cockfighting-security-review__text-link {
  color: var(--page-primary-color);
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-mcw-cockfighting-security-review__text-link:hover {
  color: var(--page-accent-color);
}

.page-resources-mcw-cockfighting-security-review__cta-card {
  background-color: var(--page-background-dark);
  color: var(--page-text-light);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin: 40px 0;
}

.page-resources-mcw-cockfighting-security-review__cta-card p {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: var(--page-text-light);
}

.page-resources-mcw-cockfighting-security-review__button {
  display: inline-block;
  background-color: var(--page-button-cta);
  color: var(--page-button-text);
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-mcw-cockfighting-security-review__button:hover {
  background-color: #CC0000; /* Slightly darker red */
  transform: translateY(-2px);
}

.page-resources-mcw-cockfighting-security-review__button--primary {
  background-color: var(--page-accent-color);
  color: var(--page-primary-color);
}

.page-resources-mcw-cockfighting-security-review__button--primary:hover {
  background-color: #E6C200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-resources-mcw-cockfighting-security-review__button--secondary {
  background-color: var(--page-primary-color);
  color: var(--page-text-light);
}

.page-resources-mcw-cockfighting-security-review__button--secondary:hover {
  background-color: #1a2a47; /* Slightly darker primary */
  transform: translateY(-2px);
}

.page-resources-mcw-cockfighting-security-review__button--full-width {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}

.page-resources-mcw-cockfighting-security-review__cta-footer {
  margin-top: 50px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-mcw-cockfighting-security-review__container {
    margin: 15px;
    padding: 15px;
  }

  .page-resources-mcw-cockfighting-security-review__title {
    font-size: 2em;
  }

  .page-resources-mcw-cockfighting-security-review__heading {
    font-size: 1.5em;
  }

  .page-resources-mcw-cockfighting-security-review__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-mcw-cockfighting-security-review__button {
    padding: 10px 20px;
    font-size: 1em;
  }
}

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

  .page-resources-mcw-cockfighting-security-review__heading {
    font-size: 1.3em;
  }

  .page-resources-mcw-cockfighting-security-review__sub-heading {
    font-size: 1.1em;
  }

  .page-resources-mcw-cockfighting-security-review__article-content p {
    font-size: 1em;
  }

  .page-resources-mcw-cockfighting-security-review__cta-card p {
    font-size: 1em;
  }
}