.page-resources-phspin-vip-latest-news {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-phspin-vip-latest-news__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.page-resources-phspin-vip-latest-news__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-phspin-vip-latest-news__hero-container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.page-resources-phspin-vip-latest-news__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-phspin-vip-latest-news__back-link:hover {
  color: #fff;
}

.page-resources-phspin-vip-latest-news__main-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-phspin-vip-latest-news__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phspin-vip-latest-news__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.page-resources-phspin-vip-latest-news__article-heading {
  font-size: 2.2em;
  color: #1A237E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-phspin-vip-latest-news__article-subheading {
  font-size: 1.8em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phspin-vip-latest-news__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-phspin-vip-latest-news__article-image {
  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;
  min-height: 200px;
}

.page-resources-phspin-vip-latest-news__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}

.page-resources-phspin-vip-latest-news__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
}

.page-resources-phspin-vip-latest-news__cta-button--primary {
  background-color: #FFD700;
  color: #1A237E;
  border: 2px solid #FFD700;
}

.page-resources-phspin-vip-latest-news__cta-button--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-phspin-vip-latest-news__cta-button--secondary {
  background-color: #1A237E;
  color: #ffffff;
  border: 2px solid #1A237E;
}

.page-resources-phspin-vip-latest-news__cta-button--secondary:hover {
  background-color: #2b3590;
  border-color: #2b3590;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-phspin-vip-latest-news__hero-section {
    height: 400px;
  }

  .page-resources-phspin-vip-latest-news__main-title {
    font-size: 2em;
  }

  .page-resources-phspin-vip-latest-news__intro-description {
    font-size: 1em;
  }

  .page-resources-phspin-vip-latest-news__content-area {
    padding: 15px;
    margin: 20px auto;
  }

  .page-resources-phspin-vip-latest-news__article-heading {
    font-size: 1.8em;
  }

  .page-resources-phspin-vip-latest-news__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-phspin-vip-latest-news__article-paragraph,
  .page-resources-phspin-vip-latest-news__cta-button {
    font-size: 0.95em;
  }

  .page-resources-phspin-vip-latest-news__cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .page-resources-phspin-vip-latest-news__cta-button {
    padding: 12px 20px;
  }

  .page-resources-phspin-vip-latest-news__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure min-width for mobile */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-phspin-vip-latest-news__hero-section {
    height: 300px;
  }

  .page-resources-phspin-vip-latest-news__main-title {
    font-size: 1.5em;
  }

  .page-resources-phspin-vip-latest-news__intro-description {
    font-size: 0.9em;
  }
}