/*
 * Phase 2 — Lot CSS 2W
 * Module : lisibilité Date / Heure de la programmation
 * Extraction stricte du bloc nf-v73-program-date-time-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

/* Overlay : champs date / heure encore plus lisibles */
  #nf-v69-program-overlay .nf-v69-row:first-of-type .nf-v69-field{
    padding:12px 12px 14px;
    border-radius:20px;
    background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.46));
    box-shadow:0 8px 22px rgba(42,37,32,.04);
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type input{
    min-height:64px;
    font-size:1.18rem;
    font-weight:700;
    letter-spacing:.01em;
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type #nf-v69-time{
    font-size:1.28rem;
    letter-spacing:.02em;
  }
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2) select{
    min-height:62px;
    font-size:1.13rem;
    font-weight:650;
  }
  #nf-v69-program-overlay #nf-v69-success .nf-v69-chip{
    font-size:.92rem;
    font-weight:700;
    padding:7px 12px;
    margin-top:8px;
  }

  /* Bloc séances programmées : date et heure plus visibles */
  #nf-v69-programmed-list .nf-v69-program-card{
    padding:16px 17px !important;
  }
  #nf-v69-programmed-list .nf-v73-meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:10px;
  }
  #nf-v69-programmed-list .nf-v73-badge{
    font-family:var(--font-mono);
    font-size:.54rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--nf-copper);
  }
  #nf-v69-programmed-list .nf-v73-date,
  #nf-v69-programmed-list .nf-v73-time{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(196,103,66,.08);
    border:1px solid rgba(196,103,66,.14);
    border-radius:999px;
    color:var(--nf-copper);
    font-weight:700;
    line-height:1;
  }
  #nf-v69-programmed-list .nf-v73-date{
    padding:7px 12px;
    font-size:.92rem;
    min-height:32px;
  }
  #nf-v69-programmed-list .nf-v73-time{
    padding:8px 13px;
    font-size:1.02rem;
    min-height:34px;
  }
  #nf-v69-programmed-list .nf-v73-title{
    font-weight:700;
    font-size:1.02rem;
    color:var(--nf-ink);
    margin-bottom:4px;
  }
  #nf-v69-programmed-list .nf-v73-sub{
    font-size:.91rem;
    line-height:1.45;
    color:var(--nf-ink-mid);
  }
