/* === Blog Post Styling === */
.post {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #e0e0e0;
}

.post header {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

.post h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #ffffff;
}

.post p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.post .date {
  font-size: 0.9rem;
  color: #aaa;
}

.post .image.main {
  margin: 2rem 0;
  text-align: center;
}

.post .image.main img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

/* Links inside post content */
.post a {
  color: #66d9ef;
  text-decoration: none;
  border-bottom: 1px dashed #66d9ef;
}

.post a:hover {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

/* Optional: style code blocks */
.post pre, .post code {
  background: #222;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  font-family: "Fira Code", monospace;
  color: #ffcc66;
}
