/* Authentic event photography, using the established KBC college colours. */
.kbc-event-photo { margin: 0; min-width: 0; }
.kbc-event-photo .kbc-event-image { display: block; width: 100%; height: auto; border-radius: 5px; }
.kbc-event-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.kbc-event-photo--hero { align-self: center; }
.kbc-event-photo--hero .kbc-event-image { border-radius: 5px 58px 5px 5px; }
.prose .kbc-event-photo--article { margin: 16px 0 36px; }
.kbc-event-card-photo { display: block; margin-bottom: 24px; overflow: hidden; border-radius: 4px; }
.kbc-event-card-photo .kbc-event-image { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: var(--photo-focus, center); }
.featured-picture .kbc-event-image, .experience-photo .kbc-event-image { object-position: var(--photo-focus, center); }
.kbc-event-intro { max-width: 740px; margin: -8px 0 30px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.kbc-event-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
@media (max-width: 760px) {
  .kbc-event-photo--hero .kbc-event-image { border-top-right-radius: 40px; }
  .kbc-event-pair { grid-template-columns: 1fr; gap: 28px; }
  .kbc-event-card-photo { margin-bottom: 20px; }
  .kbc-event-intro { margin-top: 0; }
}
