/* style/cockfighting-event-schedule.css */
.page-cockfighting-event-schedule {
  background-color: #08160F; /* Nền chính của trang */
  color: #F2FFF6; /* Màu chữ chính */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-cockfighting-event-schedule__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Nhỏ để tránh double padding với body */
  overflow: hidden;
}

.page-cockfighting-event-schedule__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-cockfighting-event-schedule__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting-event-schedule__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2C14E; /* Màu Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-cockfighting-event-schedule__description {
  font-size: 1.2rem;
  color: #A7D9B8; /* Màu Text Secondary */
  margin-bottom: 40px;
}

.page-cockfighting-event-schedule__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-cockfighting-event-schedule__btn-primary,
.page-cockfighting-event-schedule__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-cockfighting-event-schedule__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Màu nút */
  color: #F2FFF6; /* Màu chữ chính */
  border: 2px solid transparent;
}

.page-cockfighting-event-schedule__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting-event-schedule__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Màu chữ của nút phụ */
  border: 2px solid #2AD16F;
}

.page-cockfighting-event-schedule__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting-event-schedule__introduction-section,
.page-cockfighting-event-schedule__schedule-section,
.page-cockfighting-event-schedule__live-stream-section,
.page-cockfighting-event-schedule__betting-section,
.page-cockfighting-event-schedule__promotions-section,
.page-cockfighting-event-schedule__join-us-section,
.page-cockfighting-event-schedule__faq-section {
  padding: 80px 20px;
  text-align: center;
}

.page-cockfighting-event-schedule__dark-section {
  background-color: #11271B; /* Màu Card BG */
  color: #F2FFF6; /* Màu Text Main */
}

.page-cockfighting-event-schedule__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-cockfighting-event-schedule__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Màu Gold */
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-cockfighting-event-schedule__sub-title {
  font-size: 1.8rem;
  color: #2AD16F; /* Màu sáng từ nút */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-cockfighting-event-schedule__text-block {
  font-size: 1.1rem;
  color: #A7D9B8; /* Màu Text Secondary */
  margin-bottom: 20px;
}

.page-cockfighting-event-schedule__image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin: 30px 0;
  object-fit: cover;
}

.page-cockfighting-event-schedule__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block; /* Để list nằm giữa */
}

.page-cockfighting-event-schedule__list-item {
  font-size: 1.1rem;
  color: #F2FFF6; /* Màu Text Main */
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-cockfighting-event-schedule__list-item::before {
  content: '✓';
  color: #2AD16F; /* Màu sáng */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-cockfighting-event-schedule__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
  border-radius: 8px;
}

.page-cockfighting-event-schedule__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

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

.page-cockfighting-event-schedule__step-card {
  background-color: #11271B; /* Màu Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-event-schedule__step-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Màu Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-cockfighting-event-schedule__step-description {
  font-size: 1rem;
  color: #A7D9B8; /* Màu Text Secondary */
}

.page-cockfighting-event-schedule__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-cockfighting-event-schedule__faq-item {
  background-color: #11271B; /* Màu Card BG */
  border: 1px solid #2E7A4E; /* Màu Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-cockfighting-event-schedule__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Màu Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Màu Divider */
  transition: background-color 0.3s ease;
  list-style: none; /* Remove default marker for details summary */
}

.page-cockfighting-event-schedule__faq-question:hover {
  background-color: #0A4B2C; /* Màu Deep Green */
}

.page-cockfighting-event-schedule__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-event-schedule__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2AD16F; /* Màu sáng */
  margin-left: 15px;
}

.page-cockfighting-event-schedule__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Màu Text Secondary */
  text-align: left;
}

.page-cockfighting-event-schedule__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-cockfighting-event-schedule__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-cockfighting-event-schedule__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-cockfighting-event-schedule__description {
    font-size: 1rem;
  }

  .page-cockfighting-event-schedule__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-cockfighting-event-schedule__btn-primary,
  .page-cockfighting-event-schedule__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cockfighting-event-schedule__introduction-section,
  .page-cockfighting-event-schedule__schedule-section,
  .page-cockfighting-event-schedule__live-stream-section,
  .page-cockfighting-event-schedule__betting-section,
  .page-cockfighting-event-schedule__promotions-section,
  .page-cockfighting-event-schedule__join-us-section,
  .page-cockfighting-event-schedule__faq-section {
    padding: 40px 15px;
  }

  .page-cockfighting-event-schedule__section-title {
    font-size: 2rem;
  }

  .page-cockfighting-event-schedule__sub-title {
    font-size: 1.5rem;
  }

  .page-cockfighting-event-schedule__text-block,
  .page-cockfighting-event-schedule__list-item,
  .page-cockfighting-event-schedule__step-description,
  .page-cockfighting-event-schedule__faq-answer {
    font-size: 0.95rem;
  }

  .page-cockfighting-event-schedule__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cockfighting-event-schedule__video-wrapper {
    padding-bottom: 56.25% !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-cockfighting-event-schedule__video {
    width: 100% !important;
    height: 100% !important;
  }

  .page-cockfighting-event-schedule__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-event-schedule__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  /* Ensure all content containers have proper padding and max-width */
  .page-cockfighting-event-schedule__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* General image responsiveness */
.page-cockfighting-event-schedule img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure all image containers are responsive */
.page-cockfighting-event-schedule__hero-section,
.page-cockfighting-event-schedule__schedule-section,
.page-cockfighting-event-schedule__live-stream-section,
.page-cockfighting-event-schedule__betting-section,
.page-cockfighting-event-schedule__promotions-section,
.page-cockfighting-event-schedule__join-us-section,
.page-cockfighting-event-schedule__faq-section,
.page-cockfighting-event-schedule__step-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Video specific responsive styling */
.page-cockfighting-event-schedule video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Details summary specific styles */
details.page-cockfighting-event-schedule__faq-item > summary {
  list-style: none;
}
details.page-cockfighting-event-schedule__faq-item > summary::-webkit-details-marker {
  display: none;
}

/* Color contrast specific styles (based on dark background) */
.page-cockfighting-event-schedule__dark-bg {
  color: #ffffff; /* Deep Green background with white text */
  background: #0A4B2C;
}

.page-cockfighting-event-schedule__light-bg {
  color: #333333; /* Not directly used, but for safety */
  background: #ffffff;
}

.page-cockfighting-event-schedule__medium-bg {
  color: #F2FFF6; /* Medium green background with light text */
  background: #22C768;
}

/* Ensure text blocks are readable */
.page-cockfighting-event-schedule p,
.page-cockfighting-event-schedule li {
  color: #A7D9B8; /* Secondary text color */
}

.page-cockfighting-event-schedule__section-title,
.page-cockfighting-event-schedule__main-title {
  color: #F2C14E; /* Gold for main titles */
}

.page-cockfighting-event-schedule__faq-question .page-cockfighting-event-schedule__faq-qtext {
  color: #F2FFF6; /* Main text color for FAQ questions */
}

.page-cockfighting-event-schedule__faq-toggle {
  color: #2AD16F; /* Bright green for toggle icon */
}

.page-cockfighting-event-schedule__faq-answer p {
  color: #A7D9B8; /* Secondary text color for FAQ answers */
}