body { font-family: sans-serif; margin: 0; padding: 1rem; }
p { font-size: 1.1rem; color: #333; }

/* Stack list checkboxes vertically in the check‑in panel */
#lists-container label {
  display: block;
  margin-bottom: 0.5rem;
}

/* List Pilots standard button style */
.lp-button {
  padding: 14px 28px;
  font-size: 22px;
  font-weight: bold;
  background-color: #0079bf;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.lp-button:hover {
  background-color: #026aa7;
}