.page-blog-online-entertainment-trends-78be {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Assuming body background is light */
}

.page-blog-online-entertainment-trends-78be__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-online-entertainment-trends-78be__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background: linear-gradient(135deg, #26A9E0, #34ACE0);
  color: #FFFFFF;
}

.page-blog-online-entertainment-trends-78be__hero-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.page-blog-online-entertainment-trends-78be__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-blog-online-entertainment-trends-78be__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-online-entertainment-trends-78be__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-online-entertainment-trends-78be__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-online-entertainment-trends-78be__heading {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-blog-online-entertainment-trends-78be__sub-heading {
  font-size: 1.6em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-online-entertainment-trends-78be__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-online-entertainment-trends-78be__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-blog-online-entertainment-trends-78be__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-online-entertainment-trends-78be__list-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-online-entertainment-trends-78be__list-item .page-blog-online-entertainment-trends-78be__paragraph {
  text-align: left;
}

.page-blog-online-entertainment-trends-78be__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-online-entertainment-trends-78be__btn-primary,
.page-blog-online-entertainment-trends-78be__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-online-entertainment-trends-78be__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-online-entertainment-trends-78be__btn-primary:hover {
  background-color: #D46F00;
  border-color: #D46F00;
}

.page-blog-online-entertainment-trends-78be__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-online-entertainment-trends-78be__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-online-entertainment-trends-78be__cta-bottom {
  background-color: #F8F8F8;
  text-align: center;
  padding: 50px 20px;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

/* FAQ Section */
.page-blog-online-entertainment-trends-78be__faq-list {
  margin-top: 30px;
}

.page-blog-online-entertainment-trends-78be__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-online-entertainment-trends-78be__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-online-entertainment-trends-78be__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-online-entertainment-trends-78be__faq-question .page-blog-online-entertainment-trends-78be__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-online-entertainment-trends-78be__faq-item[open] .page-blog-online-entertainment-trends-78be__faq-question .page-blog-online-entertainment-trends-78be__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-online-entertainment-trends-78be__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px; /* Overlap border with summary */
}

.page-blog-online-entertainment-trends-78be__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-online-entertainment-trends-78be__section,
  .page-blog-online-entertainment-trends-78be__cta-bottom {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-online-entertainment-trends-78be__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-online-entertainment-trends-78be__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
    max-height: none !important;
  }

  .page-blog-online-entertainment-trends-78be__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
    margin-bottom: 10px;
  }

  .page-blog-online-entertainment-trends-78be__description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-blog-online-entertainment-trends-78be__heading {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-online-entertainment-trends-78be__sub-heading {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-online-entertainment-trends-78be__paragraph {
    font-size: 0.95em;
    margin-bottom: 15px;
  }

  /* General image adaptation */
  .page-blog-online-entertainment-trends-78be img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  /* Button adaptation */
  .page-blog-online-entertainment-trends-78be__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-online-entertainment-trends-78be__btn-primary,
  .page-blog-online-entertainment-trends-78be__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-online-entertainment-trends-78be__list-item {
    padding: 15px;
  }

  .page-blog-online-entertainment-trends-78be__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-online-entertainment-trends-78be__faq-answer {
    padding: 0 20px 15px;
  }
}