.page-resources-plus777-link-latest-promotions-analysis {
  color: #333333; /* Dark text for light body background */
}

.page-resources-plus777-link-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-plus777-link-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-plus777-link-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 51, 102, 0.75); /* Dark blue overlay */
  border-radius: 10px;
  color: #ffffff; /* White text for dark background */
}

.page-resources-plus777-link-latest-promotions-analysis__main-title {
  font-size: 3.5em;
  color: #FFCC00; /* Gold for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-plus777-link-latest-promotions-analysis__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-plus777-link-latest-promotions-analysis__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-plus777-link-latest-promotions-analysis__cta-button:hover {
  background-color: #e6b800; /* Darker gold on hover */
  color: #001a33;
}

.page-resources-plus777-link-latest-promotions-analysis__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-plus777-link-latest-promotions-analysis__article-paragraph {
  margin-bottom: 20px;
}

.page-resources-plus777-link-latest-promotions-analysis__section-heading {
  color: #003366; /* Deep blue heading */
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-resources-plus777-link-latest-promotions-analysis__bullet-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-plus777-link-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
}

.page-resources-plus777-link-latest-promotions-analysis__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-plus777-link-latest-promotions-analysis__inline-cta {
  display: inline-block;
  background-color: #003366; /* Deep blue button */
  color: #FFCC00; /* Gold text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-plus777-link-latest-promotions-analysis__inline-cta:hover {
  background-color: #002244;
  color: #FFDD44;
}

.page-resources-plus777-link-latest-promotions-analysis__game-bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-plus777-link-latest-promotions-analysis__game-bonus-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-plus777-link-latest-promotions-analysis__game-bonus-card:hover {
  transform: translateY(-5px);
}

.page-resources-plus777-link-latest-promotions-analysis__card-title {
  color: #003366;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-resources-plus777-link-latest-promotions-analysis__card-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-plus777-link-latest-promotions-analysis__card-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-resources-plus777-link-latest-promotions-analysis__card-button:hover {
  background-color: #e6b800;
}

.page-resources-plus777-link-latest-promotions-analysis__blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #003366;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
}

.page-resources-plus777-link-latest-promotions-analysis__blockquote p {
  margin: 0;
}

.page-resources-plus777-link-latest-promotions-analysis__faq-item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
}

.page-resources-plus777-link-latest-promotions-analysis__faq-question {
  color: #003366;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-resources-plus777-link-latest-promotions-analysis__faq-answer {
  font-size: 0.95em;
  color: #666666;
}

.page-resources-plus777-link-latest-promotions-analysis__final-cta-group {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-resources-plus777-link-latest-promotions-analysis__responsible-gaming-link,
.page-resources-plus777-link-latest-promotions-analysis__back-link {
  display: block;
  margin-top: 20px;
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-plus777-link-latest-promotions-analysis__responsible-gaming-link:hover,
.page-resources-plus777-link-latest-promotions-analysis__back-link:hover {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-plus777-link-latest-promotions-analysis__main-title {
    font-size: 2.5em;
  }

  .page-resources-plus777-link-latest-promotions-analysis__intro-text {
    font-size: 1.1em;
  }

  .page-resources-plus777-link-latest-promotions-analysis__hero-content {
    padding: 20px;
  }

  .page-resources-plus777-link-latest-promotions-analysis__content-area {
    padding: 15px;
    font-size: 1em;
  }

  .page-resources-plus777-link-latest-promotions-analysis__section-heading {
    font-size: 1.6em;
  }

  .page-resources-plus777-link-latest-promotions-analysis__game-bonuses-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile image scaling - crucial for preventing overflow */
  .page-resources-plus777-link-latest-promotions-analysis img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-plus777-link-latest-promotions-analysis__main-title {
    font-size: 2em;
  }

  .page-resources-plus777-link-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}