/* style/slot-games-new-releases.css */
.page-slot-games-new-releases {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Matches body background */
}

.page-slot-games-new-releases a {
  color: #017439;
  text-decoration: none;
}

.page-slot-games-new-releases a:hover {
  text-decoration: underline;
}

.page-slot-games-new-releases__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #017439, #004d2c);
  overflow: hidden;
}

.page-slot-games-new-releases__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-slot-games-new-releases__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}