/* Simplified Hedcut Parser CSS */

.hedcut-container {
  display: flex;
  margin-bottom: 1.5rem;
}

.hedcut-illustration {
  flex: 0 0 80px;
  margin-right: 1rem;
}

.hedcut-image {
  width: 80px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.hedcut-placeholder {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
}

.hedcut-content {
  flex: 1;
}

.hedcut-year {
  font-size: 1.2rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.hedcut-author {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  display: block;
  margin-bottom: 0.2rem;
}

.hedcut-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c5282;
  text-decoration: none;
  margin-bottom: 0.3rem;
  display: block;
}

.hedcut-title:hover {
  text-decoration: underline;
}

.hedcut-snippet {
  font-size: 0.95rem;
  color: #444;
}

@media (max-width: 768px) {
  .hedcut-container {
    flex-direction: column;
  }

  .hedcut-illustration {
    margin-right: 0;
    margin-bottom: 0.5rem;
    align-self: flex-start;
  }
}
