/* Events album — reuses app.css tokens but leans warmer/softer than the
   postal-label gift-tag product: rounded cards, no dashed borders here. */

.ev-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 18px 60px;
}

.ev-hero { text-align: center; margin-bottom: 20px; }
.ev-hero h1 { font-size: 1.7rem; }

.ev-add-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 24px;
  background: #fff;
}

.ev-search { margin-bottom: 18px; }
.ev-search input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid var(--line);
}

.ev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.ev-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  text-align: center;
}

.ev-card-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.ev-card-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--record-dim);
  color: var(--record);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.ev-card-name {
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 8px;
}

.ev-card-audio {
  width: 100%;
  height: 32px;
}
