/* ==================================================
   CHEESE MAP™ GASTRO CULTURE — FINAL CLEAN CSS
   Horizontal Navigation Tiles / Vertical Article Grid
   ================================================== */

:root{
  --cm-yellow:#ffc612;
  --cm-gold:#d4a62a;
  --cm-ink:#151515;
  --cm-text:#2a2a2a;
  --cm-muted:#6f706b;
  --cm-bg:#f8f6f0;
  --cm-border:rgba(30,24,16,.08);
  --cm-shadow:0 18px 50px rgba(18,16,12,.08);
  --cm-shadow-premium:0 34px 90px rgba(18,16,12,.18);
}

html{
  scroll-behavior:smooth;
}

body{
  background:var(--cm-bg);
}

.cm-gastro-page,
.cm-guide-product{
  background:
    radial-gradient(circle at 76% 0%,rgba(255,198,18,.06),transparent 34%),
    linear-gradient(180deg,#fbfaf6 0%,var(--cm-bg) 100%);
  color:var(--cm-text);
  overflow:hidden;
}

.cm-gastro-page .container,
.cm-guide-product .container{
  max-width:1320px;
}

/* BREADCRUMBS */

.cm-gastro-breadcrumb,
.cm-guide-breadcrumb{
  margin:22px 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cm-gastro-breadcrumb li,
.cm-guide-breadcrumb li{
  color:#7e827d;
  font-size:13px;
}

.cm-gastro-breadcrumb li + li:before,
.cm-guide-breadcrumb li + li:before{
  content:"›";
  margin-right:8px;
  color:var(--cm-gold);
}

.cm-gastro-breadcrumb a,
.cm-guide-breadcrumb a{
  color:#66706d;
  text-decoration:none;
}

.cm-gastro-breadcrumb a:hover,
.cm-guide-breadcrumb a:hover{
  color:var(--cm-gold);
}

/* ROOT HERO */

.cm-gastro-hero{
  position:relative;
  min-height:620px;
  background:#050505;
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}

.cm-gastro-hero__media{
  position:absolute;
  inset:0;
  z-index:1;
}

.cm-gastro-hero__media picture,
.cm-gastro-hero__media img{
  display:block;
  width:100%;
  height:100%;
}

.cm-gastro-hero__media img{
  object-fit:cover;
  object-position:center right;
}

.cm-gastro-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.9) 0%,
    rgba(0,0,0,.74) 38%,
    rgba(0,0,0,.28) 72%,
    rgba(0,0,0,.06) 100%
  );
}

.cm-gastro-hero__inner{
  position:relative;
  z-index:4;
  min-height:620px;
  display:flex;
  align-items:center;
}

.cm-gastro-hero__content{
  max-width:590px;
  padding:72px 0;
}

.cm-gastro-kicker,
.cm-guide-kicker{
  display:block;
  margin-bottom:24px;
  color:var(--cm-yellow);
  font-size:12px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.cm-gastro-kicker:before{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-bottom:22px;
  background:var(--cm-yellow);
}

.cm-gastro-hero h1{
  max-width:620px;
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(52px,5vw,84px);
  line-height:.92;
  font-weight:900;
  letter-spacing:-.055em;
}

.cm-gastro-hero__text{
  max-width:540px;
  color:rgba(255,255,255,.84);
  font-size:19px;
  line-height:1.65;
}

.cm-gastro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:32px;
  min-width:220px;
  min-height:54px;
  padding:0 30px;
  border:1px solid rgba(255,198,18,.78);
  border-radius:6px;
  background:rgba(255,198,18,.08);
  color:var(--cm-yellow);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
}

.cm-gastro-btn:hover{
  background:var(--cm-yellow);
  color:#111;
  text-decoration:none;
}

/* PAGE HEAD */

.cm-gastro-magazine-head{
  padding:30px 0 12px;
}

.cm-gastro-magazine-head__inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.cm-gastro-magazine-head__kicker{
  margin-bottom:10px;
  color:var(--cm-gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.cm-gastro-magazine-head h1{
  margin:0;
  color:var(--cm-ink);
  font-size:clamp(42px,4.1vw,70px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.055em;
}

.cm-gastro-magazine-head__text{
  max-width:760px;
  margin:18px auto 0;
  color:var(--cm-muted);
  font-size:17px;
  line-height:1.75;
}

/* SECTIONS */

.cm-gastro-section{
  padding:26px 0 54px;
}

.cm-gastro-section__head{
  max-width:920px;
  margin:0 auto 28px;
  text-align:center;
}

.cm-gastro-section__head span{
  display:block;
  margin-bottom:14px;
  color:var(--cm-gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.cm-gastro-section__head h2{
  margin:0;
  color:var(--cm-ink);
  font-size:clamp(30px,3.1vw,48px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
}

.cm-gastro-magazine-head + .cm-gastro-section{
  padding-top:12px;
}

/* ==================================================
   NAVIGATION / SUBGROUP TILES
   horizontal premium tiles
   ================================================== */

.cm-gastro-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.cm-gastro-card{
  position:relative;
  height:280px;
  min-height:280px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
  border-radius:22px;
  background:#050505;
  box-shadow:0 28px 80px rgba(18,16,12,.16);
  isolation:isolate;
  transition:transform .35s ease, box-shadow .35s ease;
}

.cm-gastro-card:hover{
  color:#fff;
  text-decoration:none;
  transform:translateY(-6px);
  box-shadow:var(--cm-shadow-premium);
}

.cm-gastro-card__image{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:inherit;
  background:#050505;
}

.cm-gastro-card__image picture,
.cm-gastro-card__image img{
  display:block;
  width:100%;
  height:100%;
}

.cm-gastro-card__image img{
  object-fit:cover;
  object-position:center center;
  filter:brightness(.9) contrast(1.06) saturate(1.04);
  transition:transform .7s ease, filter .7s ease;
}

.cm-gastro-card:hover .cm-gastro-card__image img{
  transform:scale(1.055);
  filter:brightness(.96) contrast(1.08) saturate(1.08);
}

.cm-gastro-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.16) 0%,
    rgba(0,0,0,.34) 42%,
    rgba(0,0,0,.74) 78%,
    rgba(0,0,0,.92) 100%
  );
  pointer-events:none;
}

.cm-gastro-card__body{
  position:relative;
  z-index:3;
  width:100%;
  padding:30px;
}

.cm-gastro-card__type{
  margin-bottom:12px;
  color:var(--cm-yellow);
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.24em;
  text-transform:uppercase;
  text-shadow:0 0 12px rgba(255,198,18,.25);
}

.cm-gastro-card h3{
  max-width:420px;
  margin:0 0 12px;
  color:#fff;
  font-size:30px;
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.045em;
  text-shadow:0 4px 28px rgba(0,0,0,.42);
}

.cm-gastro-card p{
  max-width:520px;
  margin:0 0 16px;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.55;
}

.cm-gastro-card span{
  color:var(--cm-yellow);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* ==================================================
   ARTICLE CARDS
   vertical premium editorial grid
   ================================================== */

.cm-gastro-section--guides{
  padding-top:82px;
}

.cm-gastro-section--guides .cm-gastro-section__head{
  margin-bottom:30px;
}

.cm-guide-card-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.cm-guide-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:440px;
  overflow:hidden;
  background:#f8f3eb;
  border-radius:22px;
  color:#111;
  text-decoration:none;
  box-shadow:
    0 10px 30px rgba(0,0,0,.04),
    0 25px 80px rgba(0,0,0,.08);
  transition:transform .35s ease, box-shadow .35s ease;
}

.cm-guide-card:hover{
  color:#111;
  text-decoration:none;
  transform:translateY(-6px);
  box-shadow:0 34px 90px rgba(18,16,12,.16);
}

.cm-guide-card__image{
  position:relative;
  width:100%;
  height:280px;
  overflow:hidden;
  background:#111;
}

.cm-guide-card__image picture,
.cm-guide-card__image a,
.cm-guide-card__image img{
  display:block;
  width:100%;
  height:100%;
}

.cm-guide-card__image img{
  object-fit:cover;
  object-position:center 45%;
  filter:brightness(.98) contrast(1.03) saturate(1.03);
  transition:transform .7s ease, filter .7s ease;
}

.cm-guide-card:hover .cm-guide-card__image img{
  transform:scale(1.045);
  filter:brightness(1.03) contrast(1.04) saturate(1.06);
}

.cm-guide-card__body,
.cm-guide-card__content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1;
  padding:30px 30px 32px;
  background:#f8f3eb;
}

.cm-guide-card__type,
.cm-guide-card__eyebrow{
  margin-bottom:14px;
  color:#b98b28;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.cm-guide-card h3,
.cm-guide-card__title{
  margin:0 0 18px;
  color:#111;
  font-size:clamp(26px,1.65vw,34px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.045em;
}

.cm-guide-card p{
  margin:0 0 22px;
  color:#555;
  font-size:15px;
  line-height:1.6;
}

.cm-guide-card span,
.cm-guide-card__link{
  margin-top:auto;
  color:#111;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
}

.cm-guide-card:hover span,
.cm-guide-card:hover .cm-guide-card__link{
  color:#b98b28;
}

/* ONE / TWO ARTICLE MODE */

.cm-guide-card-grid .cm-guide-card:only-child{
  max-width:374px;
  width:100%;
  margin:0 auto;
}

.cm-guide-card-grid:has(.cm-guide-card:nth-child(2):last-child){
  grid-template-columns:repeat(2,minmax(0,374px));
  justify-content:center;
}

/* ==================================================
   GOLD BRAND LINE FOR ALL TILES
   ================================================== */

.cm-gastro-card::after,
.cm-guide-card::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:7;
  width:100%;
  height:3px;
  border-radius:22px 22px 0 0;
  background:linear-gradient(
    90deg,
    #c89b3c 0%,
    #f3d27a 42%,
    #c89b3c 100%
  );
  opacity:.96;
  pointer-events:none;
}

.cm-gastro-card:hover::after,
.cm-guide-card:hover::after{
  height:4px;
  opacity:1;
}

/* DESCRIPTION */

.cm-gastro-section--text{
  padding-top:0;
}

.cm-gastro-description{
  max-width:980px;
  margin:0 auto;
  padding:48px 56px;
  color:#242424;
  background:#fff;
  border:1px solid var(--cm-border);
  border-radius:30px;
  box-shadow:var(--cm-shadow);
  font-size:17px;
  line-height:1.8;
}

.cm-gastro-description h2,
.cm-gastro-description h3{
  color:var(--cm-ink);
  font-weight:900;
  letter-spacing:-.04em;
}

.cm-gastro-description strong{
  font-weight:900;
}

.cm-gastro-empty{
  padding:46px;
  border:1px solid var(--cm-border);
  border-radius:24px;
  background:#fff;
  text-align:center;
  color:var(--cm-muted);
}

/* ==================================================
   GUIDE PRODUCT HERO
   ================================================== */

.cm-guide-hero{
  position:relative;
  overflow:hidden;
  padding:24px 0 50px;
  background:
    radial-gradient(circle at 75% 20%,rgba(255,198,18,.06),transparent 28%),
    linear-gradient(180deg,#fbfaf6 0%,#f8f6f0 100%);
}

.cm-guide-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 440px;
  gap:72px;
  align-items:center;
  min-height:540px;
}

.cm-guide-line{
  width:78px;
  height:3px;
  margin-bottom:24px;
  background:var(--cm-yellow);
}

.cm-guide-hero h1{
  max-width:780px;
  margin:0;
  color:var(--cm-ink);
  font-size:clamp(42px,4.2vw,70px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:900;
}

.cm-guide-lead{
  max-width:650px;
  margin-top:26px;
  color:#5f5f5f;
  font-size:19px;
  line-height:1.65;
}

.cm-guide-hero__image{
  width:100%;
  max-width:440px;
  aspect-ratio:4 / 5.35;
  border-radius:30px;
  overflow:hidden;
  background:#111;
  box-shadow:var(--cm-shadow-premium);
}

.cm-guide-hero__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* ==================================================
   GUIDE ARTICLE BODY
   ================================================== */

.cm-guide-body{
  padding:30px 0 86px;
}

.cm-guide-layout{
  display:grid;
  grid-template-columns:260px minmax(0,860px);
  gap:64px;
  align-items:start;
}

.cm-guide-toc{
  position:sticky;
  top:110px;
}

.cm-guide-toc__box{
  background:#fff;
  border:1px solid var(--cm-border);
  border-radius:24px;
  padding:26px;
  box-shadow:var(--cm-shadow);
}

.cm-guide-toc__title{
  margin-bottom:18px;
  color:var(--cm-gold);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:900;
}

.cm-guide-toc__list a,
.cm-guide-toc a{
  display:block;
  padding:12px 0;
  color:#1d1d1d;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(30,24,16,.08);
  transition:color .25s ease, padding-left .25s ease;
}

.cm-guide-toc__list a:hover,
.cm-guide-toc__list a.active,
.cm-guide-toc a:hover{
  color:var(--cm-gold);
  padding-left:8px;
}

/* ARTICLE TYPOGRAPHY */

.cm-guide-article{
  background:#fff;
  color:#2c2c2c;
  border:1px solid var(--cm-border);
  border-radius:32px;
  padding:58px 66px;
  box-shadow:var(--cm-shadow);
  font-size:20px;
  line-height:1.9;
}

.cm-guide-article > *:first-child{
  margin-top:0;
}

.cm-guide-article p{
  margin:0 0 28px;
}

.cm-guide-article strong{
  color:#151515;
  font-weight:900;
}

.cm-guide-article h2{
  margin:82px 0 30px;
  color:#151515;
  font-size:clamp(40px,4vw,58px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.045em;
  scroll-margin-top:130px;
}

.cm-guide-article h2:first-child{
  margin-top:0;
}

.cm-guide-article h3{
  margin:52px 0 22px;
  color:#151515;
  font-size:clamp(28px,2.6vw,36px);
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.035em;
}

.cm-guide-article ul,
.cm-guide-article ol{
  margin:34px 0;
  padding-left:0;
}

.cm-guide-article li{
  position:relative;
  list-style:none;
  margin:0 0 16px;
  padding-left:30px;
}

.cm-guide-article li:before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cm-gold);
  box-shadow:0 0 0 5px rgba(212,166,42,.12);
}

.cm-guide-article img{
  display:block;
  max-width:100%;
  height:auto;
  margin:44px auto;
  border-radius:24px;
  box-shadow:0 24px 70px rgba(18,16,12,.12);
}

/* TABLES */

.cm-guide-article table{
  width:100%;
  margin:42px 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(30,24,16,.08);
  box-shadow:0 18px 50px rgba(18,16,12,.08);
}

.cm-guide-article th{
  padding:18px 22px;
  background:#151515;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
  text-align:left;
  letter-spacing:.04em;
}

.cm-guide-article td{
  padding:18px 22px;
  color:#2c2c2c;
  font-size:16px;
  line-height:1.55;
  border-bottom:1px solid rgba(30,24,16,.08);
  vertical-align:top;
}

.cm-guide-article tr:last-child td{
  border-bottom:0;
}

.cm-guide-article tr:nth-child(even) td{
  background:#fbfaf6;
}

/* INFO BOX */

.cm-info-box{
  position:relative;
  margin:46px 0;
  padding:30px 34px;
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(255,198,18,.10),rgba(255,255,255,.88)),
    #fbfaf6;
  border:1px solid rgba(212,166,42,.22);
  box-shadow:0 18px 50px rgba(18,16,12,.08);
  color:#242424;
  font-size:18px;
  line-height:1.75;
}

.cm-info-box:before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:4px;
  border-radius:4px;
  background:var(--cm-gold);
}

/* BLOCKQUOTE */

.cm-guide-article blockquote{
  margin:46px 0;
  padding:34px 40px;
  border-left:5px solid var(--cm-gold);
  border-radius:20px;
  background:#fbfaf6;
  color:#242424;
  font-size:22px;
  line-height:1.65;
  font-weight:600;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media(max-width:1199px){
  .cm-gastro-grid,
  .cm-guide-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:820px;
  }
}

@media(max-width:991px){
  .cm-guide-hero__grid{
    grid-template-columns:1fr;
    min-height:auto;
    gap:40px;
  }

  .cm-guide-hero__image{
    max-width:460px;
  }

  .cm-guide-layout{
    grid-template-columns:1fr;
  }

  .cm-guide-toc{
    position:static;
  }
}

@media(max-width:767px){
  .cm-gastro-page .container,
  .cm-guide-product .container{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
  }

  .cm-gastro-breadcrumb,
  .cm-guide-breadcrumb{
    margin:14px 0;
  }

  .cm-gastro-hero,
  .cm-gastro-hero__inner{
    min-height:700px;
  }

  .cm-gastro-hero__inner{
    align-items:flex-start;
  }

  .cm-gastro-hero__content{
    padding:54px 0 40px;
  }

  .cm-gastro-hero h1{
    max-width:340px;
    font-size:40px;
    line-height:.98;
  }

  .cm-gastro-hero__text{
    max-width:330px;
    font-size:15px;
    line-height:1.6;
  }

  .cm-gastro-btn{
    min-width:200px;
    min-height:48px;
    margin-top:24px;
    font-size:11px;
  }

  .cm-gastro-magazine-head{
    padding:28px 0 14px;
  }

  .cm-gastro-magazine-head__inner,
  .cm-gastro-section__head{
    text-align:left;
  }

  .cm-gastro-magazine-head h1{
    font-size:38px;
  }

  .cm-gastro-section{
    padding:28px 0 46px;
  }

  .cm-gastro-grid,
  .cm-guide-card-grid{
    grid-template-columns:1fr;
    max-width:100%;
    gap:18px;
  }

  .cm-gastro-card{
    height:340px;
    min-height:340px;
    border-radius:22px;
  }

  .cm-gastro-card h3{
    font-size:30px;
  }

  .cm-guide-card,
  .cm-guide-card-grid .cm-guide-card:only-child{
    max-width:none;
    min-height:0;
    border-radius:22px;
  }

  .cm-guide-card__image{
    height:260px;
  }

  .cm-guide-card__body,
  .cm-guide-card__content{
    padding:28px 24px 30px;
  }

  .cm-guide-card h3,
  .cm-guide-card__title{
    font-size:28px;
  }

  .cm-gastro-description{
    padding:30px 22px;
    border-radius:24px;
    font-size:16px;
  }

  .cm-guide-hero{
    padding:24px 0 48px;
    background:#fbfaf6;
  }

  .cm-guide-hero h1{
    font-size:38px;
  }

  .cm-guide-lead{
    font-size:16px;
  }

  .cm-guide-hero__image{
    max-width:none;
    width:100%;
    aspect-ratio:4 / 5.25;
    border-radius:24px;
  }

  .cm-guide-body{
    padding:38px 0 60px;
  }

  .cm-guide-article{
    border-radius:24px;
    padding:30px 22px;
    font-size:17px;
    line-height:1.8;
  }

  .cm-guide-article h2{
    margin:56px 0 22px;
    font-size:34px;
    line-height:1.08;
  }

  .cm-guide-article h3{
    margin:38px 0 18px;
    font-size:26px;
  }

  .cm-guide-article table{
    display:block;
    overflow-x:auto;
  }

  .cm-guide-toc{
    display:none;
  }
}

/* ==================================================
   GASTRO MANIFEST
   ================================================== */

.cm-gastro-manifest{
    max-width:980px;
    margin:90px auto 40px;
    padding:0 20px;
    text-align:center;
}

.cm-gastro-manifest__line{
    width:90px;
    height:3px;
    margin:0 auto 28px;
    background:linear-gradient(
        90deg,
        transparent,
        #d4a62a,
        transparent
    );
}

.cm-gastro-manifest__eyebrow{
    display:block;
    margin-bottom:18px;

    color:#c89b2b;

    font-size:11px;
    font-weight:900;
    letter-spacing:.28em;
    text-transform:uppercase;
}

.cm-gastro-manifest h2{
    margin:0 0 24px;

    color:#151515;

    font-size:clamp(42px,4vw,68px);
    line-height:.95;
    letter-spacing:-.05em;
    font-weight:900;
}

.cm-gastro-manifest__lead{
    max-width:760px;
    margin:0 auto 24px;

    color:#151515;

    font-size:28px;
    line-height:1.3;
    font-weight:700;
}

.cm-gastro-manifest__text{
    max-width:720px;
    margin:0 auto;

    color:#666;

    font-size:18px;
    line-height:1.8;
}

.cm-gastro-more-toggle{
    margin-top:36px;

    border:0;
    background:none;

    color:#c89b2b;

    font-size:13px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;

    cursor:pointer;
}

.cm-gastro-more{
    display:none;

    max-width:860px;
    margin:42px auto 0;

    padding:40px;

    background:#fff;

    border-radius:28px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.06);
}

.cm-gastro-more.open{
    display:block;
}