/* =========================
   Core Ledger Pages
   ========================= */

/* Slightly widen working area */
main {
  max-width: 1100px;
}

/* Tables feel more readable */
table {
  margin-top: 18px;
}

/* Forms breathe a bit more */
form {
  margin-top: 18px;
}

.tier-notice {
  background: rgba(55, 0, 24, 0.85);
  border: 1px solid rgba(190, 24, 93, 0.8);
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.tier-notice p {
  margin: 0;
  color: #f5b4d4;
  font-weight: 600;
}

.tier-notice a {
  color: #fcd5e9;
  text-decoration: underline;
  font-weight: 600;
}

.tier-locked {
  opacity: 0.6;
  pointer-events: none;
}

form > div,
form label + input,
form label + select {
  margin-bottom: 12px;
}

button {
  margin-top: 10px;
}