.hogan-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.hogan-card-image {
  width: 100%;
  aspect-ratio: 1.91 / 1;
  overflow: hidden;
  background: #f0f0f0;
}

.hogan-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hogan-card-body {
  padding: 12px 16px;
}

.hogan-card-site {
  margin: 0 0 4px;
  font-size: 0.75rem;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hogan-card-title {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hogan-card-description {
  margin: 0 0 8px;
  font-size: 0.875rem;
  color: #4a4a4a;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hogan-card-url {
  margin: 0;
  font-size: 0.75rem;
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
