.post-block {
  display: grid;
  grid-template-columns: 120px 1fr 200px;
  grid-gap: 1em;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #eaeaea;
}

.post-meta {
  text-align: right;
  font-size: 0.9em;
  color: #666;
}

.post-date {
  margin-bottom: 0.25em;
}

.post-block img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.post-info h2 {
  margin: 0 0 0.3em 0;
  font-weight: 600;
  color: #000;
  border-bottom: none !important;
}

.post-info h2 a {
  text-decoration: none;
  color: inherit;
}

.post-info p {
  margin: 0;
  color: #555;
}

.post-cats {
  margin-bottom: 0.25em;
}

.cat-link {
  display: inline-block;
  padding: 0.3em 0.6em;
  margin: 0.1em 0.2em;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.8em;
  text-decoration: none;
  color: #333;
}

.cat-link:hover {
  background-color: #e0e0e0;
}

.about-img {
  text-align: center;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
}

.about-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Ensure images fit within blog post content */
img {
  max-width: 100%;
  height: auto;
}

/* Widen content area */
main.content {
  max-width: 1000px;
}

/* Make navbar logo circular */
.navbar-brand img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
}
