/* style/blog-online-entertainment-trends-66789.css */
.page-blog-online-entertainment-trends-66789 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-blog-online-entertainment-trends-66789__hero-section {
  position: relative;
  padding-top: 10px; /* Consistent top padding, assuming body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-online-entertainment-trends-66789__hero-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  overflow: hidden;
}

.page-blog-online-entertainment-trends-66789__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-online-entertainment-trends-66789__hero-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.page-blog-online-entertainment-trends-66789__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFD36B; /* Glow color for main title */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
}

.page-blog-online-entertainment-trends-66789__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-online-entertainment-trends-66789__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%; /* Button responsive */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  margin: 5px;
}

.page-blog-online-entertainment-trends-66789__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-online-entertainment-trends-66789__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-online-entertainment-trends-66789__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  border: 2px solid #3A2A12; /* Border */
}

.page-blog-online-entertainment-trends-66789__btn-secondary:hover {
  background: #222222;
  color: #FFD36B;
  transform: translateY(-2px);
}

.page-blog-online-entertainment-trends-66789__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0A0A0A; /* Background */
  color: #FFF6D6; /* Text Main */
}

.page-blog-online-entertainment-trends-66789__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-online-entertainment-trends-66789__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Main color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-blog-online-entertainment-trends-66789__sub-title {
  font-size: 1.6rem;
  color: #FFD36B; /* Glow color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-online-entertainment-trends-66789__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #FFF6D6;
}

.page-blog-online-entertainment-trends-66789__highlight {
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-online-entertainment-trends-66789__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-online-entertainment-trends-66789__text-link {
  color: #FFD36B;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-online-entertainment-trends-66789__text-link:hover {
  color: #F2C14E;
}

.page-blog-online-entertainment-trends-66789__faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.page-blog-online-entertainment-trends-66789__faq-list {
  margin-top: 30px;
}

.page-blog-online-entertainment-trends-66789__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-blog-online-entertainment-trends-66789__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #FFD36B; /* Glow */
  cursor: pointer;
  background-color: #1a1a1a;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-online-entertainment-trends-66789__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-online-entertainment-trends-66789__faq-item summary::marker {
  display: none;
}

.page-blog-online-entertainment-trends-66789__faq-question:hover {
  background-color: #2a2a2a;
}

.page-blog-online-entertainment-trends-66789__faq-qtext {
  flex-grow: 1;
}

.page-blog-online-entertainment-trends-66789__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E;
}

.page-blog-online-entertainment-trends-66789__faq-item[open] .page-blog-online-entertainment-trends-66789__faq-toggle {
  content: '−';
}

.page-blog-online-entertainment-trends-66789__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #FFF6D6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-online-entertainment-trends-66789__faq-item[open] .page-blog-online-entertainment-trends-66789__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-online-entertainment-trends-66789__hero-section {
    padding-top: 10px !important; /* Consistent top padding for mobile */
    padding-bottom: 20px;
  }

  .page-blog-online-entertainment-trends-66789__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust font size for mobile */
    margin-bottom: 15px;
  }

  .page-blog-online-entertainment-trends-66789__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-online-entertainment-trends-66789__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 5px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-online-entertainment-trends-66789__hero-content .page-blog-online-entertainment-trends-66789__cta-button {
    display: block; /* Ensure buttons stack vertically */
  }

  .page-blog-online-entertainment-trends-66789__content-area {
    padding: 20px 15px;
  }

  .page-blog-online-entertainment-trends-66789__article {
    padding: 0;
  }

  .page-blog-online-entertainment-trends-66789__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-online-entertainment-trends-66789__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-online-entertainment-trends-66789__paragraph {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  .page-blog-online-entertainment-trends-66789 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto !important;
  }

  .page-blog-online-entertainment-trends-66789__faq-section {
    margin: 40px auto;
    padding: 0 15px;
  }

  .page-blog-online-entertainment-trends-66789__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-online-entertainment-trends-66789__faq-toggle {
    font-size: 1.2rem;
  }

  .page-blog-online-entertainment-trends-66789__faq-answer {
    font-size: 0.9rem;
    padding: 0 20px 15px;
  }

  /* General container adaptation for mobile */
  .page-blog-online-entertainment-trends-66789__hero-image-wrapper,
  .page-blog-online-entertainment-trends-66789__hero-content,
  .page-blog-online-entertainment-trends-66789__article,
  .page-blog-online-entertainment-trends-66789__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}