/* style/blog-eubet-chinh-thuc-asia-market-leadership.css */

:root {
  --eubet-primary: #11A84E;
  --eubet-secondary: #22C768;
  --eubet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --eubet-card-bg: #11271B;
  --eubet-background: #08160F;
  --eubet-text-main: #F2FFF6;
  --eubet-text-secondary: #A7D9B8;
  --eubet-border: #2E7A4E;
  --eubet-glow: #57E38D;
  --eubet-gold: #F2C14E;
  --eubet-divider: #1E3A2A;
  --eubet-deep-green: #0A4B2C;
}

/* body đã padding-top: var(--header-offset) từ shared.css */
.page-blog-eubet-chinh-thuc-asia-market-leadership {
  font-family: 'Arial', sans-serif;
  background-color: var(--eubet-background); /* Sử dụng màu nền chính */
  color: var(--eubet-text-main); /* Màu chữ chính cho toàn trang */
  line-height: 1.6;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 10px 20px 60px; /* Nhỏ hơn để tránh trùng với body padding */
  background-color: var(--eubet-background);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--eubet-gold);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__intro-text {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: var(--eubet-text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-primary,
.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-primary {
  background: var(--eubet-button-gradient);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-secondary {
  background-color: transparent;
  color: var(--eubet-primary);
  border-color: var(--eubet-primary);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__btn-secondary:hover {
  background-color: var(--eubet-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--eubet-background);
  color: var(--eubet-text-main);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--eubet-gold);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: var(--eubet-text-main);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__feature-grid,
.page-blog-eubet-chinh-thuc-asia-market-leadership__advantages-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__feature-card,
.page-blog-eubet-chinh-thuc-asia-market-leadership__advantage-item {
  background-color: var(--eubet-card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 25px; /* Adjust padding for content below image */
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__feature-card:hover,
.page-blog-eubet-chinh-thuc-asia-market-leadership__advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--eubet-gold);
  margin: 0 15px 10px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__card-title a {
  color: var(--eubet-gold);
  text-decoration: none;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__card-title a:hover {
  text-decoration: underline;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__feature-card p,
.page-blog-eubet-chinh-thuc-asia-market-leadership__advantage-item p {
  font-size: 1rem;
  color: var(--eubet-text-secondary);
  padding: 0 15px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__advantage-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--eubet-gold);
  margin: 15px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__guide-section,
.page-blog-eubet-chinh-thuc-asia-market-leadership__responsibility-section,
.page-blog-eubet-chinh-thuc-asia-market-leadership__conclusion-section {
  margin-bottom: 60px;
  text-align: center;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__guide-section p,
.page-blog-eubet-chinh-thuc-asia-market-leadership__responsibility-section p,
.page-blog-eubet-chinh-thuc-asia-market-leadership__conclusion-section p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-list {
  max-width: 900px;
  margin: 0 auto 60px;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-item {
  background-color: var(--eubet-card-bg);
  border: 1px solid var(--eubet-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-item[open] {
  background-color: var(--eubet-deep-green);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--eubet-text-main);
  cursor: pointer;
  user-select: none;
  background-color: var(--eubet-card-bg);
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-item[open] .page-blog-eubet-chinh-thuc-asia-market-leadership__faq-question {
  border-bottom-color: var(--eubet-divider);
  background-color: var(--eubet-deep-green);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-qtext {
  flex-grow: 1;
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--eubet-primary);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-answer {
  padding: 0 25px 18px;
  font-size: 1.05rem;
  color: var(--eubet-text-secondary);
}

.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-answer p {
  margin: 0;
}

/* Hide default details arrow */
.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-eubet-chinh-thuc-asia-market-leadership__faq-item summary {
  list-style: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-eubet-chinh-thuc-asia-market-leadership__hero-section {
    padding: 10px 15px 40px; /* body padding-top handled by shared */
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__hero-image {
    max-height: 400px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__main-title {
    font-size: 2rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__intro-text {
    font-size: 1rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__btn-primary,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__btn-secondary {
    width: 100% !important; /* Force full width */
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__content-area,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__container {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership p {
    font-size: 1rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__feature-grid,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__card-image {
    height: 180px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__card-title,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__advantage-title {
    font-size: 1.3rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__faq-list {
    padding: 0 15px;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-eubet-chinh-thuc-asia-market-leadership__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* Image responsive enforcement */
  .page-blog-eubet-chinh-thuc-asia-market-leadership img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-eubet-chinh-thuc-asia-market-leadership__section,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__card,
  .page-blog-eubet-chinh-thuc-asia-market-leadership__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}