/* style/resources-188v-latest-news.css */

/* Base styles for the page content */
.page-resources-188v-latest-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

/* Hero Section */
.page-resources-188v-latest-news .hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-188v-latest-news .hero-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-188v-latest-news .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-188v-latest-news .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

/* Article Section */
.page-resources-188v-latest-news .article-section {
  padding: 40px 0;
}

.page-resources-188v-latest-news .article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px;
}

.page-resources-188v-latest-news h1, 
.page-resources-188v-latest-news h2, 
.page-resources-188v-latest-news h3, 
.page-resources-188v-latest-news h4 {
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-resources-188v-latest-news h1 {
  font-size: 2.5em;
}

.page-resources-188v-latest-news h2 {
  font-size: 2em;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-resources-188v-latest-news h3 {
  font-size: 1.5em;
  color: #004080;
}

.page-resources-188v-latest-news p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-resources-188v-latest-news .image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-188v-latest-news .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-188v-latest-news .feature-list, 
.page-resources-188v-latest-news .numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-resources-188v-latest-news .numbered-list {
  list-style-type: decimal;
}

.page-resources-188v-latest-news .feature-list li, 
.page-resources-188v-latest-news .numbered-list li {
  margin-bottom: 0.5em;
}

/* Buttons */
.page-resources-188v-latest-news .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-188v-latest-news .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-resources-188v-latest-news .btn-primary:hover {
  background-color: #e6b800;
  color: #001a33;
}

.page-resources-188v-latest-news .btn-secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #003366;
}

.page-resources-188v-latest-news .btn-secondary:hover {
  background-color: #001a33;
  color: #FFCC00;
}

.page-resources-188v-latest-news .btn-large {
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-resources-188v-latest-news .text-link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-188v-latest-news .text-link:hover {
  color: #FFCC00;
}

.page-resources-188v-latest-news .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-188v-latest-news .button-group .btn {
  margin: 0 10px;
}

/* Promo Card */
.page-resources-188v-latest-news .promo-card {
  display: flex;
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 30px 0;
  padding: 20px;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-188v-latest-news .promo-card .promo-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}

.page-resources-188v-latest-news .promo-card .promo-content h4 {
  color: #003366;
  margin-top: 0;
  font-size: 1.3em;
}

.page-resources-188v-latest-news .promo-card .promo-content p {
  font-size: 1em;
  color: #555;
  margin-bottom: 15px;
}

.page-resources-188v-latest-news .cta-section {
  background-color: #003366;
  color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-188v-latest-news .cta-section h3 {
  color: #FFCC00;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-resources-188v-latest-news .cta-section p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-188v-latest-news .back-link-container {
  text-align: center;
  margin-top: 40px;
}

.page-resources-188v-latest-news .back-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-188v-latest-news .back-link:hover {
  color: #FFCC00;
  text-decoration: underline;
}

/* Copyright */
.page-resources-188v-latest-news .copyright {
  text-align: center;
  padding: 30px 20px;
  font-size: 0.9em;
  color: #777;
  background-color: #eee;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-188v-latest-news .hero-title {
    font-size: 2em;
  }

  .page-resources-188v-latest-news .hero-description {
    font-size: 1em;
  }

  .page-resources-188v-latest-news .article-container {
    padding: 20px;
  }

  .page-resources-188v-latest-news h2 {
    font-size: 1.8em;
  }

  .page-resources-188v-latest-news h3 {
    font-size: 1.3em;
  }

  .page-resources-188v-latest-news p, 
  .page-resources-188v-latest-news .feature-list li, 
  .page-resources-188v-latest-news .numbered-list li {
    font-size: 1em;
  }

  .page-resources-188v-latest-news .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-188v-latest-news .btn-large {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-resources-188v-latest-news .promo-card {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-188v-latest-news .promo-card .promo-image {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-188v-latest-news .button-group .btn {
    margin: 5px 0;
    display: block;
  }
}