/*
 Theme Name:   L'Écrin de l'Andelle
 Theme URI:    https://lecrindelandelle.fr
 Description:  Child theme Kadence pour L'Écrin de l'Andelle — Retraites Bien-Être Normandie
 Author:       Nay Agence — Yann Françoise
 Author URI:   https://nay-agence.fr
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  ecrin-andelle
*/

/* ============================================================
   VARIABLES GLOBALES — Palette L'Écrin de l'Andelle
   ============================================================ */
:root {
  /* Primaires */
  --ecrin-yellow:        #E8A020;
  --ecrin-yellow-hover:  #F0B030;
  --ecrin-yellow-pale:   #FEF6E4;
  --ecrin-yellow-mid:    #F5CC70;

  /* Verts (nature / bien-être) */
  --ecrin-green:         #4A6741;
  --ecrin-green-dark:    #2E4228;
  --ecrin-green-light:   #7A9B6A;
  --ecrin-green-pale:    #EDF3E8;

  /* Navy (équicoaching / B2B) */
  --ecrin-navy:          #2E3A4E;
  --ecrin-navy-mid:      #3D4F68;

  /* Terracotta (féminin / chaleur) */
  --ecrin-terracotta:    #C97060;
  --ecrin-terra-pale:    #FAF0EE;

  /* Neutres */
  --ecrin-cream:         #FAFAF2;
  --ecrin-warm:          #FFF9F0;
  --ecrin-beige:         #F2ECE0;
  --ecrin-dark:          #1E1E16;
  --ecrin-mid:           #4A4A3C;
  --ecrin-soft:          #7A7A68;
  --ecrin-border:        #E8E4D8;

  /* Typographies */
  --ecrin-font-display:  'Pacifico', cursive;
  --ecrin-font-serif:    'Lora', Georgia, serif;
  --ecrin-font-body:     'Nunito', sans-serif;
}


/* ============================================================
   TOP BAR (au-dessus de la nav)
   ============================================================ */
.ecrin-topbar {
  background: var(--ecrin-navy);
  padding: 0.45rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--ecrin-font-body);
}
.ecrin-topbar-left {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
}
.ecrin-topbar-right {
  display: flex;
  gap: 1.5rem;
}
.ecrin-topbar-right a {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.ecrin-topbar-right a:hover {
  color: var(--ecrin-yellow-mid);
}

@media (max-width: 960px) {
  .ecrin-topbar { display: none; }
}


/* ============================================================
   SECTION EYEBROW (petit titre au-dessus des H2)
   ============================================================ */
.ecrin-eyebrow {
  display: inline-block;
  font-family: var(--ecrin-font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ecrin-yellow);
  margin-bottom: 0.8rem;
}


/* ============================================================
   HERO SECTION
   ============================================================ */
.ecrin-hero {
  position: relative;
  background: linear-gradient(135deg, var(--ecrin-green-dark) 0%, var(--ecrin-navy) 55%, #1a2a1a 100%);
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.ecrin-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(232,160,32,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.ecrin-hero h1 {
  font-family: var(--ecrin-font-serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.15;
  color: white;
  margin-bottom: 1.5rem;
}
.ecrin-hero h1 span {
  color: var(--ecrin-yellow);
}
.ecrin-hero .hero-sub {
  font-family: var(--ecrin-font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  max-width: 480px;
  margin-bottom: 2rem;
}

/* Hero Cards (côté droit) */
.ecrin-hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.ecrin-hero-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--ecrin-yellow);
  transform: translateY(-2px);
}
.ecrin-hero-card-title {
  font-family: var(--ecrin-font-body);
  font-size: 0.92rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.3rem;
}
.ecrin-hero-card-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}

/* Hero Trust Bar */
.ecrin-trust-bar {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
}
.ecrin-trust-num {
  font-family: var(--ecrin-font-body);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--ecrin-yellow);
}
.ecrin-trust-label {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
}


/* ============================================================
   TAGS / PILLS (segments de retraites)
   ============================================================ */
.ecrin-tag {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 20px;
  font-family: var(--ecrin-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ecrin-tag-btoc {
  background: var(--ecrin-green-pale);
  color: var(--ecrin-green);
}
.ecrin-tag-btob {
  background: var(--ecrin-terra-pale);
  color: var(--ecrin-terracotta);
}
.ecrin-tag-shop {
  background: var(--ecrin-yellow-pale);
  color: var(--ecrin-yellow);
}


/* ============================================================
   BOUTONS
   ============================================================ */
.ecrin-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  background: var(--ecrin-yellow);
  color: var(--ecrin-dark);
  font-family: var(--ecrin-font-body);
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.ecrin-btn-primary:hover {
  background: var(--ecrin-yellow-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(232,160,32,0.3);
}

.ecrin-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  background: transparent;
  color: white;
  font-family: var(--ecrin-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}
.ecrin-btn-ghost:hover {
  border-color: var(--ecrin-yellow);
  color: var(--ecrin-yellow);
}

.ecrin-btn-green {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--ecrin-green);
  color: white;
  font-family: var(--ecrin-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
}
.ecrin-btn-green:hover {
  background: var(--ecrin-green-dark);
}

.ecrin-btn-terra {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--ecrin-navy);
  color: white;
  font-family: var(--ecrin-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
}
.ecrin-btn-terra:hover {
  background: var(--ecrin-navy-mid);
}

.ecrin-btn-reserve {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background: var(--ecrin-yellow);
  color: var(--ecrin-dark);
  font-family: var(--ecrin-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
  margin-top: 1rem;
}
.ecrin-btn-reserve:hover {
  background: var(--ecrin-yellow-hover);
}


/* ============================================================
   SHOP CARDS (Boutique preview)
   ============================================================ */
.ecrin-shop-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ecrin-border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.ecrin-shop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.ecrin-shop-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ecrin-shop-img-book { background: linear-gradient(135deg, var(--ecrin-green-pale), var(--ecrin-cream)); }
.ecrin-shop-img-forma { background: linear-gradient(135deg, var(--ecrin-yellow-pale), var(--ecrin-cream)); }
.ecrin-shop-img-merch { background: linear-gradient(135deg, var(--ecrin-terra-pale), var(--ecrin-cream)); }

.ecrin-shop-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ecrin-badge-new { background: var(--ecrin-green); color: white; }
.ecrin-badge-best { background: var(--ecrin-yellow); color: var(--ecrin-dark); }
.ecrin-badge-soon { background: var(--ecrin-beige); color: var(--ecrin-soft); }

.ecrin-shop-body {
  padding: 1.2rem 1.5rem 1.5rem;
}
.ecrin-shop-category {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--ecrin-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
.ecrin-shop-name {
  font-family: var(--ecrin-font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ecrin-dark);
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.ecrin-shop-author {
  font-size: 0.78rem;
  color: var(--ecrin-soft);
  margin-bottom: 1rem;
}
.ecrin-shop-price {
  font-family: var(--ecrin-font-body);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ecrin-dark);
}

.ecrin-btn-add {
  padding: 0.45rem 1rem;
  background: var(--ecrin-yellow);
  color: var(--ecrin-dark);
  font-family: var(--ecrin-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}
.ecrin-btn-add:hover {
  background: var(--ecrin-yellow-hover);
}


/* ============================================================
   TÉMOIGNAGES
   ============================================================ */
.ecrin-temo-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid var(--ecrin-border);
}
.ecrin-temo-stars {
  color: var(--ecrin-yellow);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.ecrin-temo-text {
  font-family: var(--ecrin-font-serif);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--ecrin-mid);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.ecrin-temo-author {
  font-family: var(--ecrin-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ecrin-dark);
}
.ecrin-temo-role {
  font-size: 0.75rem;
  color: var(--ecrin-soft);
}
.ecrin-temo-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.ecrin-dot-soi { background: var(--ecrin-green); }
.ecrin-dot-femme { background: #c06090; }
.ecrin-dot-manager { background: var(--ecrin-navy); }


/* ============================================================
   FONDATEURS
   ============================================================ */
.ecrin-fonda-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ecrin-border);
}
.ecrin-fonda-header {
  padding: 2rem;
}
.ecrin-fonda-header-cecile {
  background: linear-gradient(135deg, var(--ecrin-green-pale), #f0f7eb);
}
.ecrin-fonda-header-jm {
  background: linear-gradient(135deg, #eef2f7, #e4eaf2);
}
.ecrin-fonda-name {
  font-family: var(--ecrin-font-display);
  font-size: 1.3rem;
  color: var(--ecrin-dark);
}
.ecrin-fonda-role {
  font-size: 0.75rem;
  color: var(--ecrin-soft);
  letter-spacing: 0.04em;
}
.ecrin-fonda-quote {
  font-family: var(--ecrin-font-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ecrin-mid);
  line-height: 1.7;
  margin-top: 1rem;
}
.ecrin-fonda-body {
  padding: 2rem;
}
.ecrin-fonda-desc {
  font-size: 0.88rem;
  color: var(--ecrin-mid);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.ecrin-fonda-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0.2rem 0.3rem 0.2rem 0;
}
.ecrin-ftag-green {
  background: var(--ecrin-green-pale);
  color: var(--ecrin-green);
}
.ecrin-ftag-navy {
  background: #eef2f7;
  color: var(--ecrin-navy);
}


/* ============================================================
   CTA FINAL
   ============================================================ */
.ecrin-cta-final {
  background: linear-gradient(135deg, var(--ecrin-green-dark) 0%, var(--ecrin-navy) 100%);
  padding: 5rem 2rem;
  text-align: center;
}
.ecrin-cta-title {
  font-family: var(--ecrin-font-serif);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}
.ecrin-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.ecrin-cta-reassurance {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  margin-top: 2rem;
  letter-spacing: 0.02em;
}


/* ============================================================
   SECTIONS GÉNÉRIQUES
   ============================================================ */
.ecrin-section-green-pale {
  background: var(--ecrin-green-pale);
}
.ecrin-section-warm {
  background: var(--ecrin-warm);
}
.ecrin-section-cream {
  background: var(--ecrin-cream);
}
.ecrin-section-white {
  background: white;
}

.ecrin-section-h2 {
  font-family: var(--ecrin-font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--ecrin-dark);
  line-height: 1.25;
}
.ecrin-section-lead {
  font-size: 1rem;
  color: var(--ecrin-mid);
  line-height: 1.8;
  max-width: 600px;
}

/* Tagline défilante */
.ecrin-tagline {
  background: var(--ecrin-yellow-pale);
  border-top: 1px solid rgba(232,160,32,0.15);
  border-bottom: 1px solid rgba(232,160,32,0.15);
  padding: 1rem 2rem;
  text-align: center;
  font-family: var(--ecrin-font-body);
  font-size: 0.8rem;
  color: var(--ecrin-soft);
  letter-spacing: 0.1em;
  font-weight: 600;
}


/* ============================================================
   SCROLL REVEAL (animation d'apparition)
   ============================================================ */
.ecrin-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.ecrin-reveal.on {
  opacity: 1;
  transform: translateY(0);
}
.ecrin-reveal-d1 { transition-delay: 0.1s; }
.ecrin-reveal-d2 { transition-delay: 0.2s; }
.ecrin-reveal-d3 { transition-delay: 0.3s; }


/* ============================================================
   SCROLLBAR CUSTOM
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ecrin-cream); }
::-webkit-scrollbar-thumb { background: var(--ecrin-yellow); border-radius: 3px; }


/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 960px) {
  .ecrin-hero { padding: 3rem 0 2.5rem; }
  .ecrin-trust-bar { flex-wrap: wrap; gap: 1rem; }
}
@media (max-width: 600px) {
  .ecrin-hero h1 { font-size: 1.8rem; }
  .ecrin-trust-bar { flex-direction: column; align-items: flex-start; }
}
/* ========================================
   EVENTS CALENDAR — CARTES STAGES CUSTOM
   ======================================== */

/* Container */
.ecrin-events-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin: 40px 0;
}

/* Carte événement */
.ecrin-event-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(46, 58, 78, 0.08);
    border-left: 4px solid var(--ecrin-yellow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ecrin-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(46, 58, 78, 0.12);
}

/* Date */
.ecrin-event-date {
    font-family: var(--ecrin-font-body);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ecrin-green);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ecrin-green-pale);
}

/* Titre */
.ecrin-event-title {
    font-family: var(--ecrin-font-serif);
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.ecrin-event-title a {
    color: var(--ecrin-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ecrin-event-title a:hover {
    color: var(--ecrin-yellow);
}

/* Extrait */
.ecrin-event-excerpt {
    font-family: var(--ecrin-font-body);
    font-size: 0.88rem;
    color: var(--ecrin-mid);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* Footer carte (prix + bouton) */
.ecrin-event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--ecrin-border);
}

/* Prix */
.ecrin-event-cost {
    font-family: var(--ecrin-font-body);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--ecrin-dark);
}

/* Bouton Réserver */
.ecrin-event-btn-reserve {
    display: inline-block;
    padding: 0.55rem 1.2rem;
    background: var(--ecrin-yellow);
    color: var(--ecrin-dark);
    font-family: var(--ecrin-font-body);
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ecrin-event-btn-reserve:hover {
    background: var(--ecrin-yellow-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(232, 160, 32, 0.3);
}

/* Message aucun stage */
.ecrin-no-events {
    text-align: center;
    font-family: var(--ecrin-font-body);
    font-size: 0.95rem;
    color: var(--ecrin-mid);
    background: var(--ecrin-green-pale);
    padding: 24px;
    border-radius: 12px;
    margin: 40px 0;
}

/* ========================================
   PAGE ÉVÉNEMENT UNIQUE — STYLE CUSTOM
   ======================================== */

/* Container principal */
.tribe-events-single {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Titre événement */
.tribe-events-single .tribe-events-single-event-title {
    font-family: var(--ecrin-font-serif);
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 600;
    color: var(--ecrin-navy);
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

/* Date / heure */
.tribe-events-single .tribe-events-schedule h2,
.tribe-events-single .tribe-events-schedule {
    font-family: var(--ecrin-font-body);
    font-size: 1rem;
    color: var(--ecrin-yellow);
    font-weight: 700;
}

/* Prix */
.tribe-events-single .tribe-events-cost {
    font-family: var(--ecrin-font-body);
    font-weight: 800;
    color: var(--ecrin-dark);
}

/* Contenu */
.tribe-events-single .tribe-events-single-event-description {
    font-family: var(--ecrin-font-body);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ecrin-mid);
    margin: 1.5rem 0;
}

/* Bloc détails + organisateur */
.tribe-events-single .tribe-events-meta-group {
    background: var(--ecrin-cream);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid var(--ecrin-border);
}

.tribe-events-single .tribe-events-meta-group h2,
.tribe-events-single .tribe-events-meta-group h3 {
    font-family: var(--ecrin-font-body);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ecrin-navy);
    margin-bottom: 0.8rem;
}

/* Lien site web (Billetweb) — transformer en gros bouton */
.tribe-events-single .tribe-events-event-url a,
.tribe-events-single .tribe-venue-url a {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: var(--ecrin-yellow);
    color: var(--ecrin-dark);
    font-family: var(--ecrin-font-body);
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s;
    margin-top: 0.5rem;
}

.tribe-events-single .tribe-events-event-url a:hover,
.tribe-events-single .tribe-venue-url a:hover {
    background: var(--ecrin-yellow-hover);
    box-shadow: 0 4px 16px rgba(232, 160, 32, 0.3);
}

/* Lien retour */
.tribe-events-single .tribe-events-back a {
    font-family: var(--ecrin-font-body);
    font-size: 0.85rem;
    color: var(--ecrin-green);
    text-decoration: none;
}

.tribe-events-single .tribe-events-back a:hover {
    color: var(--ecrin-yellow);
}

/* Carte Google Maps */
.tribe-events-single .tribe-venue-map {
    border-radius: 12px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 600px) {
    .ecrin-events-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ecrin-event-card {
        padding: 20px;
    }
    .ecrin-event-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}