/* Blog Template Styles */

.blog-template {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.8;
  color: #1f2937;
}

.blog-template header {
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 0;
}

.blog-template header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.blog-template header p {
  font-style: italic;
  color: #4b5563;
}

.blog-template nav a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #4b5563;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-template nav a:hover {
  color: #111827;
}

.blog-template .hero {
  background-color: #f9fafb;
  padding: 4rem 0;
  text-align: center;
}

.blog-template .hero h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.blog-template .hero p {
  font-size: 1.25rem;
  color: #4b5563;
}

.blog-template article {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.blog-template article h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.blog-template article h3 a {
  color: #111827;
  text-decoration: none;
}

.blog-template article h3 a:hover {
  color: #4f46e5;
}

.blog-template footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 4rem;
  padding: 2rem 0;
}

/* Newsletter section */
.blog-template .newsletter {
  background-color: #111827;
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.blog-template .newsletter h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-template .newsletter p {
  color: #9ca3af;
  margin-bottom: 2rem;
}
