.page-blog-meo-ca-cuoc-the-thao-pp88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-section {
  padding-top: 10px; /* Adjust for fixed header */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-pp88__intro-section,
.page-blog-meo-ca-cuoc-the-thao-pp88__content-area,
.page-blog-meo-ca-cuoc-the-thao-pp88__why-pp88-section,
.page-blog-meo-ca-cuoc-the-thao-pp88__faq-section,
.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__content-area {
  background-color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__section-description {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__feature-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__feature-item:hover {
  transform: translateY(-8px);
}

.page-blog-meo-ca-cuoc-the-thao-pp88__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #26A9E0;
  box-shadow: 0 0 0 8px rgba(38, 169, 224, 0.2);
}

.page-blog-meo-ca-cuoc-the-thao-pp88__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__feature-text {
  font-size: 1rem;
  color: #666666;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__article-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-meo-ca-cuoc-the-thao-pp88__article-content p {
  margin-bottom: 1em;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444444;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__article-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__article-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #26A9E0;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444444;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-inline {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__why-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 50px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__why-list li {
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  color: #444444;
  display: flex;
  align-items: center;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__why-list li::before {
  content: '✔';
  color: #26A9E0;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  list-style: none;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-pp88__faq-toggle {
  content: '−';
}

.page-blog-meo-ca-cuoc-the-thao-pp88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section {
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__section-title {
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__section-description {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons .page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary {
  background-color: #EA7C07;
  border-color: #EA7C07;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons .page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons .page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #26A9E0;
}

.page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons .page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-pp88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__hero-container {
    flex-direction: column;
    padding: 20px 10px;
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__hero-content,
  .page-blog-meo-ca-cuoc-the-thao-pp88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__main-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-pp88__btn-secondary,
  .page-blog-meo-ca-cuoc-the-thao-pp88 a[class*="button"],
  .page-blog-meo-ca-cuoc-the-thao-pp88 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;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__intro-section,
  .page-blog-meo-ca-cuoc-the-thao-pp88__content-area,
  .page-blog-meo-ca-cuoc-the-thao-pp88__why-pp88-section,
  .page-blog-meo-ca-cuoc-the-thao-pp88__faq-section,
  .page-blog-meo-ca-cuoc-the-thao-pp88__cta-final-section {
    padding: 40px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__container {
    padding: 0 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__icon-box-media {
    width: 150px;
    height: 150px;
    border-width: 3px;
    box-shadow: 0 0 0 6px rgba(38, 169, 224, 0.2);
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__feature-title {
    font-size: 1.3rem;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__feature-text {
    font-size: 0.9rem;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__article-content {
    padding: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__article-content h3,
  .page-blog-meo-ca-cuoc-the-thao-pp88__article-subtitle {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__article-content p,
  .page-blog-meo-ca-cuoc-the-thao-pp88__list li {
    font-size: 0.95rem;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__image-full-width {
    margin: 20px auto;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__why-list li {
    font-size: 1rem;
    padding: 12px 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__faq-question {
    font-size: 1.05rem;
    padding: 15px 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* Universal image responsive styles */
  .page-blog-meo-ca-cuoc-the-thao-pp88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__section,
  .page-blog-meo-ca-cuoc-the-thao-pp88__card,
  .page-blog-meo-ca-cuoc-the-thao-pp88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-pp88__cta-buttons,
  .page-blog-meo-ca-cuoc-the-thao-pp88__button-group,
  .page-blog-meo-ca-cuoc-the-thao-pp88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }
}