.page-blog-58wi-new-slot-games {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-58wi-new-slot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-58wi-new-slot-games__hero-figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.page-blog-58wi-new-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9; /* Adjusted for content image, not strict hero banner */
  object-fit: cover;
  object-position: center;
}

.page-blog-58wi-new-slot-games__hero-content {
  padding-top: 20px;
  max-width: 800px;
}

.page-blog-58wi-new-slot-games__main-title {
  font-size: clamp(1.5rem, 4.5vw, 2.2rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-58wi-new-slot-games__intro-text {
  font-size: 1.1rem;
  color: #1F2D3D;
  margin-bottom: 25px;
}

.page-blog-58wi-new-slot-games__cta-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-blog-58wi-new-slot-games__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-58wi-new-slot-games__content-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-58wi-new-slot-games__article-meta {
  font-size: 0.9em;
  color: #6FA3FF;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6E2FF;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.page-blog-58wi-new-slot-games__publish-date,
.page-blog-58wi-new-slot-games__author {
  margin-right: 15px;
}

.page-blog-58wi-new-slot-games__heading-2 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  color: #2F6BFF;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #2F6BFF;
  padding-left: 10px;
}

.page-blog-58wi-new-slot-games__paragraph {
  margin-bottom: 15px;
  color: #1F2D3D;
  font-size: 1rem;
}

.page-blog-58wi-new-slot-games__feature-list,
.page-blog-58wi-new-slot-games__game-list,
.page-blog-58wi-new-slot-games__step-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-58wi-new-slot-games__list-item {
  margin-bottom: 8px;
  color: #1F2D3D;
}

.page-blog-58wi-new-slot-games__content-figure {
  margin: 25px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.page-blog-58wi-new-slot-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  filter: none; /* No CSS filters */
}

.page-blog-58wi-new-slot-games__figcaption {
  font-size: 0.85em;
  color: #6FA3FF;
  margin-top: 10px;
}

.page-blog-58wi-new-slot-games__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.page-blog-58wi-new-slot-games__cta-button--secondary {
  background: #6FA3FF; /* Secondary color for second button */
  box-shadow: 0 4px 10px rgba(111, 163, 255, 0.3);
}

.page-blog-58wi-new-slot-games__cta-button--secondary:hover {
  box-shadow: 0 6px 15px rgba(111, 163, 255, 0.4);
}

.page-blog-58wi-new-slot-games__secondary-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #F4F7FB; /* Light background */
  color: #2F6BFF; /* Primary text color */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid #2F6BFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.page-blog-58wi-new-slot-games__secondary-button:hover {
  background-color: #2F6BFF;
  color: #FFFFFF;
}

@media (max-width: 849px) {
  .page-blog-58wi-new-slot-games__hero-section,
  .page-blog-58wi-new-slot-games__content-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .page-blog-58wi-new-slot-games__main-title {
    font-size: clamp(1.1rem, 4.5vw, 1.75rem);
  }
  .page-blog-58wi-new-slot-games__heading-2 {
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
  }
  .page-blog-58wi-new-slot-games__content-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 549px) {
  .page-blog-58wi-new-slot-games__hero-section,
  .page-blog-58wi-new-slot-games__content-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-blog-58wi-new-slot-games__article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .page-blog-58wi-new-slot-games__cta-button,
  .page-blog-58wi-new-slot-games__secondary-button {
    width: 100%;
    text-align: center;
  }
  .page-blog-58wi-new-slot-games__button-group {
    flex-direction: column;
  }
  .page-blog-58wi-new-slot-games__paragraph,
  .page-blog-58wi-new-slot-games__list-item {
    text-align: left; /* Ensure text is left-aligned on small screens */
  }
}