/* ===========================================
   EXHIBITION DIGEST COMPONENT
   Two-column text digest of exhibitions
   =========================================== */

.exhibition-digest {
  margin-top: 2em;
}

.exhibition-digest-item {
  margin-bottom: 3em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #e5e5e5;
}

.exhibition-digest-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Title - very tight spacing below */
.exhibition-digest-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.15em 0;
  line-height: 1.3;
  color: #1a1a1a;
}

/* Meta line - venue, location, dates */
.exhibition-digest-meta {
  font-size: 0.75rem;
  color: #666;
  margin: 0 0 0.25em 0;
  line-height: 1.4;
}

.exhibition-digest-venue,
.exhibition-digest-location,
.exhibition-digest-dates {
  /* Inline styling via separators */
}

/* Description paragraph */
.exhibition-digest-description {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* Quote block (if enabled) */
.exhibition-digest-quote {
  margin: 0.8em 0 0 0;
  padding: 0.6em 0 0 0;
  border-top: 1px solid #eee;
  font-style: italic;
  font-size: 0.8rem;
  color: #555;
}

.exhibition-digest-quote p {
  margin: 0 0 0.3em 0;
}

.exhibition-digest-quote cite {
  font-size: 0.7rem;
  color: #888;
  font-style: normal;
}

/* Responsive */
@media (max-width: 768px) {
  .exhibition-digest-item {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
  }

  .exhibition-digest-title {
    font-size: 0.95rem;
  }

  .exhibition-digest-meta {
    font-size: 0.7rem;
  }

  .exhibition-digest-description {
    font-size: 0.8rem;
  }
}
