/* ==========================================
   Page Container
   ========================================== */

.page {
  padding-bottom: 100px;
}

/* ==========================================
   List Page
   ========================================== */

.list-page .whiskey-list {
  display: flex;
  flex-direction: column;
}

.list-page .result-count {
  font-size: 0.8rem;
  color: var(--cream-faint);
  margin-bottom: 12px;
  padding-left: 4px;
}

/* ==========================================
   Add/Edit Page
   ========================================== */

.form-page {
  padding-top: 8px;
}

.form-page-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 28px;
  color: var(--cream);
}

.form-page .form-actions {
  margin-top: 32px;
  padding-bottom: 24px;
}

/* ==========================================
   Auth Callback Page
   ========================================== */

.callback-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60dvh;
  gap: 16px;
}

.callback-page p {
  color: var(--cream-muted);
  font-size: 0.95rem;
}
