.page-blog-ga888-entertainment-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-ga888-entertainment-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-ga888-entertainment-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-ga888-entertainment-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-ga888-entertainment-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.7); /* Card BG with transparency */
  border-radius: 10px;
  margin-top: 80px; /* Adjust as needed to not overlap header */
}

.page-blog-ga888-entertainment-guide__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-ga888-entertainment-guide__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-ga888-entertainment-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-ga888-entertainment-guide__btn-primary,
.page-blog-ga888-entertainment-guide__btn-secondary,
.page-blog-ga888-entertainment-guide__btn-tertiary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
}

.page-blog-ga888-entertainment-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-ga888-entertainment-guide__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-ga888-entertainment-guide__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-ga888-entertainment-guide__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
}

.page-blog-ga888-entertainment-guide__btn-tertiary {
    background: none;
    color: #57E38D; /* Glow */
    border: 1px solid #2E7A4E; /* Border */
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-blog-ga888-entertainment-guide__btn-tertiary:hover {
    background: #2E7A4E;
    color: #F2FFF6;
}

.page-blog-ga888-entertainment-guide__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-ga888-entertainment-guide__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-ga888-entertainment-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin-top: 20px;
}

.page-blog-ga888-entertainment-guide__video-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.page-blog-ga888-entertainment-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.page-blog-ga888-entertainment-guide__video-caption {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-ga888-entertainment-guide__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-ga888-entertainment-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-ga888-entertainment-guide__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-ga888-entertainment-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-ga888-entertainment-guide__sub-title {
  font-size: 1.6em;
  color: #F2FFF6; /* Text Main */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #57E38D; /* Glow */
  padding-left: 15px;
}

.page-blog-ga888-entertainment-guide p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-ga888-entertainment-guide ul,
.page-blog-ga888-entertainment-guide ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-ga888-entertainment-guide li {
  margin-bottom: 10px;
}

.page-blog-ga888-entertainment-guide strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-ga888-entertainment-guide__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-ga888-entertainment-guide__image-text-block.reverse-order {
  flex-direction: row-reverse;
}

.page-blog-ga888-entertainment-guide__image-text-block img {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.page-blog-ga888-entertainment-guide__image-text-block > *:not(img) {
  flex: 1;
  min-width: 300px;
}

.page-blog-ga888-entertainment-guide__faq-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
}

.page-blog-ga888-entertainment-guide__faq-list {
  margin-top: 30px;
}

.page-blog-ga888-entertainment-guide__faq-item {
  background: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-ga888-entertainment-guide__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    font-size: 1.1em;
    background-color: #11271B; /* Card BG */
}

.page-blog-ga888-entertainment-guide__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-ga888-entertainment-guide__faq-qtext {
    flex-grow: 1;
}

.page-blog-ga888-entertainment-guide__faq-toggle {
    font-size: 1.5em;
    margin-left: 10px;
    color: #57E38D; /* Glow */
    transition: transform 0.3s ease;
}

.page-blog-ga888-entertainment-guide__faq-item[open] .page-blog-ga888-entertainment-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-ga888-entertainment-guide__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-ga888-entertainment-guide__cta-bottom-section {
  padding: 60px 20px;
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-ga888-entertainment-guide__main-title {
    font-size: 2.5em;
  }
  .page-blog-ga888-entertainment-guide__hero-content {
      margin-top: 60px;
  }
  .page-blog-ga888-entertainment-guide__image-text-block img {
    max-width: 100%;
  }
  .page-blog-ga888-entertainment-guide__image-text-block > *:not(img) {
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .page-blog-ga888-entertainment-guide__hero-content {
    padding: 15px;
    margin-top: 40px;
  }
  .page-blog-ga888-entertainment-guide__main-title {
    font-size: 1.8em;
  }
  .page-blog-ga888-entertainment-guide__description {
    font-size: 1em;
  }
  .page-blog-ga888-entertainment-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-ga888-entertainment-guide__btn-primary,
  .page-blog-ga888-entertainment-guide__btn-secondary,
  .page-blog-ga888-entertainment-guide__btn-tertiary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-ga888-entertainment-guide__video-section,
  .page-blog-ga888-entertainment-guide__content-section,
  .page-blog-ga888-entertainment-guide__faq-section,
  .page-blog-ga888-entertainment-guide__cta-bottom-section {
    padding: 30px 0;
  }
  .page-blog-ga888-entertainment-guide__content-area {
    padding: 0 15px;
  }
  .page-blog-ga888-entertainment-guide__section-title {
    font-size: 1.8em;
  }
  .page-blog-ga888-entertainment-guide__sub-title {
    font-size: 1.3em;
  }
  .page-blog-ga888-entertainment-guide__image-text-block {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-ga888-entertainment-guide__image-text-block.reverse-order {
    flex-direction: column;
  }
  .page-blog-ga888-entertainment-guide__image-text-block img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: unset;
  }
  .page-blog-ga888-entertainment-guide__image-text-block > *:not(img) {
    width: 100%;
    text-align: center;
  }
  /* Video specific mobile styles */
  .page-blog-ga888-entertainment-guide video,
  .page-blog-ga888-entertainment-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-ga888-entertainment-guide__video-section,
  .page-blog-ga888-entertainment-guide__video-container,
  .page-blog-ga888-entertainment-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-ga888-entertainment-guide__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-ga888-entertainment-guide__main-title {
    font-size: 1.5em;
  }
  .page-blog-ga888-entertainment-guide__section-title {
    font-size: 1.5em;
  }
}