.page-resources-mm-live-download-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light background */
  background-color: #FFFFFF; /* Default body background */
}

.page-resources-mm-live-download-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  text-align: center;
  color: #ffffff;
  background-color: #26A9E0; /* Brand primary color */
  overflow: hidden;
}

.page-resources-mm-live-download-guide__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-mm-live-download-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-mm-live-download-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-mm-live-download-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-mm-live-download-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15; /* Subtle overlay */
  filter: none; /* No filter for color change */
}

.page-resources-mm-live-download-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-mm-live-download-guide__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-mm-live-download-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-mm-live-download-guide__paragraph a,
.page-resources-mm-live-download-guide__list-item a,
.page-resources-mm-live-download-guide__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-mm-live-download-guide__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px 0;
  background-color: #000;
  box-sizing: border-box;
}

.page-resources-mm-live-download-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  filter: none; /* No filter for color change */
}

.page-resources-mm-live-download-guide__video-caption {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  color: #555;
}

.page-resources-mm-live-download-guide__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-mm-live-download-guide__step-item {
  background-color: #f8f8f8;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-mm-live-download-guide__step-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-mm-live-download-guide__image-container {
  text-align: center;
  margin: 40px 0;
  box-sizing: border-box;
}

.page-resources-mm-live-download-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  filter: none; /* No filter for color change */
  min-width: 200px; /* Minimum display size */
  min-height: 200px; /* Minimum display size */
}

.page-resources-mm-live-download-guide__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}

.page-resources-mm-live-download-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-mm-live-download-guide__list-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-top: 15px;
  margin-bottom: 5px;
}

.page-resources-mm-live-download-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-mm-live-download-guide__feature-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  color: #333333;
}

.page-resources-mm-live-download-guide__feature-card:hover {
  transform: translateY(-5px);
}

.page-resources-mm-live-download-guide__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-mm-live-download-guide__faq-list {
  margin-top: 40px;
}

.page-resources-mm-live-download-guide__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-mm-live-download-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-resources-mm-live-download-guide__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-resources-mm-live-download-guide__faq-qtext {
  flex-grow: 1;
}

.page-resources-mm-live-download-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-resources-mm-live-download-guide__faq-item[open] .page-resources-mm-live-download-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-mm-live-download-guide__faq-answer {
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-mm-live-download-guide__cta-section {
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-mm-live-download-guide__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-mm-live-download-guide__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
  color: #FFFFFF;
}

.page-resources-mm-live-download-guide__btn-primary,
.page-resources-mm-live-download-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-mm-live-download-guide__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-mm-live-download-guide__btn-primary:hover {
  background-color: #d46a00;
  border-color: #d46a00;
}

.page-resources-mm-live-download-guide__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-mm-live-download-guide__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a77a0;
  border-color: #1a77a0;
}

.page-resources-mm-live-download-guide__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.page-resources-mm-live-download-guide__btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-mm-live-download-guide__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-resources-mm-live-download-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-mm-live-download-guide__section-title,
  .page-resources-mm-live-download-guide__cta-title {
    font-size: 1.8em;
  }

  .page-resources-mm-live-download-guide__hero-section,
  .page-resources-mm-live-download-guide__cta-section {
    padding: 60px 15px;
  }

  .page-resources-mm-live-download-guide__content-area {
    padding: 40px 15px;
  }

  .page-resources-mm-live-download-guide__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-mm-live-download-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-mm-live-download-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-mm-live-download-guide__section-title,
  .page-resources-mm-live-download-guide__cta-title {
    font-size: 1.6em;
  }

  .page-resources-mm-live-download-guide__paragraph,
  .page-resources-mm-live-download-guide__list-item,
  .page-resources-mm-live-download-guide__faq-answer {
    font-size: 1em;
  }

  /* Images responsiveness */
  .page-resources-mm-live-download-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Image and content containers responsiveness */
  .page-resources-mm-live-download-guide__image-container,
  .page-resources-mm-live-download-guide__content-area,
  .page-resources-mm-live-download-guide__hero-section,
  .page-resources-mm-live-download-guide__cta-section,
  .page-resources-mm-live-download-guide__video-wrapper,
  .page-resources-mm-live-download-guide__feature-card,
  .page-resources-mm-live-download-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  /* Video responsiveness */
  .page-resources-mm-live-download-guide video,
  .page-resources-mm-live-download-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Button responsiveness */
  .page-resources-mm-live-download-guide__btn-primary,
  .page-resources-mm-live-download-guide__btn-secondary,
  .page-resources-mm-live-download-guide a[class*="button"],
  .page-resources-mm-live-download-guide 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-resources-mm-live-download-guide__button-group {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-mm-live-download-guide__btn-center {
    width: 100%;
  }

  .page-resources-mm-live-download-guide__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

/* Contrast Fixes - if needed */
.page-resources-mm-live-download-guide__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-mm-live-download-guide__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}