.page-resources-slot-strategies-tips {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-slot-strategies-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
}

.page-resources-slot-strategies-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-slot-strategies-tips__hero-container {
  position: relative;
  width: 100%;
  height: 600px; /* Fixed height for hero section */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-slot-strategies-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-slot-strategies-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

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

.page-resources-slot-strategies-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-slot-strategies-tips__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for light button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-slot-strategies-tips__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-slot-strategies-tips__article-content {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-slot-strategies-tips__article-container {
  padding: 0 20px;
}

.page-resources-slot-strategies-tips__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-slot-strategies-tips__back-link:hover {
  color: #FCBC45;
}

.page-resources-slot-strategies-tips__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-slot-strategies-tips__sub-section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-slot-strategies-tips__sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-slot-strategies-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-slot-strategies-tips__highlight {
  color: #FCBC45;
  font-weight: bold;
}

.page-resources-slot-strategies-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-slot-strategies-tips__list-item {
  margin-bottom: 10px;
}

.page-resources-slot-strategies-tips__image-centered {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum image width */
  min-height: 200px; /* Minimum image height */
}

.page-resources-slot-strategies-tips__cta-button--bottom {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-slot-strategies-tips__hero-title {
    font-size: 3em;
  }
  .page-resources-slot-strategies-tips__hero-description {
    font-size: 1.2em;
  }
  .page-resources-slot-strategies-tips__hero-container {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .page-resources-slot-strategies-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-slot-strategies-tips__hero-description {
    font-size: 1.1em;
  }
  .page-resources-slot-strategies-tips__hero-container {
    height: 400px;
  }
  .page-resources-slot-strategies-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-slot-strategies-tips__article-content {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-slot-strategies-tips__article-container {
    padding: 0 10px;
  }
  .page-resources-slot-strategies-tips__section-title {
    font-size: 2em;
  }
  .page-resources-slot-strategies-tips__sub-section-title {
    font-size: 1.7em;
  }
  .page-resources-slot-strategies-tips__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-slot-strategies-tips__paragraph,
  .page-resources-slot-strategies-tips__list {
    font-size: 1em;
  }
  /* Mobile content area images must be responsive */
  .page-resources-slot-strategies-tips img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-slot-strategies-tips__image-centered {
    min-width: 200px; /* Ensure minimum size is maintained */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-slot-strategies-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-slot-strategies-tips__hero-description {
    font-size: 0.9em;
  }
  .page-resources-slot-strategies-tips__hero-container {
    height: 300px;
  }
  .page-resources-slot-strategies-tips__hero-content {
    padding: 15px;
  }
  .page-resources-slot-strategies-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-slot-strategies-tips__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-slot-strategies-tips__sub-heading {
    font-size: 1.2em;
  }
}