/*
 * Phase 2 — Lot CSS 2AT
 * Module : cartes V79 des séances programmées
 * Extraction stricte du bloc nf-v79-programmed-cards-premium-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

#screen-seances #nf-v69-programmed-list{
    padding: 0 20px 12px !important;
    margin-top: 10px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-titlebar{
    font-family: var(--font-mono) !important;
    font-size: .62rem !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: var(--nf-copper) !important;
    margin: 4px 4px 12px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-program-card{
    position: relative;
    background: rgba(255,252,247,.96) !important;
    border: 1.5px solid rgba(196,103,66,.16) !important;
    border-radius: 24px !important;
    padding: 18px 18px 16px !important;
    margin: 0 0 14px !important;
    min-height: 146px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    cursor: pointer;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-head{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-timeblock{
    display:flex !important;
    flex-direction:column !important;
    gap:3px !important;
    min-width:0 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-time{
    font-family: var(--font-serif) !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: var(--nf-ink) !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-date{
    font-family: var(--font-mono) !important;
    font-size: .56rem !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: var(--nf-copper) !important;
    margin: 0 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-menu{
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: rgba(42,37,32,.05) !important;
    border: none !important;
    color: rgba(42,37,32,.55) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    box-shadow:none !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-title{
    font-family: var(--font-ui) !important;
    font-size: .98rem !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: var(--nf-ink) !important;
    margin: 0 0 8px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-meta{
    font-family: var(--font-mono) !important;
    font-size: .63rem !important;
    line-height: 1.45 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    color: var(--nf-ink-mid) !important;
    margin: 0 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v79-note{
    font-family: var(--font-ui) !important;
    font-size: .88rem !important;
    line-height: 1.4 !important;
    color: var(--nf-ink-mid) !important;
    margin: 8px 0 0 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v77-card,
  #screen-seances #nf-v69-programmed-list .nf-v78-program-card,
  #screen-seances #nf-v69-programmed-list .nf-v69-program-card{
    all: unset !important;
    display:none !important;
  }
