.page-blog-hl8-open-top-entertainment {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-hl8-open-top-entertainment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hl8-open-top-entertainment__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  background-color: #1a1a1a; /* Slightly lighter than body for contrast if hero image is transparent */
}

.page-blog-hl8-open-top-entertainment__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 30px;
}

.page-blog-hl8-open-top-entertainment__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-blog-hl8-open-top-entertainment__main-title {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-hl8-open-top-entertainment__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hl8-open-top-entertainment__btn-primary,
.page-blog-hl8-open-top-entertainment__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-hl8-open-top-entertainment__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hl8-open-top-entertainment__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-hl8-open-top-entertainment__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hl8-open-top-entertainment__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-hl8-open-top-entertainment__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-hl8-open-top-entertainment__description-text {
  font-size: 1.05em;
  text-align: center;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__about-section,
.page-blog-hl8-open-top-entertainment__promotions-section,
.page-blog-hl8-open-top-entertainment__security-section,
.page-blog-hl8-open-top-entertainment__faq-section {
  padding: 60px 0;
  color: #ffffff;
}

.page-blog-hl8-open-top-entertainment__dark-bg {
  background-color: #1a1a1a;
}

.page-blog-hl8-open-top-entertainment__content-wrapper {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: justify;
}

.page-blog-hl8-open-top-entertainment__content-wrapper p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__image-full {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-hl8-open-top-entertainment__games-section,
.page-blog-hl8-open-top-entertainment__registration-section,
.page-blog-hl8-open-top-entertainment__support-section,
.page-blog-hl8-open-top-entertainment__cta-final-section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Slightly different dark background for sections */
  color: #ffffff;
}

.page-blog-hl8-open-top-entertainment__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hl8-open-top-entertainment__game-card {
  background-color: rgba(255, 255, 255, 0.08); /* Light transparent background for cards */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-blog-hl8-open-top-entertainment__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-hl8-open-top-entertainment__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-hl8-open-top-entertainment__card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-hl8-open-top-entertainment__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-hl8-open-top-entertainment__card-title a:hover {
  text-decoration: underline;
}

.page-blog-hl8-open-top-entertainment__card-text {
  font-size: 0.95em;
  color: #e0e0e0;
  padding: 0 15px;
}

.page-blog-hl8-open-top-entertainment__promo-list,
.page-blog-hl8-open-top-entertainment__security-features,
.page-blog-hl8-open-top-entertainment__contact-list {
  list-style-type: disc;
  margin: 20px auto;
  max-width: 800px;
  padding-left: 40px;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__promo-list li,
.page-blog-hl8-open-top-entertainment__security-features li,
.page-blog-hl8-open-top-entertainment__contact-list li {
  margin-bottom: 10px;
}

.page-blog-hl8-open-top-entertainment__registration-section .page-blog-hl8-open-top-entertainment__container,
.page-blog-hl8-open-top-entertainment__support-section .page-blog-hl8-open-top-entertainment__container,
.page-blog-hl8-open-top-entertainment__cta-final-section .page-blog-hl8-open-top-entertainment__container {
  text-align: center;
}

.page-blog-hl8-open-top-entertainment__steps-list {
  list-style-type: decimal;
  margin: 20px auto;
  max-width: 800px;
  padding-left: 40px;
  text-align: left;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__steps-list li {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-hl8-open-top-entertainment__image-medium {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-hl8-open-top-entertainment__contact-methods {
  margin-top: 30px;
}

.page-blog-hl8-open-top-entertainment__contact-methods p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-hl8-open-top-entertainment__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-blog-hl8-open-top-entertainment__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hl8-open-top-entertainment__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff;
  background-color: rgba(38, 169, 224, 0.2); /* Slightly transparent brand color */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-hl8-open-top-entertainment__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.3);
}

.page-blog-hl8-open-top-entertainment__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-hl8-open-top-entertainment__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #e0e0e0;
}

.page-blog-hl8-open-top-entertainment__faq-item[open] .page-blog-hl8-open-top-entertainment__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px;
}

.page-blog-hl8-open-top-entertainment__faq-answer p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

/* Details element native styling reset */
.page-blog-hl8-open-top-entertainment__faq-item summary {
  list-style: none;
}
.page-blog-hl8-open-top-entertainment__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hl8-open-top-entertainment__cta-final-section {
  padding-bottom: 80px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hl8-open-top-entertainment__main-title {
    font-size: 2.8em;
  }
  .page-blog-hl8-open-top-entertainment__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-hl8-open-top-entertainment__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-hl8-open-top-entertainment__hero-content {
    padding: 0 15px;
  }
  .page-blog-hl8-open-top-entertainment__main-title {
    font-size: 2em;
  }
  .page-blog-hl8-open-top-entertainment__description {
    font-size: 1em;
  }
  .page-blog-hl8-open-top-entertainment__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-blog-hl8-open-top-entertainment__btn-primary,
  .page-blog-hl8-open-top-entertainment__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
    margin: 0 auto; /* Center buttons */
  }

  .page-blog-hl8-open-top-entertainment__about-section,
  .page-blog-hl8-open-top-entertainment__games-section,
  .page-blog-hl8-open-top-entertainment__promotions-section,
  .page-blog-hl8-open-top-entertainment__registration-section,
  .page-blog-hl8-open-top-entertainment__security-section,
  .page-blog-hl8-open-top-entertainment__support-section,
  .page-blog-hl8-open-top-entertainment__faq-section,
  .page-blog-hl8-open-top-entertainment__cta-final-section {
    padding: 40px 0;
  }

  .page-blog-hl8-open-top-entertainment__container {
    padding: 0 15px;
  }

  .page-blog-hl8-open-top-entertainment__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-hl8-open-top-entertainment__description-text,
  .page-blog-hl8-open-top-entertainment__content-wrapper p {
    font-size: 0.95em;
    text-align: left;
  }

  .page-blog-hl8-open-top-entertainment__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hl8-open-top-entertainment__card-image {
    height: 180px;
  }

  .page-blog-hl8-open-top-entertainment__promo-list,
  .page-blog-hl8-open-top-entertainment__security-features,
  .page-blog-hl8-open-top-entertainment__steps-list,
  .page-blog-hl8-open-top-entertainment__contact-list {
    padding-left: 25px;
  }

  .page-blog-hl8-open-top-entertainment__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-hl8-open-top-entertainment__faq-answer {
    padding: 0 15px;
  }

  .page-blog-hl8-open-top-entertainment__faq-item[open] .page-blog-hl8-open-top-entertainment__faq-answer {
    padding: 15px;
  }

  /* Images responsive */
  .page-blog-hl8-open-top-entertainment img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers for images, buttons, videos */
  .page-blog-hl8-open-top-entertainment__section,
  .page-blog-hl8-open-top-entertainment__card,
  .page-blog-hl8-open-top-entertainment__container,
  .page-blog-hl8-open-top-entertainment__content-wrapper,
  .page-blog-hl8-open-top-entertainment__game-grid,
  .page-blog-hl8-open-top-entertainment__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-hl8-open-top-entertainment__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-hl8-open-top-entertainment__main-title {
    font-size: 1.8em;
  }
  .page-blog-hl8-open-top-entertainment__section-title {
    font-size: 1.6em;
  }
  .page-blog-hl8-open-top-entertainment__hero-image {
    height: 250px;
  }
  .page-blog-hl8-open-top-entertainment__game-card {
    padding-bottom: 15px;
  }
  .page-blog-hl8-open-top-entertainment__card-image {
    height: 150px;
  }
}