#login-screen, #booking-screen {
  padding: 20px;
  max-width: 480px;
  margin: 0 auto;
}

.card {
  background: white;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #555;
}

.card input {
  width: 100%;
  padding: 14px;
  font-size: 17px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 14px;
}

#login-suggestions {
  margin-bottom: 10px;
}

.suggestion-item {
  padding: 12px 14px;
  background: #f4f3f1;
  border-radius: 8px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 16px;
}

.suggestion-item:active {
  background: #e5e3df;
}

.selected-name {
  padding: 12px 14px;
  background: #eef6ef;
  border: 1px solid #3a7d44;
  border-radius: 8px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #3a7d44;
}

.btn-primary.full {
  width: 100%;
  padding: 16px;
  background: #3a7d44;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
}

.welcome {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
}

#abo-info {
  margin-bottom: 20px;
}

.abo-badge {
  display: inline-block;
  background: #eef6ef;
  color: #3a7d44;
  border: 1px solid #3a7d44;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 6px;
  margin-bottom: 6px;
}

.abo-badge.epuise, .abo-badge.essai {
  background: #fdf3e7;
  color: #b8860b;
  border-color: #b8860b;
}

section {
  margin-bottom: 28px;
}

section h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

.hint {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}

#cours-list, #my-reservations {
  list-style: none;
}

.cours-card {
  background: white;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cours-card .details {
  font-size: 15px;
  width: 60%;
  padding-right: 10px;
}

.cours-card .details .date {
  font-weight: 600;
}

.cours-card .details .lieu {
  color: #777;
  font-size: 13px;
}

.cours-card button {
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  width: 40%;
}

.btn-reserve {
  background: #3a7d44;
  color: white;
}

.btn-cancel {
  background: #f4e4e4;
  color: #b23a3a;
}

.badge-disabled {
  font-size: 13px;
  color: #aaa;
}

.empty {
  color: #999;
  font-size: 14px;
  padding: 10px 0;
}

.places {
  font-size: 13px;
  color: #3a7d44;
  margin-top: 4px;
  font-weight: 600;
}

.places.complet {
  color: #b23a3a;
}

.badge-attente {
  font-size: 13px;
  color: #b8860b;
  font-weight: 600;
  margin-top: 4px;
}
