.page-resources-new-slot-games-shbet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #2F4F4F; /* Dark Slate Grey for main text */
  background-color: #f8f8f8;
  padding: 20px 0;
}

.page-resources-new-slot-games-shbet__article {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-new-slot-games-shbet__header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-new-slot-games-shbet__title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-resources-new-slot-games-shbet__meta {
  font-size: 0.9em;
  color: #666;
}

.page-resources-new-slot-games-shbet__back-link {
  display: inline-block;
  margin-top: 20px;
  color: #2F4F4F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-new-slot-games-shbet__back-link:hover {
  color: #FFD700;
}

.page-resources-new-slot-games-shbet__intro p,
.page-resources-new-slot-games-shbet__section p,
.page-resources-new-slot-games-shbet__conclusion p {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-new-slot-games-shbet__intro a,
.page-resources-new-slot-games-shbet__section a,
.page-resources-new-slot-games-shbet__conclusion a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-new-slot-games-shbet__intro a:hover,
.page-resources-new-slot-games-shbet__section a:hover,
.page-resources-new-slot-games-shbet__conclusion a:hover {
  text-decoration: underline;
}

.page-resources-new-slot-games-shbet__hero-image,
.page-resources-new-slot-games-shbet__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-new-slot-games-shbet__subtitle {
  font-size: 1.8em;
  color: #2F4F4F;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-new-slot-games-shbet__heading {
  font-size: 1.4em;
  color: #2F4F4F;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-new-slot-games-shbet__list,
.page-resources-new-slot-games-shbet__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-resources-new-slot-games-shbet__numbered-list {
  list-style-type: decimal;
}

.page-resources-new-slot-games-shbet__list li,
.page-resources-new-slot-games-shbet__numbered-list li {
  margin-bottom: 0.8em;
  font-size: 1.05em;
}

.page-resources-new-slot-games-shbet__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-new-slot-games-shbet__game-card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-new-slot-games-shbet__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-new-slot-games-shbet__game-thumbnail {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.page-resources-new-slot-games-shbet__game-title {
  font-size: 1.3em;
  color: #2F4F4F;
  margin-bottom: 10px;
}

.page-resources-new-slot-games-shbet__game-title a {
  color: #2F4F4F;
  text-decoration: none;
}

.page-resources-new-slot-games-shbet__game-title a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-new-slot-games-shbet__game-description {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 15px;
}

.page-resources-new-slot-games-shbet__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #2F4F4F;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-new-slot-games-shbet__button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #1a2a2a;
}

.page-resources-new-slot-games-shbet__button--primary {
  background-color: #2F4F4F;
  color: #FFD700;
}

.page-resources-new-slot-games-shbet__button--primary:hover {
  background-color: #4a6f6f;
  color: #FFD700;
}

.page-resources-new-slot-games-shbet__call-to-action-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #2F4F4F;
}

.page-resources-new-slot-games-shbet__button-group {
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-new-slot-games-shbet__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-new-slot-games-shbet__article {
    padding: 20px;
  }

  .page-resources-new-slot-games-shbet__title {
    font-size: 2em;
  }

  .page-resources-new-slot-games-shbet__subtitle {
    font-size: 1.6em;
  }

  .page-resources-new-slot-games-shbet__heading {
    font-size: 1.2em;
  }

  .page-resources-new-slot-games-shbet__list,
  .page-resources-new-slot-games-shbet__numbered-list {
    margin-left: 15px;
  }

  .page-resources-new-slot-games-shbet__game-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-new-slot-games-shbet__article {
    padding: 15px;
  }

  .page-resources-new-slot-games-shbet__title {
    font-size: 1.8em;
  }

  .page-resources-new-slot-games-shbet__subtitle {
    font-size: 1.4em;
  }

  .page-resources-new-slot-games-shbet__button {
    width: 100%;
    padding: 10px 15px;
  }
  .page-resources-new-slot-games-shbet__button-group {
    flex-direction: column;
  }
}