.post-content {
  max-height: none !important;
  overflow: visible !important;
}

.post-content p {
  box-sizing: border-box;
  color: rgb(31, 35, 40);
  font-family: -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow-wrap: break-word;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.post-content strong {
  font-weight: 600;
  color: #374151;
}

.post-content h2 {
  border-bottom: 1px solid rgba(209, 217, 224, 0.7);
  box-sizing: border-box;
  color: rgb(31, 35, 40);
  font-family: -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 24px 0 16px;
  overflow-wrap: break-word;
  padding-bottom: 7.2px;
}

.post-content h3 {
  box-sizing: border-box;
  color: rgb(31, 35, 40);
  font-family: -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 24px 0 16px;
  overflow-wrap: break-word;
}

.post-content ul,
.post-content ol {
  margin-top: 0.75rem;
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.post-content li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
  color: #4b5563;
  font-weight: 400;
}

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

.post-featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.image-credit {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
  text-align: center;
}

.image-credit a {
  color: #666;
  text-decoration: underline;
}

.image-credit a:hover {
  color: #333;
}

.post-summary {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e1e4e8;
}

.post-thumbnail {
  flex: 0 0 200px;
}

.post-thumbnail img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.post-thumbnail img:hover {
  transform: scale(1.05);
}

.post-summary-content {
  flex: 1;
}

.post-list {
  list-style: none;
  margin-left: 0;
}

.post-excerpt {
  margin-top: 0.5rem;
  color: #586069;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .post-summary {
    flex-direction: column;
    gap: 1rem;
  }
  .post-thumbnail {
    flex: none;
    width: 100%;
  }
  .post-thumbnail img {
    height: 200px;
  }
}

/*# sourceMappingURL=custom.css.map */