/* style/resources-qh88-casino-review.css */
.page-resources-qh88-casino-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-qh88-casino-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-qh88-casino-review__hero-section {
  position: relative;
  padding: 100px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  background-color: #017439; /* Brand primary color */
  color: #FFFFFF; /* White text for dark background */
}

.page-resources-qh88-casino-review__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-qh88-casino-review__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-qh88-casino-review__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-qh88-casino-review__btn-primary,
.page-resources-qh88-casino-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-qh88-casino-review__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-qh88-casino-review__btn-primary:hover {
  background-color: #e02f2f;
  border-color: #e02f2f;
}

.page-resources-qh88-casino-review__btn-primary--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-qh88-casino-review__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-qh88-casino-review__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #017439;
}

.page-resources-qh88-casino-review__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand primary color */
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.page-resources-qh88-casino-review__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-qh88-casino-review__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-qh88-casino-review__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-resources-qh88-casino-review__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-qh88-casino-review__image--full-width {
  width: 100%;
}

.page-resources-qh88-casino-review__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-qh88-casino-review__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-qh88-casino-review__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-qh88-casino-review__inline-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-qh88-casino-review__inline-link:hover {
  color: #005f2e;
}

.page-resources-qh88-casino-review__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-qh88-casino-review__card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-resources-qh88-casino-review__card:hover {
  transform: translateY(-5px);
}

.page-resources-qh88-casino-review__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-qh88-casino-review__card-link {
  text-decoration: none;
  color: #017439;
}

.page-resources-qh88-casino-review__card-link:hover {
  text-decoration: underline;
}

.page-resources-qh88-casino-review__card-text {
  font-size: 1em;
  line-height: 1.5;
  color: #555555;
  flex-grow: 1;
}

.page-resources-qh88-casino-review__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-resources-qh88-casino-review__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-qh88-casino-review__pros-cons {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-qh88-casino-review__card--pros {
  border-left: 5px solid #017439;
}

.page-resources-qh88-casino-review__card--cons {
  border-left: 5px solid #C30808;
}

.page-resources-qh88-casino-review__card--pros .page-resources-qh88-casino-review__card-title {
  color: #017439;
}

.page-resources-qh88-casino-review__card--cons .page-resources-qh88-casino-review__card-title {
  color: #C30808;
}

.page-resources-qh88-casino-review__faq-container {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-qh88-casino-review__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.page-resources-qh88-casino-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-qh88-casino-review__faq-question:hover {
  background-color: #e6f7ed;
}

.page-resources-qh88-casino-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-qh88-casino-review__faq-item.active .page-resources-qh88-casino-review__faq-toggle {
  transform: rotate(0deg); /* '−' sign is already rotated if it was a '+' */
}

.page-resources-qh88-casino-review__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-qh88-casino-review__faq-item.active .page-resources-qh88-casino-review__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-qh88-casino-review__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-qh88-casino-review__cta-bottom {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.page-resources-qh88-casino-review__video-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #f0f0f0;
  text-align: center;
}

.page-resources-qh88-casino-review__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto 30px auto;
  border-radius: 8px;
}

.page-resources-qh88-casino-review__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-resources-qh88-casino-review__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-qh88-casino-review__video-caption {
  font-style: italic;
  color: #555555;
  margin-top: 10px;
  font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-qh88-casino-review__hero-title {
    font-size: 3em;
  }
  .page-resources-qh88-casino-review__section-title {
    font-size: 2em;
  }
  .page-resources-qh88-casino-review__sub-title {
    font-size: 1.6em;
  }
  .page-resources-qh88-casino-review__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-resources-qh88-casino-review__pros-cons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-qh88-casino-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-qh88-casino-review__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-qh88-casino-review__hero-title {
    font-size: 2.2em;
  }
  .page-resources-qh88-casino-review__hero-description {
    font-size: 1.1em;
  }
  .page-resources-qh88-casino-review__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-qh88-casino-review__btn-primary,
  .page-resources-qh88-casino-review__btn-secondary {
    width: 100% !important;
    max-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-qh88-casino-review__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-resources-qh88-casino-review__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-resources-qh88-casino-review__paragraph,
  .page-resources-qh88-casino-review__list-item,
  .page-resources-qh88-casino-review__card-text {
    font-size: 1em;
  }
  .page-resources-qh88-casino-review__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-qh88-casino-review__video-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-qh88-casino-review__video-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-qh88-casino-review__video-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-qh88-casino-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-qh88-casino-review__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-qh88-casino-review__card {
    padding: 20px;
  }
  .page-resources-qh88-casino-review__card-title {
    font-size: 1.3em;
  }
  .page-resources-qh88-casino-review__pros-cons {
    flex-direction: column;
    gap: 20px;
  }
  .page-resources-qh88-casino-review__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-qh88-casino-review__faq-answer {
    padding: 0 20px;
  }
  .page-resources-qh88-casino-review__faq-item.active .page-resources-qh88-casino-review__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-qh88-casino-review__cta-bottom {
    padding: 0 15px;
  }
  .page-resources-qh88-casino-review__container,
  .page-resources-qh88-casino-review__section,
  .page-resources-qh88-casino-review__card,
  .page-resources-qh88-casino-review__faq-item,
  .page-resources-qh88-casino-review__pros-cons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left: 15px;
    padding-right: 15px; */ /* Handled by .page-resources-qh88-casino-review__container */
  }
  .page-resources-qh88-casino-review__content-area .page-resources-qh88-casino-review__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-qh88-casino-review__hero-title {
    font-size: 1.8em;
  }
  .page-resources-qh88-casino-review__section-title {
    font-size: 1.5em;
  }
  .page-resources-qh88-casino-review__sub-title {
    font-size: 1.2em;
  }
  .page-resources-qh88-casino-review__btn-primary,
  .page-resources-qh88-casino-review__btn-secondary {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-resources-qh88-casino-review__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
}