/* style/resources-thomo-cockfighting-rules.css */
.page-resources-thomo-cockfighting-rules {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-resources-thomo-cockfighting-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-thomo-cockfighting-rules__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a455a 100%);
  padding: 80px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-thomo-cockfighting-rules__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:cockfighting,thomo,stadium,blur_overlay]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-thomo-cockfighting-rules__hero > * {
  position: relative;
  z-index: 1;
}

.page-resources-thomo-cockfighting-rules__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-thomo-cockfighting-rules__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e5dfd3;
}

.page-resources-thomo-cockfighting-rules__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-thomo-cockfighting-rules__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-thomo-cockfighting-rules__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-thomo-cockfighting-rules__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-thomo-cockfighting-rules__section:last-of-type {
  border-bottom: none;
}

.page-resources-thomo-cockfighting-rules__section p,
.page-resources-thomo-cockfighting-rules__section li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #e5dfd3;
}

.page-resources-thomo-cockfighting-rules__section a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-thomo-cockfighting-rules__section a:hover {
  color: #e5dfd3;
}

.page-resources-thomo-cockfighting-rules__list,
.page-resources-thomo-cockfighting-rules__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  padding: 0;
  color: #e5dfd3;
}

.page-resources-thomo-cockfighting-rules__ordered-list {
  list-style-type: decimal;
}

.page-resources-thomo-cockfighting-rules__list li strong,
.page-resources-thomo-cockfighting-rules__ordered-list li strong {
  color: #FFD700;
}

.page-resources-thomo-cockfighting-rules__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-resources-thomo-cockfighting-rules__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-thomo-cockfighting-rules__btn--primary:hover {
  background-color: #e5dfd3;
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-rules__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-thomo-cockfighting-rules__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-rules__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: 10px;
}

.page-resources-thomo-cockfighting-rules__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-thomo-cockfighting-rules__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-thomo-cockfighting-rules__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-resources-thomo-cockfighting-rules__image:hover {
  transform: scale(1.02);
}

.page-resources-thomo-cockfighting-rules__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-rules__feature-item {
  background-color: #2a3345;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-thomo-cockfighting-rules__feature-item:hover {
  transform: translateY(-5px);
  background-color: #3a455a;
}

.page-resources-thomo-cockfighting-rules__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(70%) sepia(80%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold color for icons */
}

.page-resources-thomo-cockfighting-rules__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-rules__feature-item p {
  color: #e5dfd3;
  font-size: 1em;
}

.page-resources-thomo-cockfighting-rules__responsibility p,
.page-resources-thomo-cockfighting-rules__responsibility li {
  color: #e5dfd3;
}

.page-resources-thomo-cockfighting-rules__responsibility .page-resources-thomo-cockfighting-rules__list {
  list-style-type: square;
}

.page-resources-thomo-cockfighting-rules__conclusion {
  text-align: center;
}

.page-resources-thomo-cockfighting-rules .highlight {
  color: #FFD700;
}

.page-resources-thomo-cockfighting-rules .keyword {
  font-weight: bold;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-thomo-cockfighting-rules__title {
    font-size: 2.5em;
  }

  .page-resources-thomo-cockfighting-rules__subtitle {
    font-size: 1.2em;
  }

  .page-resources-thomo-cockfighting-rules__heading {
    font-size: 2em;
  }

  .page-resources-thomo-cockfighting-rules__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-thomo-cockfighting-rules__section {
    padding: 40px 0;
  }

  .page-resources-thomo-cockfighting-rules__features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-thomo-cockfighting-rules__title {
    font-size: 2em;
  }

  .page-resources-thomo-cockfighting-rules__subtitle {
    font-size: 1em;
  }

  .page-resources-thomo-cockfighting-rules__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-thomo-cockfighting-rules__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}