/* style/blog-ea888-cockfighting-gameplay-analysis.css */
.page-blog-ea888-cockfighting-gameplay-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Rely on shared.css body background */
}

.page-blog-ea888-cockfighting-gameplay-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as shared.css handles body padding-top */
  padding-bottom: 40px;
  background-color: #26A9E0; /* Brand color for hero section background */
  color: #ffffff;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image */
  overflow: hidden;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-content {
  padding: 30px 20px;
  max-width: 900px;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-ea888-cockfighting-gameplay-analysis__hero-cta-buttons,
.page-blog-ea888-cockfighting-gameplay-analysis__cta-buttons-bottom,
.page-blog-ea888-cockfighting-gameplay-analysis__cta-buttons-final {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-primary,
.page-blog-ea888-cockfighting-gameplay-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-primary {
  background-color: #EA7C07; /* Login/Register color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-primary:hover {
  background-color: #d16b00;
  border-color: #d16b00;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-text-link {
  color: #EA7C07;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-ea888-cockfighting-gameplay-analysis__btn-text-link:hover {
  color: #d16b00;
}

.page-blog-ea888-cockfighting-gameplay-analysis__content-section {
  padding: 60px 0;
  background-color: transparent; /* Rely on body background */
}

.page-blog-ea888-cockfighting-gameplay-analysis__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-ea888-cockfighting-gameplay-analysis__subsection-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-ea888-cockfighting-gameplay-analysis__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #f0f0f0; /* Light text for dark background */
}

.page-blog-ea888-cockfighting-gameplay-analysis__highlight {
  color: #26A9E0;
  font-weight: 700;
}

.page-blog-ea888-cockfighting-gameplay-analysis__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-ea888-cockfighting-gameplay-analysis__list-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for list items */
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #f0f0f0;
}

.page-blog-ea888-cockfighting-gameplay-analysis__list-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-ea888-cockfighting-gameplay-analysis__list-description {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-ea888-cockfighting-gameplay-analysis__image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-ea888-cockfighting-gameplay-analysis__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.page-blog-ea888-cockfighting-gameplay-analysis__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

/* Clearfix for floated images */
.page-blog-ea888-cockfighting-gameplay-analysis__content-section::after {
  content: "";
  display: table;
  clear: both;
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-section {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.03); /* Slightly lighter background for FAQ */
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Darker transparent white for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* Hide default marker for summary */
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-item[open] .page-blog-ea888-cockfighting-gameplay-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-ea888-cockfighting-gameplay-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-ea888-cockfighting-gameplay-analysis__copyright-section {
  padding: 30px 0;
  text-align: center;
  background-color: #1a1a1a; /* Darker background for copyright */
  color: #cccccc;
  font-size: 0.9rem;
}

.page-blog-ea888-cockfighting-gameplay-analysis__copyright-text {
  margin: 0;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-blog-ea888-cockfighting-gameplay-analysis__section-title {
    font-size: 2.2rem;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__subsection-title {
    font-size: 1.6rem;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__paragraph,
  .page-blog-ea888-cockfighting-gameplay-analysis__list-description,
  .page-blog-ea888-cockfighting-gameplay-analysis__faq-answer p {
    font-size: 1rem;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__list-title {
    font-size: 1.2rem;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__image--left,
  .page-blog-ea888-cockfighting-gameplay-analysis__image--right {
    float: none;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) {
  .page-blog-ea888-cockfighting-gameplay-analysis {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-ea888-cockfighting-gameplay-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__hero-title {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__hero-description {
    font-size: 1rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__hero-cta-buttons,
  .page-blog-ea888-cockfighting-gameplay-analysis__cta-buttons-bottom,
  .page-blog-ea888-cockfighting-gameplay-analysis__cta-buttons-final {
    flex-direction: column !important;
    gap: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  /* Buttons */
  .page-blog-ea888-cockfighting-gameplay-analysis__btn-primary,
  .page-blog-ea888-cockfighting-gameplay-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* General Images */
  .page-blog-ea888-cockfighting-gameplay-analysis__image,
  .page-blog-ea888-cockfighting-gameplay-analysis__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 20px auto !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  /* Content Sections */
  .page-blog-ea888-cockfighting-gameplay-analysis__content-section {
    padding: 40px 0 !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 30px !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__subsection-title {
    font-size: 1.4rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__paragraph,
  .page-blog-ea888-cockfighting-gameplay-analysis__list-description,
  .page-blog-ea888-cockfighting-gameplay-analysis__faq-answer p {
    font-size: 0.95rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__list-item {
    padding: 15px !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__list-title {
    font-size: 1.1rem !important;
  }

  /* FAQ Section */
  .page-blog-ea888-cockfighting-gameplay-analysis__faq-question {
    padding: 15px 20px !important;
    font-size: 1.1rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__faq-answer {
    padding: 0 20px 15px !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__copyright-section {
    padding: 20px 0 !important;
  }
}

@media (max-width: 480px) {
  .page-blog-ea888-cockfighting-gameplay-analysis__hero-title {
    font-size: 1.8rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__section-title {
    font-size: 1.6rem !important;
  }

  .page-blog-ea888-cockfighting-gameplay-analysis__subsection-title {
    font-size: 1.2rem !important;
  }
}