/* ================================================
   APP.CSS - Legacy styles (most moved to Tailwind)
   Keep only styles not covered by Tailwind components
   ================================================ */

/* Keeper badge styling for picks page */
.keeper-badge {
  background-color: rgba(25, 135, 84, 0.15);
  color: #198754;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0.35em 0.65em;
}

.keeper-badge small {
  font-weight: 400;
}

.keeper-options {
  padding-top: 0.25rem;
}

.keeper-badge-na {
  background-color: rgba(253, 126, 20, 0.15);
  color: #fd7e14;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0.35em 0.65em;
}
