.page-resources-win777-game-strategies-tips {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #000; /* Matching body background from shared.css */
}

.page-resources-win777-game-strategies-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-align: center;
}

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

.page-resources-win777-game-strategies-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  background: rgba(26, 26, 26, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-win777-game-strategies-tips__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-win777-game-strategies-tips__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-win777-game-strategies-tips__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-win777-game-strategies-tips__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-resources-win777-game-strategies-tips__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-resources-win777-game-strategies-tips__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-win777-game-strategies-tips__button--secondary {
  background-color: #1A1A1A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-win777-game-strategies-tips__button--secondary:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-win777-game-strategies-tips__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for content */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  margin-top: -80px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 3;
}

.page-resources-win777-game-strategies-tips__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  font-size: 0.95em;
}

.page-resources-win777-game-strategies-tips__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-win777-game-strategies-tips__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-win777-game-strategies-tips__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.page-resources-win777-game-strategies-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-win777-game-strategies-tips__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px; /* Ensure images fit content area */
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-resources-win777-game-strategies-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-win777-game-strategies-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-win777-game-strategies-tips__list-item strong {
  color: #FFD700;
}

.page-resources-win777-game-strategies-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-win777-game-strategies-tips__list-item a {
  color: #FFD700; /* Link color in lists */
  text-decoration: underline;
}

.page-resources-win777-game-strategies-tips__list-item a:hover {
  color: #e6c200;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-win777-game-strategies-tips__hero-title {
    font-size: 2.8em;
  }
  .page-resources-win777-game-strategies-tips__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-win777-game-strategies-tips__hero-title {
    font-size: 2.2em;
  }
  .page-resources-win777-game-strategies-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-win777-game-strategies-tips__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-win777-game-strategies-tips__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-win777-game-strategies-tips__content-area {
    padding: 20px 15px;
    margin-top: -50px;
  }
  .page-resources-win777-game-strategies-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-win777-game-strategies-tips__sub-title {
    font-size: 1.6em;
  }
  .page-resources-win777-game-strategies-tips__paragraph,
  .page-resources-win777-game-strategies-tips__list-item {
    font-size: 1em;
  }
  .page-resources-win777-game-strategies-tips__image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
  }
  .page-resources-win777-game-strategies-tips__cta-buttons {
    flex-direction: column;
  }
}