/* ═══════════════════════════════════════════
   RIJAL FIT — Espace Membre (offre Starter)
   Palette : vert kaki #4A5240 · or #C9A84C · beige #F5F0E8 · noir #1A1A1A
   Typo : Rajdhani (titres) · Inter (corps)
   Reprend le système visuel de bilan-sens-rijalfit/style.css
════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --kaki:   #4A5240;
  --kaki-dark: #363d2f;
  --or:     #C9A84C;
  --beige:  #F5F0E8;
  --noir:   #1A1A1A;
  --blanc:  #FFFFFF;
  --gris:   #6b7280;
  --rouge:  #a13a3a;
  --kaki-soft: #E4E7DC;
  --radius: 8px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--noir);
  background: var(--beige);
}

.container { max-width: 780px; margin: 0 auto; padding: 0 24px; }

a { color: inherit; }

/* ── Bouton ── */
.btn {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: var(--radius);
  border: none;
  transition: background .2s, transform .15s;
  cursor: pointer;
  text-align: center;
}

.btn--primary { background: var(--or); color: var(--noir); }
.btn--primary:hover { background: #b8952f; transform: translateY(-2px); }
.btn--large { font-size: 1.2rem; padding: 16px 40px; width: 100%; }
.btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.recette-pdf-btn { margin: 4px 0 20px; }

/* ══ TOPBAR ══ */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #e4ddd0;
  background: var(--beige);
  position: sticky;
  top: 0;
  z-index: 10;
}

.topbar__brand {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--kaki);
  text-decoration: none;
}

.topbar__brand em { color: var(--or); font-style: normal; }

.topbar__action {
  background: none;
  border: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gris);
  cursor: pointer;
  text-decoration: none;
}

.topbar__action:hover { color: var(--kaki); }

main.container { padding-top: 48px; padding-bottom: 64px; }

/* ── Hero (gate + dashboard) ── */
.hero {
  background: var(--kaki);
  color: var(--beige);
  margin: -48px -24px 40px;
  padding: 64px 24px 56px;
  text-align: center;
}

.eyebrow {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1rem;
}

.hero-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1.15;
  color: var(--blanc);
  margin-bottom: 1rem;
}

.hero-sub {
  font-size: 1.05rem;
  color: #d1cfc9;
  max-width: 480px;
  margin: 0 auto 2rem;
}

/* ── Formulaire code d'accès ── */
#code-form {
  max-width: 420px;
  margin: 0 auto;
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 28px;
  border-top: 3px solid var(--or);
  text-align: left;
}

.field { margin-bottom: 20px; }

label {
  display: block;
  font-weight: 500;
  font-size: .92rem;
  color: var(--kaki-dark);
  margin-bottom: 6px;
}

input[type="text"] {
  width: 100%;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  color: var(--noir);
  background: var(--beige);
  border: 1px solid #ded8cc;
  border-radius: var(--radius);
  padding: 12px 12px;
}

input:focus { outline: none; border-color: var(--or); }

.form-error { margin-top: 14px; color: var(--rouge); font-size: .92rem; text-align: center; }
.form-hint { margin-top: 14px; color: var(--gris); font-size: .85rem; text-align: center; }

/* ── Dashboard : grille des modules ── */
.welcome-line { text-align: center; color: var(--kaki-dark); font-size: 1.05rem; margin-bottom: 2.5rem; }
.welcome-line strong { color: var(--kaki); }

.modules-grid { display: flex; flex-direction: column; gap: 16px; }

.module-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--blanc);
  border-radius: var(--radius);
  border-left: 4px solid var(--or);
  padding: 22px 24px;
  text-decoration: none;
  color: var(--noir);
  transition: transform .15s, box-shadow .15s;
}

.module-card:hover { transform: translateX(3px); box-shadow: 0 4px 20px rgba(0,0,0,.06); }

.module-card__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--beige);
  color: var(--kaki);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-card__body { flex: 1; display: block; }

.module-card__name {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--kaki);
  margin-bottom: .2rem;
}

.module-card__desc { display: block; font-size: .92rem; color: var(--gris); }

.module-card__arrow { flex-shrink: 0; color: var(--or); font-size: 1.3rem; }

/* ── Page module ── */
.module-header {
  background: var(--kaki);
  color: var(--beige);
  margin: -48px -24px 40px;
  padding: 48px 24px 40px;
}

.module-header__back {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #d1cfc9;
  text-decoration: none;
  margin-bottom: 1.2rem;
}

.module-header__back:hover { color: var(--or); }

.module-header__title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  color: var(--blanc);
  margin-bottom: .6rem;
}

.module-header__desc { color: #d1cfc9; max-width: 520px; }

.niveau {
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 24px;
}

.niveau__title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--kaki);
  margin-bottom: 1.2rem;
}

.niveau__video-block { margin-bottom: 22px; }
.niveau__video-block:last-child { margin-bottom: 0; }

.niveau__video-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--kaki-dark);
  margin-bottom: .7rem;
}

/* Cadre vidéo responsive 16:9, sans dépendance externe */
.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  background: #ddd6c8;
  margin-bottom: .9rem;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gris);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
}

.niveau__images {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 1.2rem;
}

.niveau__images img {
  width: 100%;
  border-radius: var(--radius);
  display: block;
}

.niveau__text { color: #3a3a3a; margin-bottom: 1.2rem; }
.niveau__text p { margin-bottom: .9rem; }
.niveau__text p:last-child { margin-bottom: 0; }

.niveau__placeholder {
  color: var(--gris);
  font-size: .92rem;
  font-style: italic;
  border: 1px dashed #ded8cc;
  border-radius: var(--radius);
  padding: 16px;
}

/* ══ FOOTER ══ */
.footer { background: var(--noir); padding: 32px 0; text-align: center; }
.footer__brand { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--or); letter-spacing: .08em; text-transform: uppercase; }
.footer__sub { font-size: .85rem; color: #6b7280; margin-top: .2rem; }

@media (max-width: 640px) {
  .module-card { flex-direction: column; text-align: center; }
  .module-card__arrow { display: none; }
}

/* ── Programme jour par jour (Premium) ── */
.container--wide { max-width: 1040px; }

.programme-layout { display: flex; gap: 24px; align-items: flex-start; }

.programme-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: var(--blanc);
  border-radius: var(--radius);
  overflow: hidden;
  max-height: 70vh;
  overflow-y: auto;
}

.semaine { border-bottom: 1px solid #eee6d8; }
.semaine:last-child { border-bottom: none; }

.semaine__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  color: var(--kaki);
  text-align: left;
}

.semaine__header:hover { background: var(--beige); }
.semaine__header.is-current { color: var(--or); }
.semaine__chevron { transition: transform .15s; color: var(--gris); }
.semaine.is-open .semaine__chevron { transform: rotate(90deg); }

.semaine__days { display: none; padding: 0 8px 10px; }
.semaine.is-open .semaine__days { display: block; }

.jour-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  color: var(--noir);
  text-align: left;
}

.jour-item:hover { background: var(--beige); }
.jour-item.is-active { background: var(--kaki); color: var(--blanc); }
.jour-item.is-locked { color: var(--gris); cursor: not-allowed; }
.jour-item.is-locked:hover { background: none; }
.jour-item__icon { flex-shrink: 0; font-size: .85rem; }

.programme-main { flex: 1; min-width: 0; background: var(--blanc); border-radius: var(--radius); padding: 28px; }

.programme-empty { color: var(--gris); text-align: center; padding: 40px 20px; }

.programme-locked-banner {
  background: var(--kaki);
  border-radius: var(--radius);
  padding: 20px 22px;
}

.programme-locked-banner__title { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--blanc); font-size: 1.15rem; margin-bottom: .4rem; }
.programme-locked-banner__text { color: #d1cfc9; font-size: .95rem; }

@media (max-width: 820px) {
  .programme-layout { flex-direction: column; }
  .programme-sidebar { width: 100%; max-height: 320px; }
}

/* ── Tableau de bord des modules (accueil espace membre) ── */
.dash-header {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--kaki);
  border-radius: 10px;
  padding: 26px 28px;
  margin-bottom: 28px;
}

.ring { position: relative; width: 84px; height: 84px; flex-shrink: 0; }
.ring svg { transform: rotate(-90deg); }
.ring__pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--blanc);
}

.dash-header__body { flex: 1; min-width: 180px; }
.dash-header__hello { color: var(--blanc); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.3rem; margin-bottom: .25rem; }
.dash-header__sub { color: #d1cfc9; font-size: .95rem; }

.dash-header .btn { flex-shrink: 0; width: auto; }

.dash-header__actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; align-items: stretch; }

/* ── Recherche ── */
.dash-search { position: relative; }

.dash-search input[type="text"] {
  width: 100%;
  min-width: 220px;
  font-family: 'Inter', sans-serif;
  font-size: .92rem;
  color: var(--noir);
  background: rgba(245,240,232,.92);
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 10px 12px;
}

.dash-search input:focus { outline: none; border-color: var(--or); }

.dash-search__results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--blanc);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.dash-search__result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #eee6d8;
  padding: 10px 14px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.dash-search__result:last-child { border-bottom: none; }
.dash-search__result:hover { background: var(--beige); }
.dash-search__result strong { color: var(--noir); font-size: .92rem; }
.dash-search__result span { color: var(--gris); font-size: .78rem; }

.dash-search__empty { padding: 14px; color: var(--gris); font-size: .88rem; background: var(--blanc); border-radius: var(--radius); }

/* ── Onglets Tableau de bord / Télégramme / Favoris / Annonces ── */
.dash-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #e4ddd0;
  margin-bottom: 24px;
  overflow-x: auto;
}

.dash-tab {
  flex-shrink: 0;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  color: var(--gris);
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 16px;
  cursor: pointer;
}

.dash-tab:hover { color: var(--kaki); }
.dash-tab.is-active { color: var(--kaki); border-bottom-color: var(--or); font-weight: 700; }

.dash-layout { display: flex; gap: 24px; align-items: flex-start; }

.dash-sidebar {
  width: 300px;
  flex-shrink: 0;
  background: var(--blanc);
  border-radius: 10px;
  overflow: hidden;
}

.nav-group { border-bottom: 1px solid #eee6d8; }
.nav-group:last-child { border-bottom: none; }

.nav-group__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.nav-group__header:hover { background: var(--beige); }

.nav-group__title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  color: var(--kaki);
}

.nav-group__pct { font-size: .78rem; color: var(--gris); flex-shrink: 0; }
.nav-group__chevron { transition: transform .15s; color: var(--gris); flex-shrink: 0; }
.nav-group.is-open .nav-group__chevron { transform: rotate(90deg); }

.nav-group__items { display: none; padding: 0 8px 10px; }
.nav-group.is-open .nav-group__items { display: block; }

.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  color: var(--noir);
  text-align: left;
}

.nav-item:hover { background: var(--beige); }
.nav-item.is-active { background: var(--kaki); color: var(--blanc); }
.nav-item__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #ded8cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
}
.nav-item.is-done .nav-item__check { background: var(--or); border-color: var(--or); color: var(--noir); }
.nav-item.is-active .nav-item__check { border-color: var(--blanc); }

.nav-item--programme {
  margin: 10px 8px;
  border-top: 1px solid #eee6d8;
  padding-top: 14px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: var(--kaki);
  text-decoration: none;
}
.nav-item--programme:hover { background: var(--beige); }

.dash-main { flex: 1; min-width: 0; background: var(--blanc); border-radius: 10px; padding: 28px; }

.niveau-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }

.validate-btn { margin-top: 0; display: inline-flex; align-items: center; gap: 8px; }
.validate-btn.is-done { background: var(--kaki-soft); color: var(--kaki); }

.favorite-btn {
  background: none;
  border: 1px solid #ded8cc;
  border-radius: var(--radius);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: var(--kaki-dark);
  padding: 10px 16px;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}

.favorite-btn:hover { border-color: var(--or); }
.favorite-btn.is-fav { color: var(--or); border-color: var(--or); }

.favorite-card { text-align: left; border: none; cursor: pointer; font: inherit; width: 100%; }

@media (max-width: 820px) {
  .dash-layout { flex-direction: column; }
  .dash-sidebar { width: 100%; max-height: 320px; overflow-y: auto; }
  .dash-header { text-align: center; justify-content: center; }
  .dash-header .btn { width: 100%; }
  .dash-header__actions { width: 100%; }
  .dash-search input[type="text"] { min-width: 0; }
  .niveau-actions { justify-content: center; }
}

/* ── Outil "Ton protocole nutrition" ── */
.np-card {
  background: var(--beige);
  border: 1px solid #e2dbcb;
  border-radius: var(--radius);
  padding: 26px;
}

.np-text p { margin-bottom: .9rem; color: #3a3a3a; }
.np-text p:last-child { margin-bottom: 0; }

.np-field { margin-bottom: 18px; }
.np-field:last-child { margin-bottom: 0; }

.np-field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 18px 0;
}

.np-field-grid input[type="number"],
.np-field select {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--noir);
  background: var(--blanc);
  border: 1px solid #ded8cc;
  border-radius: var(--radius);
  padding: 10px 12px;
}

.np-field-grid input:focus, .np-field select:focus { outline: none; border-color: var(--or); }

.np-hint { font-size: .8rem; color: var(--gris); margin-top: 5px; }

.np-question {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--kaki);
  margin-bottom: 1.2rem;
}

.np-choice-list { display: flex; flex-direction: column; gap: 12px; }

.np-choice {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--noir);
  background: var(--blanc);
  border: 1.5px solid #ded8cc;
  border-radius: var(--radius);
  padding: 16px 18px;
  cursor: pointer;
  transition: border-color .15s, transform .1s;
}

.np-choice:hover { border-color: var(--or); transform: translateX(2px); }

/* ── Carte résultat ── */
.np-result-card {
  background: var(--kaki);
  border-radius: 10px;
  padding: 30px 28px;
  color: var(--beige);
}

.np-result-card__label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1.2rem;
}

.np-result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245,240,232,.18);
  font-size: .95rem;
}

.np-result-row:last-of-type { border-bottom: none; }
.np-result-row span { color: #d1cfc9; }
.np-result-row strong { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--blanc); text-align: right; }

.np-result-card__note { font-size: .82rem; color: #a0a89a; margin: 1rem 0 1.4rem; }

.np-result-card__priorite {
  background: rgba(245,240,232,.08);
  border-left: 3px solid var(--or);
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 1.4rem;
}

.np-result-card__priorite p { color: var(--beige); margin-bottom: .7rem; }
.np-result-card__priorite p:last-child { margin-bottom: 0; }

.np-result-card .btn--large { margin-bottom: 12px; }

.np-restart-link {
  display: block;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .03em;
  color: inherit;
  opacity: .75;
  cursor: pointer;
  padding: 6px;
}

.np-restart-link:hover { opacity: 1; }

/* ── Page protocole ── */
.np-protocol-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--kaki);
  margin-bottom: 1.2rem;
}

.np-subtitle {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--kaki-dark);
  margin: 1.4rem 0 .6rem;
}

.np-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: .6rem; }
.np-list li { padding-left: 1.3rem; position: relative; color: #3a3a3a; }
.np-list li::before { content: '•'; position: absolute; left: 0; color: var(--or); font-weight: 700; }

.np-note { font-size: .85rem; color: var(--gris); font-style: italic; margin-top: .6rem; }

@media (max-width: 560px) {
  .np-field-grid { grid-template-columns: 1fr; }
  .np-result-row { flex-direction: column; align-items: flex-start; gap: 2px; }
  .np-result-row strong { text-align: left; }
}

/* ── Ton application F.A.C.I.L.E. (analyse photo des repas) ── */
.facile-photo-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0; }

.facile-photo-btn { flex: 1; min-width: 200px; text-align: center; cursor: pointer; }
.facile-photo-btn--secondary { background: var(--blanc); color: var(--kaki); border: 1.5px solid #ded8cc; }
.facile-photo-btn--secondary:hover { border-color: var(--or); }

.facile-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 14px 0 20px;
}

.facile-analysis-grid > div {
  background: var(--beige);
  border-radius: var(--radius);
  padding: 14px;
  font-size: .88rem;
  color: var(--gris);
}

.facile-analysis-grid strong { display: block; margin-top: 4px; color: var(--noir); font-size: .92rem; }

.facile-meal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee6d8;
  font-size: .9rem;
}

.facile-meal-row:last-child { border-bottom: none; }

.facile-meal-delete {
  background: none;
  border: none;
  cursor: pointer;
  font-size: .95rem;
  opacity: .6;
}

.facile-meal-delete:hover { opacity: 1; }

@media (max-width: 560px) {
  .facile-analysis-grid { grid-template-columns: 1fr; }
}
