.page-cockfight-culture-history-asia-history {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-cockfight-culture-history-asia-history__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfight-culture-history-asia-history__hero-section {
  background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfight-culture-history-asia-history__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff; /* Đảm bảo đủ độ tương phản với nền gradient */
}

.page-cockfight-culture-history-asia-history__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-cockfight-culture-history-asia-history__hero-image-wrapper {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfight-culture-history-asia-history__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-cockfight-culture-history-asia-history__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-cockfight-culture-history-asia-history__article {
  font-size: 1.1em;
  color: #333333;
}

.page-cockfight-culture-history-asia-history__heading {
  font-size: 2.5em;
  color: #B22222;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-cockfight-culture-history-asia-history__sub-heading {
  font-size: 1.8em;
  color: #B22222;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-cockfight-culture-history-asia-history__article p {
  margin-bottom: 1.5em;
}

.page-cockfight-culture-history-asia-history__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

.page-cockfight-culture-history-asia-history__article li {
  margin-bottom: 0.8em;
}

.page-cockfight-culture-history-asia-history__image-container {
  margin: 40px 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfight-culture-history-asia-history__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-cockfight-culture-history-asia-history__figcaption {
  font-style: italic;
  font-size: 0.95em;
  color: #555;
  padding: 15px;
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}

.page-cockfight-culture-history-asia-history .highlight {
  color: #B22222;
  font-weight: bold;
}

.page-cockfight-culture-history-asia-history__cta-buttons {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-cockfight-culture-history-asia-history__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.page-cockfight-culture-history-asia-history__button--primary {
  background-color: #B22222;
  color: #ffffff;
  border: 2px solid #B22222;
}

.page-cockfight-culture-history-asia-history__button--primary:hover {
  background-color: #9a1d1d;
  border-color: #9a1d1d;
  transform: translateY(-3px);
}

.page-cockfight-culture-history-asia-history__button--secondary {
  background-color: #FFD700;
  color: #B22222;
  border: 2px solid #FFD700;
}

.page-cockfight-culture-history-asia-history__button--secondary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-cockfight-culture-history-asia-history__main-title {
    font-size: 2.5em;
  }

  .page-cockfight-culture-history-asia-history__subtitle {
    font-size: 1.2em;
  }

  .page-cockfight-culture-history-asia-history__heading {
    font-size: 2em;
  }

  .page-cockfight-culture-history-asia-history__sub-heading {
    font-size: 1.5em;
  }

  .page-cockfight-culture-history-asia-history__button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-cockfight-culture-history-asia-history__main-title {
    font-size: 2em;
  }

  .page-cockfight-culture-history-asia-history__subtitle {
    font-size: 1em;
  }

  .page-cockfight-culture-history-asia-history__hero-section {
    padding: 60px 0;
  }

  .page-cockfight-culture-history-asia-history__content-section {
    padding: 40px 0;
  }

  .page-cockfight-culture-history-asia-history__heading {
    font-size: 1.8em;
  }

  .page-cockfight-culture-history-asia-history__sub-heading {
    font-size: 1.3em;
  }
}