.sr-block { margin: 1rem 0; }
.sr-block .sr-reserve-btn { font-weight: 600; padding: .7rem 1.4rem; }
.sr-note { font-size: .9rem; color: #6b6b6b; margin-top: .5rem; }

.sr-badge {
  display: inline-block;
  background: #b00020;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: .5rem 1rem;
  border-radius: 4px;
}

/* Modale */
.sr-modal { display: none; position: fixed; inset: 0; z-index: 10000; }
.sr-modal.sr-open { display: block; }
.sr-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.sr-modal__dialog {
  position: relative;
  max-width: 460px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 8px;
  padding: 1.6rem 1.6rem 1.8rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  max-height: 90%;
  overflow: scroll;
}
.sr-modal__close {
  position: absolute; top: .6rem; right: .8rem;
  border: 0; background: transparent; font-size: 1.6rem; line-height: 1;
  cursor: pointer; color: #888;
}
.sr-modal__title { margin: 0 0 1rem; font-size: 1.25rem; }

.sr-form .sr-row { margin-bottom: .85rem; display: flex; flex-direction: column; }
.sr-form label { font-weight: 600; margin-bottom: .25rem; }
.sr-form input[type="text"],
.sr-form input[type="email"],
.sr-form input[type="tel"],
.sr-form input[type="datetime-local"] {
  width: 100%; padding: .55rem .7rem; border: 1px solid #ccc; border-radius: 4px;
}
.sr-form small { color: #888; font-size: .8rem; margin-top: .25rem; }
.sr-consent label { font-weight: 400; flex-direction: row; }
.sr-consent input { margin-right: .5rem; }
.sr-logged-info { background: #eef6ee; padding: .6rem .8rem; border-radius: 4px; font-size: .9rem; }

.sr-submit { width: 100%; margin-top: .6rem; font-weight: 600; padding: .7rem; }

.sr-msg { margin: .6rem 0; font-size: .92rem; }
.sr-msg--ok { color: #1b7a32; }
.sr-msg--err { color: #b00020; }

/* Créneaux */
.sr-slots { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .25rem; min-height: 2.2rem; }
.sr-slots__hint { color: #888; font-size: .88rem; align-self: center; }
.sr-slot {
  border: 1px solid #ccc; background: #fff; border-radius: 4px;
  padding: .4rem .7rem; cursor: pointer; font-size: .9rem;
}
.sr-slot:hover { border-color: #888; }
.sr-slot--active { background: #1f6fb2; border-color: #1f6fb2; color: #fff; }
#sr-date { width: 100%; padding: .55rem .7rem; border: 1px solid #ccc; border-radius: 4px; }
