
/* Section Wrapper */
.article-section {
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  padding: 2.5em;
  max-width: 900px;
  margin: 2em auto;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  font-family: 'Georgia', 'Times New Roman', serif;
}

/* Title */
.article-section h1 {
  color: #0056b3;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  text-align: center;
}



/* Section Headings */
.article-section h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 2em;
  border-left: 5px solid #0056b3;
  padding-left: 0.6em;
  font-family: 'Montserrat', sans-serif;
}

/* Red border variation */
.article-section h2.red {
  border-left-color: #b92b27;
  font-size: 22px;
}

/* Paragraphs */
.article-section p {
  line-height: 1.8;
  color: #444;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 1.5em;
}

/* PDF Button */
.pdf-btn-wrapper {
  text-align: center;
  margin: 2em 0;
}

.pdf-btn {
  background: linear-gradient(to right, #b92b27, #1565c0);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 86, 179, 0.3);
  display: inline-block;
}

.pdf-btn i {
  margin-right: 8px;
}

.pdf-btn:hover {
  opacity: 0.9;
}


.article-meta p {
  color: #333;
  font-size: 16px;
  margin: 0.2em 0;
}

/* Section Headings */
.article-section h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 2em;
  border-left: 5px solid #0056b3;
  padding-left: 0.6em;
  font-family: 'Montserrat', sans-serif;
}

/* Red border variation */
.article-section h2.red {
  border-left-color: #b92b27;
  font-size: 22px;
}

/* Paragraphs */
.article-section p {
  line-height: 1.8;
  color: #444;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 1.5em;
}

/* PDF Button */
.pdf-btn-wrapper {
  text-align: center;
  margin: 2em 0;
}

.pdf-btn {
  background: linear-gradient(to right, #b92b27, #1565c0);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 86, 179, 0.3);
  display: inline-block;
}

.pdf-btn i {
  margin-right: 8px;
}

.pdf-btn:hover {
  opacity: 0.9;
}
