/* style/blog-j88-cockfighting-live-stream.css */

/* Base styles for the page */
.page-blog-j88-cockfighting-live-stream {
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-j88-cockfighting-live-stream__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-j88-cockfighting-live-stream__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2FFF6; /* Custom Text Main */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-j88-cockfighting-live-stream__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-j88-cockfighting-live-stream__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-j88-cockfighting-live-stream__image-content--large {
  width: 100%;
  max-width: 1000px;
}

.page-blog-j88-cockfighting-live-stream__image-content--small {
  width: 100%;
  max-width: 800px;
}

/* Hero Section */
.page-blog-j88-cockfighting-live-stream__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
  overflow: hidden;
}

.page-blog-j88-cockfighting-live-stream__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

.page-blog-j88-cockfighting-live-stream__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-blog-j88-cockfighting-live-stream__hero-content {
  text-align: center;
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-blog-j88-cockfighting-live-stream__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive font size for H1 */
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.page-blog-j88-cockfighting-live-stream__hero-description {
  font-size: 1.3em;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-j88-cockfighting-live-stream__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-j88-cockfighting-live-stream__btn-primary,
.page-blog-j88-cockfighting-live-stream__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-j88-cockfighting-live-stream__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button Gradient */
  color: #F2FFF6; /* Custom Text Main for buttons */
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-j88-cockfighting-live-stream__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-j88-cockfighting-live-stream__btn-secondary {
  background: transparent;
  color: #57E38D; /* Custom Glow */
  border: 2px solid #57E38D; /* Custom Glow */
}

.page-blog-j88-cockfighting-live-stream__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  transform: translateY(-3px);
}

.page-blog-j88-cockfighting-live-stream__btn-center {
  margin-left: auto;
  margin-right: auto;
  display: block; /* Ensure it takes full width for centering */
  width: fit-content; /* Adjust width to content for centering */
}

/* Section Styling */
.page-blog-j88-cockfighting-live-stream__introduction-section,
.page-blog-j88-cockfighting-live-stream__guide-section,
.page-blog-j88-cockfighting-live-stream__promotions-section {
  padding: 80px 0;
  background-color: #08160F; /* Custom Background */
}

.page-blog-j88-cockfighting-live-stream__bet-types-section {
  padding: 80px 0;
  background-color: #11271B; /* Custom Card BG */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__tips-section,
.page-blog-j88-cockfighting-live-stream__conclusion-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Custom Deep Green */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__dark-bg {
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__light-bg {
  background-color: #11271B; /* Custom Card BG, treated as lighter in this scheme for contrast */
  color: #F2FFF6; /* Custom Text Main */
}

/* Feature Grid */
.page-blog-j88-cockfighting-live-stream__feature-grid,
.page-blog-j88-cockfighting-live-stream__guide-steps,
.page-blog-j88-cockfighting-live-stream__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-j88-cockfighting-live-stream__card {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-j88-cockfighting-live-stream__card-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 15px;
}

.page-blog-j88-cockfighting-live-stream__card p {
  color: #A7D9B8; /* Custom Text Secondary */
}

/* Guide Steps specific */
.page-blog-j88-cockfighting-live-stream__step-card .page-blog-j88-cockfighting-live-stream__btn-primary,
.page-blog-j88-cockfighting-live-stream__step-card .page-blog-j88-cockfighting-live-stream__btn-secondary {
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Bet Types List */
.page-blog-j88-cockfighting-live-stream__bet-list,
.page-blog-j88-cockfighting-live-stream__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-j88-cockfighting-live-stream__list-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__list-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 10px;
}

.page-blog-j88-cockfighting-live-stream__list-item p {
  color: #A7D9B8; /* Custom Text Secondary */
}

/* Promotions Section */
.page-blog-j88-cockfighting-live-stream__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* FAQ Section */
.page-blog-j88-cockfighting-live-stream__faq-section {
  padding: 80px 0;
  background-color: #08160F; /* Custom Background */
}

.page-blog-j88-cockfighting-live-stream__faq-list {
  margin-top: 40px;
}

.page-blog-j88-cockfighting-live-stream__faq-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-j88-cockfighting-live-stream__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  color: #F2C14E; /* Custom Gold */
  background-color: #11271B;
  list-style: none; /* For details/summary */
}

.page-blog-j88-cockfighting-live-stream__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-j88-cockfighting-live-stream__faq-qtext {
  flex-grow: 1;
}

.page-blog-j88-cockfighting-live-stream__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Custom Glow */
}

.page-blog-j88-cockfighting-live-stream__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Custom Text Secondary */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-j88-cockfighting-live-stream__section-title {
    font-size: 2em;
  }
  .page-blog-j88-cockfighting-live-stream__hero-description {
    font-size: 1.1em;
  }
}

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

  .page-blog-j88-cockfighting-live-stream__container {
    padding: 0 15px;
  }

  .page-blog-j88-cockfighting-live-stream__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Ensure small top padding */
  }

  .page-blog-j88-cockfighting-live-stream__main-title {
    font-size: clamp(2em, 8vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-j88-cockfighting-live-stream__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-j88-cockfighting-live-stream__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-j88-cockfighting-live-stream__btn-primary,
  .page-blog-j88-cockfighting-live-stream__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-j88-cockfighting-live-stream__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-j88-cockfighting-live-stream__text-block {
    font-size: 1em;
  }

  .page-blog-j88-cockfighting-live-stream__feature-grid,
  .page-blog-j88-cockfighting-live-stream__guide-steps,
  .page-blog-j88-cockfighting-live-stream__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-j88-cockfighting-live-stream__card {
    padding: 25px;
  }

  .page-blog-j88-cockfighting-live-stream__card-title {
    font-size: 1.3em;
  }

  .page-blog-j88-cockfighting-live-stream__list-item {
    padding: 20px;
  }

  .page-blog-j88-cockfighting-live-stream__list-title {
    font-size: 1.2em;
  }

  .page-blog-j88-cockfighting-live-stream__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-j88-cockfighting-live-stream__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  .page-blog-j88-cockfighting-live-stream__video-wrapper,
  .page-blog-j88-cockfighting-live-stream__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-j88-cockfighting-live-stream__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All images */
  .page-blog-j88-cockfighting-live-stream img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All image containers */
  .page-blog-j88-cockfighting-live-stream__section,
  .page-blog-j88-cockfighting-live-stream__card,
  .page-blog-j88-cockfighting-live-stream__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-j88-cockfighting-live-stream__video-section {
    padding-top: 10px !important; /* body đã承担 --header-offset，此处禁止 var(--header-offset) */
  }
}

@media (max-width: 480px) {
  .page-blog-j88-cockfighting-live-stream__section-title {
    font-size: 1.5em;
  }
  .page-blog-j88-cockfighting-live-stream__main-title {
    font-size: clamp(1.8em, 9vw, 2.2em);
  }
}