/* style/blog-how-to-experience-top-online-betting-via-mot88.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --login-color: #EA7C07;
  --background-color: #1a1a2e; /* From shared.css body background */
  --text-light: #ffffff;
  --text-dark: #333333;
  --border-color: rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-experience-top-online-betting-via-mot88 {
  color: var(--text-light); /* Body background is dark, so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: var(--background-color);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, relying on body for header offset */
  background-color: var(--background-color);
  overflow: hidden;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-video-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__content-section {
  padding: 60px 20px;
  background-color: var(--background-color);
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__dark-bg {
  background-color: #1a1a2e;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__feature-list,
.page-blog-how-to-experience-top-online-betting-via-mot88__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__feature-item,
.page-blog-how-to-experience-top-online-betting-via-mot88__promo-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__feature-heading,
.page-blog-how-to-experience-top-online-betting-via-mot88__promo-heading {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__feature-text,
.page-blog-how-to-experience-top-online-betting-via-mot88__promo-text {
  font-size: 1rem;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__step-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__step-item {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__step-text {
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  transform: translateY(-2px);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__app-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__app-qr-code {
  width: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__app-info {
  max-width: 400px;
  text-align: center;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__app-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-light);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary native marker */
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-item[open] .page-blog-how-to-experience-top-online-betting-via-mot88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-experience-top-online-betting-via-mot88__faq-answer {
  padding: 15px 25px;
  font-size: 1.05rem;
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.03);
}

/* Ensure all content images meet minimum size requirements */
.page-blog-how-to-experience-top-online-betting-via-mot88 img {
  min-width: 200px;
  min-height: 200px;
  object-fit: cover; /* Ensure images fill their space */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-experience-top-online-betting-via-mot88__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__sub-title {
    font-size: 1.6rem;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-experience-top-online-betting-via-mot88__main-title {
    font-size: 2rem !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__hero-description {
    font-size: 1rem !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__hero-section {
    padding: 10px 0 40px 0 !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__content-section {
    padding: 40px 15px !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 30px !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__sub-title {
    font-size: 1.4rem !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__text-block,
  .page-blog-how-to-experience-top-online-betting-via-mot88__feature-text,
  .page-blog-how-to-experience-top-online-betting-via-mot88__promo-text,
  .page-blog-how-to-experience-top-online-betting-via-mot88__step-item,
  .page-blog-how-to-experience-top-online-betting-via-mot88__app-text,
  .page-blog-how-to-experience-top-online-betting-via-mot88__faq-answer {
    font-size: 0.95rem !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__feature-list,
  .page-blog-how-to-experience-top-online-betting-via-mot88__promo-list {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__app-download {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__app-qr-code {
    width: 200px !important;
    height: 200px !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__app-info {
    max-width: 100% !important;
    padding: 0 15px;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__cta-button,
  .page-blog-how-to-experience-top-online-betting-via-mot88__btn-primary,
  .page-blog-how-to-experience-top-online-betting-via-mot88__btn-secondary,
  .page-blog-how-to-experience-top-online-betting-via-mot88 a[class*="button"],
  .page-blog-how-to-experience-top-online-betting-via-mot88 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-how-to-experience-top-online-betting-via-mot88__button-group {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  
  .page-blog-how-to-experience-top-online-betting-via-mot88 video,
  .page-blog-how-to-experience-top-online-betting-via-mot88__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__hero-video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-experience-top-online-betting-via-mot88__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }
}

/* Ensure content area images maintain minimum size and responsiveness */
.page-blog-how-to-experience-top-online-betting-via-mot88__container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Contrast Fixes */
.page-blog-how-to-experience-top-online-betting-via-mot88__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-experience-top-online-betting-via-mot88__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}