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

#screen-seances #nf-v69-programmed-list{
    padding:0 20px 20px !important;
    margin-top:14px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v77-titlebar{
    display:block !important;
    margin:0 0 10px !important;
    font-family:var(--font-mono) !important;
    font-size:.58rem !important;
    letter-spacing:.14em !important;
    text-transform:uppercase !important;
    color:var(--nf-copper) !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v77-titlebar:after{display:none !important;}
  #screen-seances #nf-v69-programmed-list .nf-v78-program-card,
  #screen-seances #nf-v69-programmed-list .nf-v77-card{
    background:rgba(255,251,245,.92) !important;
    border:1.5px solid rgba(196,103,66,.18) !important;
    border-radius:22px !important;
    padding:18px 16px !important;
    margin:0 0 14px !important;
    box-shadow:none !important;
    min-height:124px;
    display:block !important;
    overflow:hidden;
    cursor:pointer;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-main{min-width:0;flex:1;}
  #screen-seances #nf-v69-programmed-list .nf-v78-time{
    font-family:var(--font-serif) !important;
    font-size:1.2rem !important;
    line-height:1 !important;
    color:var(--nf-ink) !important;
    margin:0 0 10px !important;
    font-weight:400 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-title{
    font-family:var(--font-ui) !important;
    font-weight:600 !important;
    font-size:.95rem !important;
    line-height:1.24 !important;
    color:var(--nf-ink) !important;
    margin:0 0 6px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-meta,
  #screen-seances #nf-v69-programmed-list .nf-v78-date{
    font-family:var(--font-mono) !important;
    font-size:.6rem !important;
    letter-spacing:.1em !important;
    text-transform:uppercase !important;
    color:var(--nf-ink-mid) !important;
    margin:0 !important;
    line-height:1.35 !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-date{
    white-space:nowrap;
    text-align:right;
    margin-bottom:auto !important;
    padding-top:2px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-menu{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(42,37,32,.06);
    border:none;
    cursor:pointer;
    font-size:16px;
    color:var(--nf-ink-mid);
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #screen-seances #nf-v69-programmed-list .nf-v78-side{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:10px;
    align-self:stretch;
    flex:0 0 auto;
  }
  #screen-seances #nf-v69-programmed-list .nf-v77-top,
  #screen-seances #nf-v69-programmed-list .nf-v77-label,
  #screen-seances #nf-v69-programmed-list .nf-v77-pills,
  #screen-seances #nf-v69-programmed-list .nf-v77-pill,
  #screen-seances #nf-v69-programmed-list .nf-v77-card-title,
  #screen-seances #nf-v69-programmed-list .nf-v77-card-sub{all:unset;}
