.hbem-map {
  height: 320px;
  border-radius: 0.375rem;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hbem-map--loaded .hbem-map-fallback {
  display: none;
}

.hbem-map--error {
  border: 1px dashed #dee2e6;
}

.hbem-map--error::before {
  content: 'Carte indisponible — ';
  color: #6c757d;
  font-size: 0.875rem;
}

.hbem-calendar-grid td {
  height: 100px;
  vertical-align: top;
  width: 16.666%;
}

.hbem-calendar-grid .hbem-day-number {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.hbem-calendar-grid .hbem-day-event {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hbem-description img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .hbem-event__registration-sticky {
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 5;
  }

  .hbem-event__registration {
    max-height: min(80vh, calc(100vh - 3rem));
    overflow-y: auto;
  }
}
