.page-resources-latest-slot-reviews {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-latest-slot-reviews__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF; /* Light text for hero content */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Minimum height for hero */
}

.page-resources-latest-slot-reviews__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-latest-slot-reviews__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
  border-radius: 10px;
  margin: 20px;
}

.page-resources-latest-slot-reviews__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Highlight color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-latest-slot-reviews__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-latest-slot-reviews__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-latest-slot-reviews__button {
  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, transform 0.2s ease;
  white-space: nowrap;
}

.page-resources-latest-slot-reviews__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-latest-slot-reviews__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-latest-slot-reviews__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-latest-slot-reviews__button--login:hover {
  background-color: #E0A83A;
  transform: translateY(-2px);
}

.page-resources-latest-slot-reviews__section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-latest-slot-reviews__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #FCBC45;
  padding-bottom: 15px;
}

.page-resources-latest-slot-reviews__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
  padding-left: 10px;
}

.page-resources-latest-slot-reviews__card-sub-title {
  font-size: 1.4em;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-latest-slot-reviews__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-resources-latest-slot-reviews__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-latest-slot-reviews__slot-review-card {
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-latest-slot-reviews__slot-review-card ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-resources-latest-slot-reviews__slot-review-card li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-latest-slot-reviews__slot-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-resources-latest-slot-reviews__responsible-gaming .page-resources-latest-slot-reviews__button {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-latest-slot-reviews__responsible-gaming .page-resources-latest-slot-reviews__button:hover {
  background-color: #333333;
}

.page-resources-latest-slot-reviews__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-latest-slot-reviews__faq-item {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 4px solid #FCBC45;
}

.page-resources-latest-slot-reviews__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-latest-slot-reviews__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-latest-slot-reviews__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-latest-slot-reviews__button--back {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-latest-slot-reviews__button--back:hover {
  background-color: #333333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-latest-slot-reviews__hero-section {
    min-height: 400px;
    padding: 40px 15px;
  }

  .page-resources-latest-slot-reviews__hero-content {
    padding: 20px 15px;
  }

  .page-resources-latest-slot-reviews__main-title {
    font-size: 2.2em;
  }

  .page-resources-latest-slot-reviews__subtitle {
    font-size: 1em;
  }

  .page-resources-latest-slot-reviews__hero-buttons,
  .page-resources-latest-slot-reviews__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-latest-slot-reviews__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-latest-slot-reviews__section-title {
    font-size: 2em;
  }

  .page-resources-latest-slot-reviews__sub-title {
    font-size: 1.5em;
  }

  .page-resources-latest-slot-reviews__section p,
  .page-resources-latest-slot-reviews__slot-review-card li,
  .page-resources-latest-slot-reviews__faq-answer {
    font-size: 1em;
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-latest-slot-reviews img {
    max-width: 100%;
    height: auto;
  }
}

/* Prevent horizontal scrolling in main content area on mobile */
@media (max-width: 768px) {
  .page-resources-latest-slot-reviews {
    overflow-x: hidden;
  }
  .page-resources-latest-slot-reviews__content-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}