.page-resources-eu9-latest-offers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for text on dark background */
  background-color: #0F1A25; /* Slightly lighter dark background for content */
}

.page-resources-eu9-latest-offers__hero {
  background: linear-gradient(135deg, #1A2B3C 0%, #0F1A25 100%);
  padding: 80px 20px;
  text-align: center;
  color: #FFD700;
  border-bottom: 2px solid #FFD700;
}

.page-resources-eu9-latest-offers__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-eu9-latest-offers__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-eu9-latest-offers__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-eu9-latest-offers__button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-eu9-latest-offers__button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-resources-eu9-latest-offers__button--small {
  padding: 8px 18px;
  font-size: 0.9em;
  margin-top: 10px;
}

.page-resources-eu9-latest-offers__button--secondary {
  background-color: #1A2B3C;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-eu9-latest-offers__button--secondary:hover {
  background-color: #2c4257;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-eu9-latest-offers__content-wrapper {
  padding: 40px 0;
  line-height: 1.7;
}

.page-resources-eu9-latest-offers__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #D0D0D0;
}

.page-resources-eu9-latest-offers__article-content a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-eu9-latest-offers__article-content a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-eu9-latest-offers__heading2 {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #334A60;
  padding-bottom: 10px;
}

.page-resources-eu9-latest-offers__heading3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-eu9-latest-offers__article-content ol,
.page-resources-eu9-latest-offers__article-content ul {
  margin-bottom: 1.5em;
  padding-left: 25px;
  color: #D0D0D0;
}

.page-resources-eu9-latest-offers__article-content li {
  margin-bottom: 0.8em;
  font-size: 1.05em;
}

.page-resources-eu9-latest-offers__article-content strong {
  color: #FFD700;
}

.page-resources-eu9-latest-offers__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-eu9-latest-offers__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-eu9-latest-offers__back-link {
  display: inline-block;
  margin-bottom: 25px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-eu9-latest-offers__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-eu9-latest-offers__back-link--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-resources-eu9-latest-offers__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #334A60;
}

@media (max-width: 768px) {
  .page-resources-eu9-latest-offers__title {
    font-size: 2.2em;
  }

  .page-resources-eu9-latest-offers__subtitle {
    font-size: 1em;
  }

  .page-resources-eu9-latest-offers__heading2 {
    font-size: 1.8em;
  }

  .page-resources-eu9-latest-offers__heading3 {
    font-size: 1.3em;
  }

  .page-resources-eu9-latest-offers__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-eu9-latest-offers__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-eu9-latest-offers__title {
    font-size: 1.8em;
  }

  .page-resources-eu9-latest-offers__button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-resources-eu9-latest-offers__button--secondary {
    margin-left: 0;
  }
}