#exhibitions-page {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}
#exhibitions-page .exhibition-section {
  margin-bottom: 10px;
}
#exhibitions-page .exhibition-section:last-child {
  margin-bottom: 0;
}
#exhibitions-page .exhibition-section .section-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
#exhibitions-page .exhibition-section .exhibition-item {
  margin-bottom: 8px;
  padding: 4px 0;
  line-height: 1.4;
  display: block;
}
#exhibitions-page .exhibition-section .exhibition-item .exhibition-name {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  color: #333;
  font-family: "PlayfairDisplay";
}
#exhibitions-page .exhibition-section .exhibition-item .exhibition-details {
  font-size: 0.85em;
  margin: 0;
  color: #555;
  font-style: italic;
}
#exhibitions-page .exhibition-section .exhibition-item .exhibition-curator {
  font-size: 0.8em;
  margin: 0;
  color: #666;
}
#exhibitions-page .exhibition-section .exhibition-item .exhibition-date {
  font-size: 0.8em;
  margin: 0;
  color: #888;
  font-weight: 500;
}
#exhibitions-page .exhibition-section .exhibition-item span {
  display: inline;
}

@media (max-width: 768px) {
  #exhibitions-page {
    padding: 15px 15px;
  }
  #exhibitions-page .exhibition-section {
    margin-bottom: 25px;
  }
  #exhibitions-page .exhibition-section .section-title {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  #exhibitions-page .exhibition-section .exhibition-item {
    margin-bottom: 8px;
    padding: 4px 0;
    line-height: 1.4;
  }
  #exhibitions-page .exhibition-section .exhibition-item .exhibition-name {
    font-size: 0.85em;
  }
  #exhibitions-page .exhibition-section .exhibition-item .exhibition-details {
    font-size: 0.8em;
  }
  #exhibitions-page .exhibition-section .exhibition-item .exhibition-curator,
  #exhibitions-page .exhibition-section .exhibition-item .exhibition-date {
    font-size: 0.75em;
  }
  #exhibitions-page .exhibition-section .exhibition-item span {
    display: inline;
  }
}

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