/* style/blog-189bet-asian-betting-platform-analysis.css */
.page-blog-189bet-asian-betting-platform-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-189bet-asian-betting-platform-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-blog-189bet-asian-betting-platform-analysis__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-189bet-asian-betting-platform-analysis__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-189bet-asian-betting-platform-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-blog-189bet-asian-betting-platform-analysis__hero-content {
  position: relative; /* Ensure content is above the image but not absolutely positioned */
  z-index: 2;
  padding: 40px 15px;
  max-width: 900px;
  margin-top: -300px; /* Pull content up over the image, but still flow */
  background-color: rgba(17, 40, 27, 0.8); /* Semi-transparent dark green background for readability */
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-189bet-asian-betting-platform-analysis__main-title {
  font-size: clamp(2.2em, 5vw, 3em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-189bet-asian-betting-platform-analysis__intro-text {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-189bet-asian-betting-platform-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Sections */
.page-blog-189bet-asian-betting-platform-analysis__section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-189bet-asian-betting-platform-analysis__section:last-of-type {
  border-bottom: none;
}

.page-blog-189bet-asian-betting-platform-analysis__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-189bet-asian-betting-platform-analysis p {
  margin-bottom: 1em;
  color: #F2FFF6; /* Text Main */
}

.page-blog-189bet-asian-betting-platform-analysis p strong {
  color: #F2C14E; /* Gold */
}

.page-blog-189bet-asian-betting-platform-analysis a {
  color: #57E38D; /* Glow */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-189bet-asian-betting-platform-analysis a:hover {
  color: #22C768; /* Auxiliary color */
  text-decoration: underline;
}

/* Buttons */
.page-blog-189bet-asian-betting-platform-analysis__btn-primary,
.page-blog-189bet-asian-betting-platform-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Button responsiveness */
  box-sizing: border-box; /* Button responsiveness */
  white-space: normal; /* Button responsiveness */
  word-wrap: break-word; /* Button responsiveness */
  text-align: center;
}

.page-blog-189bet-asian-betting-platform-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-189bet-asian-betting-platform-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-189bet-asian-betting-platform-analysis__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-189bet-asian-betting-platform-analysis__btn-secondary:hover {
  background-color: #57E38D; /* Glow */
  color: #08160F; /* Background */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-189bet-asian-betting-platform-analysis__btn-small {
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 5px;
}

/* Product Showcase */
.page-blog-189bet-asian-betting-platform-analysis__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__product-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.page-blog-189bet-asian-betting-platform-analysis__product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__product-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__product-title a {
  color: #F2C14E; /* Gold */
  text-decoration: none;
}

.page-blog-189bet-asian-betting-platform-analysis__product-title a:hover {
  text-decoration: underline;
}

.page-blog-189bet-asian-betting-platform-analysis__product-card p {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Promotions */
.page-blog-189bet-asian-betting-platform-analysis__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}

.page-blog-189bet-asian-betting-platform-analysis__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__promo-title {
  font-size: 1.2em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__promo-card p {
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__cta-full-width {
  text-align: center;
  margin-top: 50px;
}

/* Guide Steps */
.page-blog-189bet-asian-betting-platform-analysis__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-blog-189bet-asian-betting-platform-analysis__step-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 20px;
  display: block;
}

.page-blog-189bet-asian-betting-platform-analysis__step-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-189bet-asian-betting-platform-analysis__step-card p {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Security List */
.page-blog-189bet-asian-betting-platform-analysis__security-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__security-list li {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
  font-size: 1.05em;
}

.page-blog-189bet-asian-betting-platform-analysis__security-list li img {
  
  
  object-fit: contain;
  flex-shrink: 0;
}

.page-blog-189bet-asian-betting-platform-analysis__security-list li strong {
  color: #57E38D; /* Glow */
}

/* Customer Support */
.page-blog-189bet-asian-betting-platform-analysis__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__channel-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-blog-189bet-asian-betting-platform-analysis__channel-card img {
  
  
  object-fit: contain;
  margin: 0 auto 20px;
  display: block;
}

.page-blog-189bet-asian-betting-platform-analysis__channel-title {
  font-size: 1.2em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-189bet-asian-betting-platform-analysis__channel-card p {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  flex-grow: 1;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-189bet-asian-betting-platform-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-189bet-asian-betting-platform-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-189bet-asian-betting-platform-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none; /* For details/summary default styling */
}

.page-blog-189bet-asian-betting-platform-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-189bet-asian-betting-platform-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-189bet-asian-betting-platform-analysis__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-189bet-asian-betting-platform-analysis__faq-item[open] .page-blog-189bet-asian-betting-platform-analysis__faq-answer {
  max-height: 500px; /* Sufficiently large to show content */
  padding-top: 10px;
  transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

.page-blog-189bet-asian-betting-platform-analysis__faq-item[open] .page-blog-189bet-asian-betting-platform-analysis__faq-toggle {
  content: "−";
}


/* Conclusion Section */
.page-blog-189bet-asian-betting-platform-analysis__conclusion p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 25px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-189bet-asian-betting-platform-analysis__hero-content {
    margin-top: -200px;
  }
}

@media (max-width: 768px) {
  .page-blog-189bet-asian-betting-platform-analysis {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-189bet-asian-betting-platform-analysis__container {
    padding: 0 10px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__hero-content {
    margin-top: -150px; /* Adjust for smaller screens */
    padding: 25px 10px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__btn-primary,
  .page-blog-189bet-asian-betting-platform-analysis__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    width: 100% !important; /* Button responsiveness */
    max-width: 100% !important; /* Button responsiveness */
    box-sizing: border-box !important; /* Button responsiveness */
    white-space: normal !important; /* Button responsiveness */
    word-wrap: break-word !important; /* Button responsiveness */
  }

  .page-blog-189bet-asian-betting-platform-analysis__section,
  .page-blog-189bet-asian-betting-platform-analysis__card,
  .page-blog-189bet-asian-betting-platform-analysis__container,
  .page-blog-189bet-asian-betting-platform-analysis__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Ensure no horizontal scroll */
  }

  .page-blog-189bet-asian-betting-platform-analysis__section {
    padding: 40px 0;
  }

  .page-blog-189bet-asian-betting-platform-analysis__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__product-grid,
  .page-blog-189bet-asian-betting-platform-analysis__promo-list,
  .page-blog-189bet-asian-betting-platform-analysis__guide-steps,
  .page-blog-189bet-asian-betting-platform-analysis__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__product-image,
  .page-blog-189bet-asian-betting-platform-analysis__promo-image {
    height: 150px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__security-list li {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 15px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__security-list li img {
    margin-bottom: 10px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-189bet-asian-betting-platform-analysis__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-189bet-asian-betting-platform-analysis__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.95em;
  }

  /* Image responsiveness */
  .page-blog-189bet-asian-betting-platform-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-189bet-asian-betting-platform-analysis__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
}

@media (max-width: 480px) {
  .page-blog-189bet-asian-betting-platform-analysis__main-title {
    font-size: 1.5em;
  }
  .page-blog-189bet-asian-betting-platform-analysis__hero-content {
    margin-top: -100px; /* Further adjust for smaller screens */
  }
  .page-blog-189bet-asian-betting-platform-analysis__section-title {
    font-size: 1.3em;
  }
}