/* ==========================================================================
   Viandes Exception — feuille de style du site
   Charte : bordeaux + crème + braise · Fraunces (titres) / Karla (texte)
   Source de vérité : ~/MPG/viandes-exception/build/assets/vex.css
   ========================================================================== */

/* ----- 1. Tokens ---------------------------------------------------------- */

:root {
  --vex-wine:       #6E1E24;
  --vex-wine-dark:  #4A1219;
  --vex-wine-soft:  #8C3038;
  --vex-ember:      #C2703D;
  --vex-ember-soft: #D89A6A;
  --vex-cream:      #FAF5EC;
  --vex-cream-deep: #F2E9DA;
  --vex-paper:      #FFFFFF;
  --vex-ink:        #1B1917;
  --vex-ink-soft:   #4A443F;
  --vex-muted:      #7C736A;
  --vex-line:       #E8DFD2;

  --vex-font:         'Karla', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --vex-font-display: 'Fraunces', Georgia, 'Times New Roman', serif;

  --vex-text-xs:   clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
  --vex-text-sm:   clamp(0.875rem, 0.85rem + 0.15vw, 0.9375rem);
  --vex-text-base: clamp(1rem, 0.97rem + 0.2vw, 1.0625rem);
  --vex-text-lg:   clamp(1.0625rem, 1.02rem + 0.25vw, 1.1875rem);
  --vex-h3:        clamp(1.375rem, 1.25rem + 0.65vw, 1.75rem);
  --vex-h2:        clamp(1.75rem, 1.45rem + 1.5vw, 2.5rem);
  --vex-h1:        clamp(2.125rem, 1.7rem + 2.2vw, 3.25rem);

  --vex-radius-sm: 4px;
  --vex-radius:    8px;
  --vex-radius-lg: 14px;
  --vex-radius-pill: 999px;

  --vex-shadow-sm: 0 1px 2px rgba(27, 25, 23, .06);
  --vex-shadow:    0 6px 20px rgba(27, 25, 23, .08);
  --vex-shadow-lg: 0 18px 44px rgba(27, 25, 23, .14);

  --vex-t: .25s ease;
}

/* ----- 2. Base ------------------------------------------------------------ */

body {
  font-family: var(--vex-font);
  font-size: var(--vex-text-base);
  line-height: 1.68;
  color: var(--vex-ink);
  background: var(--vex-paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--vex-font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--vex-wine);
}

h1 { font-size: var(--vex-h1); }
h2 { font-size: var(--vex-h2); }
h3 { font-size: var(--vex-h3); }
h4 { font-size: 1.25rem; }

p { margin: 0 0 1.1em; }

a {
  color: var(--vex-wine);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--vex-t);
}
a:hover { color: var(--vex-ember); }

img { max-width: 100%; height: auto; display: block; }

::selection { background: var(--vex-ember); color: #fff; }

/* GeneratePress met #content en flex : sur les pages sans sidebar, les
   enfants directs doivent pouvoir occuper toute la largeur. */
body.no-sidebar #content.site-content { display: block; }
body.no-sidebar #content.site-content > * { min-width: 0; width: 100%; max-width: 100%; }
body:not(.no-sidebar) #content.site-content > #primary { min-width: 0; }

/* ----- 3. Topbar ---------------------------------------------------------- */

.vex-topbar {
  background: var(--vex-wine-dark);
  color: var(--vex-cream);
  font-size: var(--vex-text-sm);
  text-align: center;
  padding: .625rem 1rem;
  letter-spacing: .01em;
}
.vex-topbar a { color: #fff; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.vex-topbar a:hover { color: var(--vex-ember-soft); }

/* ----- 4. Header & navigation --------------------------------------------- */

.site-header, header.site-header { background: var(--vex-cream); }

.inside-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  gap: 0;
  max-width: none;
  position: relative;
}

.site-branding, .site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 20px 18px;
  background: var(--vex-cream);
}
.site-logo { padding: 24px 20px; }
.site-branding img, .site-logo img,
.site-branding svg { display: block; max-height: 62px; width: auto; }
/* Titre et slogan masqués : le logo les porte déjà */
.site-branding .main-title, .site-branding .site-description { display: none; }

/* GeneratePress place la nav en frère du header (nav-below-header) */
body > .main-navigation,
header.site-header > .main-navigation,
.main-navigation.sub-menu-right {
  background: var(--vex-cream);
  border-top: 1px solid var(--vex-line);
  border-bottom: 1px solid var(--vex-line);
  width: 100%;
  position: relative;
}

.main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 56px;
  background: transparent;
  position: static !important;
}

@media (min-width: 769px) {
  .main-navigation.mobile-menu-control-wrapper { display: none; }
}

.main-navigation .main-nav, .main-navigation .menu { font-family: var(--vex-font); }

.main-navigation .menu > li > a {
  padding: 13px 15px;
  font-size: var(--vex-text-sm);
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--vex-ink);
  text-decoration: none;
  height: auto;
  transition: color var(--vex-t);
}
.main-navigation .menu > li > a:hover { color: var(--vex-wine); background: transparent; }

.main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current-menu-parent > a,
.main-navigation .menu > li.current-menu-ancestor > a { color: var(--vex-wine); position: relative; }

.main-navigation .menu > li.current-menu-item > a::after,
.main-navigation .menu > li.current-menu-parent > a::after,
.main-navigation .menu > li.current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  left: 15px; right: 15px; bottom: 9px;
  height: 2px;
  background: var(--vex-ember);
  border-radius: 2px;
}

/* Sous-menus */
.main-navigation .sub-menu { background: var(--vex-paper); box-shadow: var(--vex-shadow); border: 1px solid var(--vex-line); }
.main-navigation .sub-menu li a { color: var(--vex-ink); font-size: var(--vex-text-sm); }
.main-navigation .sub-menu li a:hover { background: var(--vex-cream); color: var(--vex-wine); }

/* CTA dans la nav */
.vex-cta-nav, .main-navigation .vex-cta-nav {
  display: inline-flex !important;
  align-items: center;
  background: var(--vex-wine);
  color: var(--vex-cream) !important;
  padding: .6rem 1.2rem;
  border-radius: var(--vex-radius-pill);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--vex-text-sm);
  line-height: 1.2;
  margin: 0 !important;
  z-index: 10;
  transition: background var(--vex-t);
}
.vex-cta-nav:hover { background: var(--vex-wine-soft); color: #fff !important; }
.main-navigation .menu li:has(> .vex-cta-nav) { display: flex; align-items: center; padding: 0 0 0 10px; }
.main-navigation .menu > li > a.vex-cta-nav { padding: .6rem 1.2rem; }

/* Menu mobile */
.main-navigation .menu-toggle { color: var(--vex-wine); font-family: var(--vex-font); font-weight: 700; }
@media (max-width: 768px) {
  .vex-cta-nav, .main-navigation .vex-cta-nav { margin: 10px auto !important; }
  .site-branding { padding: 16px 20px 12px; }
  .site-branding img, .site-branding svg { max-height: 48px; }
}

/* ----- 5. Boutons (blocs core) -------------------------------------------- */

.wp-block-button__link {
  font-family: var(--vex-font);
  font-weight: 700;
  font-size: var(--vex-text-sm);
  letter-spacing: .02em;
  padding: .85rem 1.6rem;
  border-radius: var(--vex-radius-pill);
  background: var(--vex-wine);
  color: var(--vex-cream);
  text-decoration: none;
  transition: background var(--vex-t), color var(--vex-t), border-color var(--vex-t);
}
.wp-block-button__link:hover { background: var(--vex-wine-soft); color: #fff; }

.wp-block-button.is-style-outline > .wp-block-button__link {
  background: transparent;
  color: var(--vex-wine);
  border: 1.5px solid var(--vex-wine);
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: var(--vex-wine); color: var(--vex-cream);
}

/* ----- 6. Eyebrow (sur-titre) --------------------------------------------- */

.vex-eyebrow {
  font-family: var(--vex-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: var(--vex-ember);
  margin: 0 0 .75rem;
}

/* ----- 7. Hero (wp-block-cover) ------------------------------------------- */

.vex-hero.wp-block-cover { min-height: 600px; align-items: center; }
.vex-hero .wp-block-cover__inner-container { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.vex-hero h1 { color: var(--vex-cream) !important; font-weight: 600; letter-spacing: -0.025em; }
.vex-hero p { color: #F0E6D8; }
.vex-hero .wp-block-buttons { margin-top: 1.8rem; }
.vex-hero .wp-block-button__link { background: var(--vex-ember); color: #2A1206; }
.vex-hero .wp-block-button__link:hover { background: var(--vex-ember-soft); }
.vex-hero .wp-block-button.is-style-outline > .wp-block-button__link {
  background: transparent; color: var(--vex-cream); border-color: rgba(250,245,236,.75);
}
.vex-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: var(--vex-cream); color: var(--vex-wine-dark);
}

/* ----- 8. Titres de section ----------------------------------------------- */

.vex-section-title {
  font-family: var(--vex-font-display);
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.15rem);
  font-weight: 600;
  color: var(--vex-wine);
  text-align: center;
  margin: 0 0 .5rem;
}
.vex-section-sub {
  font-size: var(--vex-text-sm);
  color: var(--vex-muted);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 2.4rem;
}
.vex-rule {
  width: 56px; height: 3px;
  background: var(--vex-ember);
  border: 0; border-radius: 3px;
  margin: 0 auto 1.2rem;
}

/* ----- 9. Grille d'articles (query loop + archives) ----------------------- */

.vex-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.vex-grid .wp-block-post-template > li { margin: 0; }

.vex-grid .wp-block-post-featured-image { margin: 0 0 14px; }
.vex-grid .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--vex-radius);
  transition: transform .4s ease;
}
.vex-grid li:hover .wp-block-post-featured-image img { transform: scale(1.025); }

.vex-card-terms, .vex-card-terms a {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--vex-ember);
  text-decoration: none;
  margin: 0 0 8px;
}
.vex-card-terms a:hover { color: var(--vex-wine); }

.vex-card-title { margin: 0 0 8px; }
.vex-card-title a {
  font-family: var(--vex-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--vex-ink);
  text-decoration: none;
}
.vex-card-title a:hover { color: var(--vex-wine); }

.vex-card-excerpt { font-size: var(--vex-text-sm); color: var(--vex-ink-soft); line-height: 1.6; margin: 0 0 10px; }
.vex-card-meta { font-size: var(--vex-text-xs); color: var(--vex-muted); letter-spacing: .04em; }

/* Archives GeneratePress */
.generate-columns-container { gap: 0; }
.blog .site-main article, .archive .site-main article {
  border-bottom: 1px solid var(--vex-line);
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.blog .site-main article .entry-title, .archive .site-main article .entry-title { font-size: 1.5rem; margin-bottom: .4rem; }
.blog .site-main article .entry-title a, .archive .site-main article .entry-title a { color: var(--vex-wine); text-decoration: none; }
.blog .site-main article .entry-title a:hover, .archive .site-main article .entry-title a:hover { color: var(--vex-ember); }
.post-image img, .archive .post-image img {
  border-radius: var(--vex-radius);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
.entry-meta { font-size: var(--vex-text-xs); color: var(--vex-muted); letter-spacing: .03em; }
.entry-meta a { color: var(--vex-muted); text-decoration: none; }
.entry-meta a:hover { color: var(--vex-ember); }

.page-header, .page-header h1 { text-align: left; }
.archive .page-header {
  background: var(--vex-cream);
  border-left: 4px solid var(--vex-ember);
  padding: 22px 26px;
  border-radius: var(--vex-radius);
  margin-bottom: 32px;
}
.archive .page-header .taxonomy-description { color: var(--vex-ink-soft); font-size: var(--vex-text-sm); margin-top: .4rem; }

/* ----- 10. Tuiles de rubriques -------------------------------------------- */

.vex-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vex-cat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 18px;
  background: var(--vex-cream);
  border: 1px solid var(--vex-line);
  border-radius: var(--vex-radius);
  text-decoration: none;
  transition: transform var(--vex-t), box-shadow var(--vex-t), border-color var(--vex-t);
}
.vex-cat:hover { transform: translateY(-3px); box-shadow: var(--vex-shadow); border-color: var(--vex-ember-soft); }
.vex-cat .vex-cat-ico { font-size: 26px; line-height: 1; }
.vex-cat .vex-cat-name {
  font-family: var(--vex-font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--vex-wine);
}
.vex-cat .vex-cat-desc { font-size: var(--vex-text-xs); color: var(--vex-muted); line-height: 1.5; }

/* ----- 11. Sections pleine largeur en couleur ----------------------------- */

.vex-band {
  background: var(--vex-wine);
  color: var(--vex-cream);
  padding: 64px 24px;
}
.vex-band h2, .vex-band h3 { color: var(--vex-cream); }
.vex-band p { color: #EFE2D2; }
.vex-band .vex-eyebrow { color: var(--vex-ember-soft); }
.vex-band .wp-block-button__link { background: var(--vex-ember); color: #2A1206; }
.vex-band .wp-block-button__link:hover { background: var(--vex-ember-soft); }

.vex-band-cream { background: var(--vex-cream); padding: 60px 24px; }

/* Chiffres clés */
.vex-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.vex-stat .vex-stat-val {
  font-family: var(--vex-font-display);
  font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.7rem);
  font-weight: 600;
  color: var(--vex-ember);
  line-height: 1;
  margin: 0 0 6px;
}
.vex-stat .vex-stat-lab { font-size: var(--vex-text-xs); text-transform: uppercase; letter-spacing: 1.6px; color: var(--vex-muted); }
.vex-band .vex-stat .vex-stat-lab { color: #D9C9B4; }

/* ----- 12. Bloc partenariat / CTA ---------------------------------------- */

.vex-partner {
  background: var(--vex-cream);
  border: 1px solid var(--vex-line);
  border-left: 4px solid var(--vex-ember);
  border-radius: var(--vex-radius);
  padding: 28px 30px;
}
.vex-partner h3 { margin: 0 0 .5rem; font-size: 1.35rem; }
.vex-partner p { margin: 0 0 1rem; color: var(--vex-ink-soft); font-size: var(--vex-text-sm); }

/* ----- 13. Sidebar --------------------------------------------------------- */

.sidebar .widget {
  background: var(--vex-paper);
  border: 1px solid var(--vex-line);
  border-radius: var(--vex-radius);
  padding: 20px 22px;
  margin-bottom: 24px;
}
.sidebar .widget .widget-title {
  font-family: var(--vex-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--vex-muted);
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--vex-line);
}
.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget ul li { padding: 8px 0; border-bottom: 1px solid var(--vex-line); font-size: var(--vex-text-sm); }
.sidebar .widget ul li:last-child { border-bottom: 0; }
.sidebar .widget ul li a { color: var(--vex-ink); text-decoration: none; }
.sidebar .widget ul li a:hover { color: var(--vex-ember); }
.sidebar .vex-partner { border: 1px solid var(--vex-line); border-left: 4px solid var(--vex-ember); }

/* ----- 14. Article ---------------------------------------------------------- */

.single .entry-content, .page .entry-content { font-size: var(--vex-text-lg); line-height: 1.78; }
.single .entry-content > p, .page:not(.home) .entry-content > p { color: var(--vex-ink-soft); }
.single .entry-content h2 {
  margin: 2.4rem 0 .9rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--vex-line);
}
.single .entry-content h3 { margin: 1.9rem 0 .7rem; color: var(--vex-ink); }
.single .entry-content ul, .single .entry-content ol { margin: 0 0 1.3em 1.2em; }
.single .entry-content li { margin-bottom: .5em; }
.single .entry-content img { border-radius: var(--vex-radius); }
.single .entry-content blockquote,
.page .entry-content blockquote {
  border-left: 3px solid var(--vex-ember);
  background: var(--vex-cream);
  margin: 1.8rem 0;
  padding: 18px 24px;
  border-radius: 0 var(--vex-radius) var(--vex-radius) 0;
  font-style: normal;
}
.single .entry-content blockquote p:last-child { margin-bottom: 0; }
.single .entry-content table { width: 100%; border-collapse: collapse; margin: 1.6rem 0; font-size: var(--vex-text-sm); }
.single .entry-content th {
  background: var(--vex-wine);
  color: var(--vex-cream);
  text-align: left;
  padding: 11px 14px;
  font-family: var(--vex-font);
  font-weight: 700;
  font-size: var(--vex-text-xs);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.single .entry-content td { padding: 11px 14px; border-bottom: 1px solid var(--vex-line); }
.single .entry-content tr:nth-child(even) td { background: var(--vex-cream); }

.single .entry-header .entry-title { margin-bottom: .5rem; }
.single .featured-image img, .single .post-image img { border-radius: var(--vex-radius-lg); }

/* Sommaire */
.vex-toc {
  background: var(--vex-cream);
  border: 1px solid var(--vex-line);
  border-radius: var(--vex-radius);
  padding: 20px 24px;
  margin: 0 0 2rem;
  font-size: var(--vex-text-sm);
}
.vex-toc-title { font-family: var(--vex-font); font-weight: 700; font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--vex-muted); margin: 0 0 10px; }
.vex-toc ul { margin: 0; padding-left: 1.1em; }
.vex-toc li { margin-bottom: 5px; }
.vex-toc a { color: var(--vex-ink); text-decoration: none; }
.vex-toc a:hover { color: var(--vex-ember); text-decoration: underline; }

/* Articles liés (CRP) */
.crp_related { margin-top: 3rem; padding-top: 1.6rem; border-top: 2px solid var(--vex-line); }
.crp_related h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.crp_related ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.crp_related ul li { margin: 0; }
.crp_related img { border-radius: var(--vex-radius); width: 100%; height: auto; }
.crp_related .crp_title { font-family: var(--vex-font-display); font-size: .95rem; font-weight: 600; color: var(--vex-ink); line-height: 1.3; }

/* ----- 15. Fil d'Ariane ---------------------------------------------------- */

.vex-breadcrumbs {
  font-size: 11.5px;
  color: var(--vex-muted);
  padding: 16px 0 4px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.vex-breadcrumbs a { color: var(--vex-muted); text-decoration: none; }
.vex-breadcrumbs a:hover { color: var(--vex-ember); }

/* ----- 16. Footer ---------------------------------------------------------- */

.site-footer, .site-info { background: var(--vex-wine-dark); color: var(--vex-cream); }
.site-info { text-align: center; padding: 18px 20px; font-size: var(--vex-text-xs); letter-spacing: .03em; }
.site-info a { color: var(--vex-cream); }

.vex-footer {
  background: var(--vex-wine-dark);
  color: var(--vex-cream);
  padding: 56px 24px 40px;
}
.vex-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.vex-footer h4 {
  color: var(--vex-cream);
  font-family: var(--vex-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(250, 245, 236, .2);
}
.vex-footer p { color: rgba(250, 245, 236, .8); font-size: var(--vex-text-sm); line-height: 1.65; }
.vex-footer ul { list-style: none; margin: 0; padding: 0; }
.vex-footer ul li { margin-bottom: 8px; }
.vex-footer ul a { color: rgba(250, 245, 236, .85); text-decoration: none; font-size: var(--vex-text-sm); }
.vex-footer ul a:hover { color: var(--vex-ember-soft); }
.vex-footer-brand { font-family: var(--vex-font-display); font-size: 1.35rem; font-weight: 600; color: var(--vex-cream); margin: 0 0 .6rem; }
.vex-footer-brand span { color: var(--vex-ember); }

/* ----- 17. Divers ----------------------------------------------------------- */

/* L'accueil porte son titre dans le hero : pas de H1 « Accueil » au-dessus */
.home.page .site-main .entry-header,
.home.page .site-main > article > .entry-header { display: none; }
.home.page .site-main .entry-content { margin-top: 0; }
.home.page .site-content .content-area, .home.page #primary { padding-top: 0; }

.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.entry-content > .alignfull:first-child { margin-top: -1px; }

/* ----- 18. Responsive ------------------------------------------------------- */

@media (max-width: 1024px) {
  .vex-grid .wp-block-post-template { grid-template-columns: repeat(2, 1fr); }
  .vex-cats { grid-template-columns: repeat(2, 1fr); }
  .vex-footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .crp_related ul { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .vex-grid .wp-block-post-template { grid-template-columns: 1fr; gap: 28px; }
  .vex-cats { grid-template-columns: 1fr 1fr; }
  .vex-stats { grid-template-columns: 1fr 1fr; gap: 22px; }
  .vex-footer-inner { grid-template-columns: 1fr; }
  .vex-hero.wp-block-cover { min-height: 460px; }
  .vex-band, .vex-band-cream { padding: 44px 18px; }
  .crp_related ul { grid-template-columns: 1fr; }
  .single .entry-content, .page .entry-content { font-size: var(--vex-text-base); }
}
