.show-header-compact {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.show-header-compact-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.show-header-compact-separator {
  width: 40px;
  height: 3px;
  background-color: currentColor;
  margin: 1.25rem 0;
}

.show-header-compact-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.show-header-compact-meta-item {
  font-size: 1.25rem;
  line-height: 1.4;
}

.show-header-compact-label {
  font-weight: 700;
}

.show-header-compact-value {
  font-weight: 600;
}