.page-cockfighting-live-broadcast {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF; /* Default light background for content sections */
}

.page-cockfighting-live-broadcast__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #26A9E0; /* Brand color for hero background */
  color: #ffffff;
  text-align: center;
}

.page-cockfighting-live-broadcast__video-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-live-broadcast__video {
  width: 100%;
  height: auto;
  display: block;
}

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

.page-cockfighting-live-broadcast__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-cockfighting-live-broadcast__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-cockfighting-live-broadcast__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%; /* Ensure container takes full width */
  max-width: 600px; /* Limit button group width */
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.page-cockfighting-live-broadcast__btn-primary,
.page-cockfighting-live-broadcast__btn-secondary,
.page-cockfighting-live-broadcast__btn-text {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
}

.page-cockfighting-live-broadcast__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-cockfighting-live-broadcast__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-cockfighting-live-broadcast__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfighting-live-broadcast__btn-secondary:hover {
  background-color: #e0f4ff;
  color: #1e87c0;
}

.page-cockfighting-live-broadcast__btn-text {
  background: none;
  border: none;
  color: #26A9E0;
  padding: 0;
  text-align: left;
  font-size: 0.95em;
  font-weight: 500;
}

.page-cockfighting-live-broadcast__btn-text:hover {
  text-decoration: underline;
  color: #1e87c0;
}

.page-cockfighting-live-broadcast__section {
  padding: 60px 20px;
  text-align: center;
}

.page-cockfighting-live-broadcast__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-cockfighting-live-broadcast__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-live-broadcast__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-cockfighting-live-broadcast__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 700;
  margin-bottom: 25px;
  color: #26A9E0;
}

.page-cockfighting-live-broadcast__section-title--white {
  color: #ffffff;
}

.page-cockfighting-live-broadcast__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #333333;
}

.page-cockfighting-live-broadcast__text-block--white {
  color: #f0f0f0;
}

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

.page-cockfighting-live-broadcast__feature-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-cockfighting-live-broadcast__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-cockfighting-live-broadcast__feature-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-cockfighting-live-broadcast__feature-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-cockfighting-live-broadcast__feature-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

.page-cockfighting-live-broadcast__image-card {
  margin: 50px auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.page-cockfighting-live-broadcast__image {
  width: 100%;
  height: auto;
  display: block;
}

.page-cockfighting-live-broadcast__image-caption {
  font-size: 0.9em;
  color: #f0f0f0;
  margin-top: 15px;
  padding: 0 20px;
}

.page-cockfighting-live-broadcast__steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-cockfighting-live-broadcast__step-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-top: 60px;
}

.page-cockfighting-live-broadcast__step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #26A9E0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 700;
}

.page-cockfighting-live-broadcast__step-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-cockfighting-live-broadcast__step-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 15px;
}

.page-cockfighting-live-broadcast__security-info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-cockfighting-live-broadcast__security-image {
  flex: 1 1 400px;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.page-cockfighting-live-broadcast__security-list {
  flex: 1 1 300px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-cockfighting-live-broadcast__security-item {
  font-size: 1.05em;
  line-height: 1.8;
  color: #f0f0f0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-cockfighting-live-broadcast__security-item::before {
  content: '✔';
  color: #EA7C07; /* Highlight color for checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-cockfighting-live-broadcast__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-cockfighting-live-broadcast__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-cockfighting-live-broadcast__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-cockfighting-live-broadcast__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-live-broadcast__faq-item[open] > .page-cockfighting-live-broadcast__faq-question {
  background-color: #e0f4ff; /* Lighter brand color on open */
  color: #26A9E0;
  border-bottom: 1px solid #d0e8f2;
}

.page-cockfighting-live-broadcast__faq-qtext {
  flex-grow: 1;
}

.page-cockfighting-live-broadcast__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 15px;
  color: #26A9E0;
}

.page-cockfighting-live-broadcast__faq-item[open] .page-cockfighting-live-broadcast__faq-toggle {
  color: #26A9E0;
}

.page-cockfighting-live-broadcast__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting-live-broadcast__hero-section {
    padding: 10px 15px 50px;
  }

  .page-cockfighting-live-broadcast__main-title {
    font-size: clamp(1.8em, 4.5vw, 3em);
  }

  .page-cockfighting-live-broadcast__section {
    padding: 50px 15px;
  }

  .page-cockfighting-live-broadcast__section-title {
    font-size: clamp(1.6em, 3.5vw, 2.5em);
  }

  .page-cockfighting-live-broadcast__features-grid,
  .page-cockfighting-live-broadcast__steps-list {
    gap: 20px;
  }

  .page-cockfighting-live-broadcast__security-info {
    flex-direction: column;
    gap: 30px;
  }

  .page-cockfighting-live-broadcast__security-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-live-broadcast {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-cockfighting-live-broadcast__hero-section {
    padding: 10px 15px 40px;
  }

  .page-cockfighting-live-broadcast__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-cockfighting-live-broadcast__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-cockfighting-live-broadcast__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-live-broadcast__btn-primary,
  .page-cockfighting-live-broadcast__btn-secondary,
  .page-cockfighting-live-broadcast__btn-text,
  .page-cockfighting-live-broadcast a[class*="button"],
  .page-cockfighting-live-broadcast a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-cockfighting-live-broadcast__section {
    padding: 40px 15px;
  }

  .page-cockfighting-live-broadcast__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 20px;
  }

  .page-cockfighting-live-broadcast__text-block {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-cockfighting-live-broadcast__feature-item,
  .page-cockfighting-live-broadcast__step-item {
    padding: 25px;
    padding-top: 50px;
  }

  .page-cockfighting-live-broadcast__feature-title,
  .page-cockfighting-live-broadcast__step-title {
    font-size: 1.2em;
  }

  .page-cockfighting-live-broadcast__security-list {
    padding-left: 0;
  }

  .page-cockfighting-live-broadcast__security-item {
    padding-left: 25px;
  }

  .page-cockfighting-live-broadcast__security-item::before {
    left: -5px;
  }

  .page-cockfighting-live-broadcast__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-cockfighting-live-broadcast__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Images responsive */
  .page-cockfighting-live-broadcast img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-cockfighting-live-broadcast__section,
  .page-cockfighting-live-broadcast__card,
  .page-cockfighting-live-broadcast__container,
  .page-cockfighting-live-broadcast__image-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-cockfighting-live-broadcast__video-section {
    padding-top: 10px !important; /* body đã承担 --header-offset，此处禁止 var(--header-offset) */
  }

  /* Videos responsive */
  .page-cockfighting-live-broadcast video,
  .page-cockfighting-live-broadcast__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-cockfighting-live-broadcast__video-section,
  .page-cockfighting-live-broadcast__video-container,
  .page-cockfighting-live-broadcast__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-cockfighting-live-broadcast__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}