.page-resources-latest-slot-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from shared.css, for context */
}

.page-resources-latest-slot-games__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #26A9E0; /* Main brand color for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-latest-slot-games__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.page-resources-latest-slot-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

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

.page-resources-latest-slot-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-latest-slot-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-latest-slot-games__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-latest-slot-games__content-area {
  max-width: 1200px;
  margin: 0 auto;
  color: #333333; /* Dark text for light background */
  background-color: #ffffff;
}

.page-resources-latest-slot-games__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-latest-slot-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-latest-slot-games__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: bold;
  color: inherit;
}

.page-resources-latest-slot-games__section-subtitle {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: inherit;
}

.page-resources-latest-slot-games__paragraph {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: inherit;
}

.page-resources-latest-slot-games__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.page-resources-latest-slot-games__feature-item {
  background-color: rgba(38, 169, 224, 0.1); /* Light blue tint */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-resources-latest-slot-games__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-slot-games__feature-item p {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-resources-latest-slot-games__game-showcase {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-latest-slot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.page-resources-latest-slot-games__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  color: #333333;
}

.page-resources-latest-slot-games__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-latest-slot-games__game-card h3 {
  padding: 20px 20px 0;
  font-size: 1.4em;
  color: #26A9E0;
}

.page-resources-latest-slot-games__game-card h3 a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-latest-slot-games__game-card h3 a:hover {
  text-decoration: underline;
}

.page-resources-latest-slot-games__game-description {
  padding: 0 20px 20px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

.page-resources-latest-slot-games__game-card .page-resources-latest-slot-games__btn-primary {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

.page-resources-latest-slot-games__how-to-play {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-latest-slot-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.page-resources-latest-slot-games__step-card {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-latest-slot-games__step-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-latest-slot-games__step-card p {
  font-size: 1em;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-resources-latest-slot-games__step-card a {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-latest-slot-games__step-card a:hover {
  color: #EA7C07;
}

.page-resources-latest-slot-games__video-section {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

.page-resources-latest-slot-games__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-slot-games__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-resources-latest-slot-games__video-overlay-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10;
  cursor: pointer;
  background: transparent;
}

.page-resources-latest-slot-games__video-caption {
  font-style: italic;
  color: #555555;
  font-size: 0.95em;
}

.page-resources-latest-slot-games__video-caption a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-latest-slot-games__video-caption a:hover {
  color: #EA7C07;
}

.page-resources-latest-slot-games__promotions {
  background-color: #26A9E0;
  color: #ffffff;
}