.page-blog-2024-hot-slot-games {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-blog-2024-hot-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-2024-hot-slot-games__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero text contrast */
  color: #FFFFFF;
  padding-bottom: 60px; /* Add some padding at the bottom for content */
}

.page-blog-2024-hot-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  opacity: 0.6;
}

.page-blog-2024-hot-slot-games__hero-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px; /* Minimum height for hero section */
  text-align: center;
  padding: 40px 20px;
}

.page-blog-2024-hot-slot-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-2024-hot-slot-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #F0F0F0;
}

.page-blog-2024-hot-slot-games__hero-buttons {
  display: flex;
  gap: 20px;
}

.page-blog-2024-hot-slot-games__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-blog-2024-hot-slot-games__button--register {
  background-color: #FCBC45; /* Login color for primary action */
  color: #000000; /* Dark text for contrast */
}

.page-blog-2024-hot-slot-games__button--register:hover {
  background-color: #E0A53A;
}

.page-blog-2024-hot-slot-games__button--login {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-2024-hot-slot-games__button--login:hover {
  background-color: #F0F0F0;
  border-color: #E0A53A;
}

.page-blog-2024-hot-slot-games__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-blog-2024-hot-slot-games__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-2024-hot-slot-games__introduction-section,
.page-blog-2024-hot-slot-games__top-slots-section,
.page-blog-2024-hot-slot-games__why-helptowin-section,
.page-blog-2024-hot-slot-games__strategies-section,
.page-blog-2024-hot-slot-games__call-to-action-section {
  padding: 40px 0;
}

.page-blog-2024-hot-slot-games__slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-2024-hot-slot-games__slot-card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-2024-hot-slot-games__slot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.page-blog-2024-hot-slot-games__slot-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-2024-hot-slot-games__card-content {
  padding: 20px;
}

.page-blog-2024-hot-slot-games__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-blog-2024-hot-slot-games__card-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 15px;
}

.page-blog-2024-hot-slot-games__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #FCBC45;
  color: #000000;
}

.page-blog-2024-hot-slot-games__button--small:hover {
  background-color: #E0A53A;
}

.page-blog-2024-hot-slot-games__feature-list,
.page-blog-2024-hot-slot-games__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-2024-hot-slot-games__feature-item,
.page-blog-2024-hot-slot-games__strategy-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-2024-hot-slot-games__feature-title,
.page-blog-2024-hot-slot-games__strategy-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 10px;
}

.page-blog-2024-hot-slot-games__feature-description,
.page-blog-2024-hot-slot-games__strategy-description {
  font-size: 1em;
  color: #555555;
}

.page-blog-2024-hot-slot-games__feature-image,
.page-blog-2024-hot-slot-games__strategy-image {
  width: 100%;
  max-width: 600px; /* Constrain image width */
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-2024-hot-slot-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-2024-hot-slot-games__button--download {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-blog-2024-hot-slot-games__button--download:hover {
  background-color: #333333;
  border-color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-2024-hot-slot-games__hero-title {
    font-size: 3em;
  }
  .page-blog-2024-hot-slot-games__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-hot-slot-games__hero-title {
    font-size: 2.5em;
  }
  .page-blog-2024-hot-slot-games__hero-description {
    font-size: 1em;
  }
  .page-blog-2024-hot-slot-games__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-2024-hot-slot-games__button {
    width: 100%;
    padding: 12px 25px;
  }
  .page-blog-2024-hot-slot-games__section-title {
    font-size: 2em;
    padding-top: 40px;
  }
  .page-blog-2024-hot-slot-games__text-content {
    font-size: 1em;
  }
  .page-blog-2024-hot-slot-games__slot-image,
  .page-blog-2024-hot-slot-games__feature-image,
  .page-blog-2024-hot-slot-games__strategy-image {
    max-width: 100%;
    height: auto;
  }
  .page-blog-2024-hot-slot-games__cta-buttons {
    flex-direction: column;
  }
  .page-blog-2024-hot-slot-games__feature-title,
  .page-blog-2024-hot-slot-games__strategy-title {
    font-size: 1.5em;
  }
  /* Ensure all content area images are responsive and not smaller than 200px */
  .page-blog-2024-hot-slot-games img {
    max-width: 100%;
    height: auto; /* Ensures aspect ratio is maintained */
    min-width: 200px; /* Enforce minimum size for content images */
    min-height: 200px; /* Enforce minimum size for content images */
  }
  .page-blog-2024-hot-slot-games__slot-image {
    height: 200px; /* Adjust height for mobile card images */
  }
}

@media (max-width: 480px) {
  .page-blog-2024-hot-slot-games__hero-title {
    font-size: 2em;
  }
  .page-blog-2024-hot-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-blog-2024-hot-slot-games__slot-grid {
    grid-template-columns: 1fr;
  }
}