﻿.end-panel {
  text-align: center;
}

.end-host-image {
  width: 112px;
  aspect-ratio: 1;
  margin: 0 auto 10px;
  border-radius: 6px;
  object-fit: cover;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.38));
}

.end-score {
  display: block;
  margin: 18px 0 24px;
  font-size: 44px;
}

.end-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.end-actions .ghost-button {
  min-height: 52px;
}

