
.tccb-page{background:#fff;color:#17110d;overflow-x:hidden}.tccb-page .container{width:min(var(--tcc-container),calc(100% - 40px));margin:auto}.eyebrow{color:#d6a04f;font-size:.74rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.tccb-page h1,.tccb-page h2,.tccb-page h3{font-family:Georgia,serif}.tccb-hero,.tccb-cta{position:relative;min-height:560px;display:flex;align-items:end;color:#fff;background:#06100c}.tccb-hero .media,.tccb-hero .overlay,.tccb-cta .media,.tccb-cta .overlay{position:absolute;inset:0}.tccb-hero .media,.tccb-cta .media{background-image:var(--bg);background-size:var(--tccb-banner-fit,cover);background-repeat:no-repeat;background-position:center}.tccb-hero .overlay{background:linear-gradient(90deg,rgba(4,10,7,var(--overlay)),rgba(4,10,7,.25))}.tccb-cta .overlay{background:rgba(4,10,7,.72)}.inner{position:relative;z-index:2;padding-bottom:75px}.tccb-hero h1{margin:0;font-size:var(--tcc-ds-page-title-desktop)}.tccb-tools{padding:28px 0;border-bottom:1px solid #e6e1d8;background:#f4efe7}.tccb-search{display:flex;gap:10px;max-width:560px}.tccb-search input{flex:1;padding:13px 15px;border:1px solid #d8d0c3;border-radius:999px}.tccb-search button{padding:0 20px;border:0;border-radius:999px;background:#0b573f;color:#fff;font-weight:800}.tccb-categories{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tccb-categories a{padding:9px 14px;border:1px solid #d8d0c3;border-radius:999px;color:#0b573f;text-decoration:none;font-weight:700}.tccb-featured,.tccb-latest{padding:var(--tcc-ds-section-space-desktop) 0}.tccb-featured{background:#fff}.tccb-featured h2,.tccb-latest h2,.tccb-cta h2{font-size:var(--tcc-ds-section-title-desktop);color:#0b2f25}.tccb-featured article{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.tccb-featured .visual img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px}.tccb-featured h3{font-size:var(--tcc-ds-card-title-desktop);margin:10px 0}.tccb-featured h3 a,.tccb-card h3 a{color:#0b2f25;text-decoration:none}.tccb-featured p,.tccb-card p{color:#626962;line-height:1.7}.read-more,.tccb-card .content>a{color:#996515;font-weight:800;text-decoration:none}.tccb-latest{background:#f4efe7}.tccb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tccb-card{overflow:hidden;border:1px solid #e0d9ce;border-radius:20px;background:#fff}.tccb-card .visual img{width:100%;aspect-ratio:16/10;object-fit:cover}.tccb-card .content{padding:var(--tcc-ds-card-padding)}.tccb-card h3{font-size:var(--tcc-ds-card-title-desktop)}.tccb-card .meta{font-size:.82rem;color:#996515}.tccb-pagination{margin-top:32px}.tccb-pagination .page-numbers{display:inline-flex;margin-right:6px;padding:9px 12px;border-radius:8px;background:#fff;color:#0b573f;text-decoration:none}.tccb-pagination .current{background:#0b573f;color:#fff}.tccb-cta{align-items:center;text-align:center}.tccb-cta h2{color:#fff}.tccb-cta a{display:inline-flex;padding:14px 24px;border-radius:999px;background:#d6a04f;color:#17110d;font-weight:800;text-decoration:none}@media(max-width:900px){.tccb-featured article{grid-template-columns:1fr}.tccb-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.tccb-grid{grid-template-columns:1fr}.tccb-search{flex-direction:column}.tccb-search button{min-height:44px}}

/* RC7.9.305 — Coffee Journal physical audit + Homepage Authority sync.
 * Scope is isolated to the Blog page. Homepage remains frozen and untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page{
  --tccb-canvas:#faf8f3;
  --tccb-cta-surface:#eef5f1;
  --tccb-card-border:rgba(11,87,63,.10);
  --tccb-card-shadow:0 12px 34px rgba(15,45,35,.07);
  background:var(--tccb-canvas)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools,
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured,
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  margin-top:0!important;
  background:var(--tccb-canvas)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .container{
  width:min(100% - 40px,1120px)!important;
  max-width:1120px!important;
  margin-inline:auto!important;
}

/* Search/filter authority. */
body.tcc-design-sync.tcc-frontend-engine .tccb-tools{
  padding:clamp(30px,4vw,44px) 0!important;
  border-bottom:1px solid rgba(11,87,63,.08)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search{
  max-width:620px;
  gap:12px;
  align-items:stretch;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search input{
  min-height:46px;
  padding:11px 16px;
  border:1px solid #dce5df;
  border-radius:12px;
  background:#fff;
  color:#17342b;
  font:inherit;
  box-shadow:0 6px 18px rgba(15,45,35,.04);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search input:focus{
  outline:0;
  border-color:#0b573f;
  box-shadow:0 0 0 3px rgba(11,87,63,.10);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search button{
  min-height:46px;
  padding:11px 22px;
  border-radius:12px!important;
  background:#0b573f!important;
  color:#fff!important;
  font-weight:700;
  box-shadow:none;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-categories{
  gap:10px;
  margin-top:18px;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-categories a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-color:#dce5df;
  background:#fff;
  color:#0b573f;
  font-size:.88rem;
}

/* Featured story: balanced two-column stage; full-width copy when no image exists. */
body.tcc-design-sync.tcc-frontend-engine .tccb-featured,
body.tcc-design-sync.tcc-frontend-engine .tccb-latest{
  padding-block:clamp(54px,6vw,76px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured h2{
  margin:0 0 clamp(28px,3vw,40px)!important;
  color:#0b573f!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  font-weight:700!important;
  font-size:var(--tcc-ds-section-title-desktop,36px)!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
  letter-spacing:var(--tcc-heading-tracking,-.01em)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:clamp(32px,5vw,64px);
  align-items:center;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail{
  display:block;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .content{
  width:min(100%,760px);
  padding:clamp(26px,3vw,38px);
  border:1px solid var(--tccb-card-border);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--tccb-card-shadow);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .visual{
  display:block;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--tccb-card-shadow);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .visual img{
  display:block;
  aspect-ratio:16/10;
  border-radius:0;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .content>p:not(.eyebrow),
body.tcc-design-sync.tcc-frontend-engine .tccb-card .content>p:not(.meta){
  color:#66716c!important;
  font-size:clamp(.96rem,1.15vw,1.04rem)!important;
  line-height:1.62!important;
}

/* RC7.9.309 — Latest Posts authority.
 * This is the single owning block for the Latest Posts heading, grid and cards.
 * Values map directly to the frozen Homepage Journal authority. */
body.tcc-design-sync.tcc-frontend-engine .tccb-latest__header{
  margin:0 0 clamp(28px,3vw,40px);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest__eyebrow{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:max-content;
  margin:0 0 12px!important;
  padding:5px 13px!important;
  border:1px solid currentColor;
  border-radius:999px;
  color:#b98232!important;
  background:transparent;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.2em!important;
  text-transform:uppercase;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest h2{
  margin:0 0 18px!important;
  color:#0b573f!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  font-size:var(--tcc-ds-section-title-desktop,36px)!important;
  font-weight:var(--tcc-heading-weight,700)!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
  letter-spacing:var(--tcc-heading-tracking,-.01em)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px!important;
  align-items:stretch;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
  overflow:hidden;
  border:1px solid #dce5e0!important;
  border-radius:var(--tcc-radius-md,18px)!important;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,45,35,.055)!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card:hover{
  transform:translateY(-3px);
  border-color:#ccd9d2!important;
  box-shadow:0 16px 38px rgba(15,45,35,.085)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .visual{
  display:block;
  flex:0 0 auto;
  overflow:hidden;
  background:#eef5f1;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .visual img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:transform .25s ease;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card:hover .visual img{
  transform:scale(1.015);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card.no-thumbnail .visual{
  display:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .content{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:var(--tcc-ds-card-padding,24px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .meta{
  margin:0 0 10px!important;
  color:#996515!important;
  font-size:.82rem!important;
  line-height:1.4!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card h3{
  margin:0 0 12px!important;
  font-size:var(--tcc-ds-card-title-desktop,26px)!important;
  font-weight:var(--tcc-heading-weight,700)!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .content>p:not(.meta){
  margin:0 0 var(--tcc-content-button-gap,24px)!important;
  color:#66716c!important;
  font-size:clamp(.96rem,1.15vw,1.04rem)!important;
  line-height:1.62!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-card .content>a{
  align-self:flex-start;
  margin-top:auto;
  padding-top:8px;
}

/* RC7.9.310 — Coffee Journal final CTA: exact frozen Homepage featured CTA authority. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority{
  min-height:0!important;
  margin-top:0!important;
  align-items:initial!important;
  text-align:left!important;
  color:var(--tcc-primary,#0b573f)!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.media,
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.overlay{
  display:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.inner{
  position:relative;
  z-index:2;
  width:min(1120px,calc(100% - 40px))!important;
  max-width:1120px!important;
  min-height:288px!important;
  margin-inline:auto!important;
  padding:clamp(30px,5vw,64px)!important;
  display:flex!important;
  align-items:center!important;
  border:1px solid #dce8e0!important;
  border-radius:28px!important;
  background:var(--tcc-cta-surface,#eef5f1)!important;
  background-color:var(--tcc-cta-surface,#eef5f1)!important;
  box-shadow:0 14px 42px rgba(18,32,27,.065)!important;
  box-sizing:border-box!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout{
  width:100%!important;
  align-items:center!important;
  grid-template-columns:minmax(0,1fr) minmax(190px,260px)!important;
  gap:clamp(24px,3.2vw,42px)!important;
  padding-inline:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout.media-left{
  grid-template-columns:minmax(190px,260px) minmax(0,1fr)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.no-cta-image .tcc-universal-cta-layout{
  grid-template-columns:minmax(0,1fr)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-copy{
  width:100%!important;
  max-width:820px!important;
  text-align:left!important;
}
/* CTA eyebrow opts into the shared .tcc-eyebrow authority owned by Design System. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority h2{
  max-width:720px;
  margin:0 0 6px!important;
  color:#0b573f!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  font-size:var(--tcc-type-section-title,var(--tcc-ds-section-title-desktop,30px))!important;
  font-weight:var(--tcc-heading-weight,700)!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
  letter-spacing:var(--tcc-heading-tracking,-.01em)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tccb-cta__text{
  max-width:720px;
  margin:0!important;
  color:var(--tcc-text-secondary,#626962)!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:1rem!important;
  line-height:1.65!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-actions{
  justify-content:flex-start!important;
  gap:12px;
  margin-top:18px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:128px!important;
  min-height:46px;
  padding:11px 22px!important;
  border-radius:12px!important;
  background:#b98232!important;
  color:#fff!important;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(185,130,50,.18);
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-btn:hover{
  transform:translateY(-2px);
  filter:brightness(.96);
  box-shadow:0 14px 28px rgba(185,130,50,.23);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-media{
  justify-content:center!important;
  padding:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-media img{
  display:block;
  width:min(108%,calc(var(--tcc-cta-media-width,240px) * 1.08));
  height:auto;
  max-height:280px;
  object-fit:var(--tcc-cta-media-fit,contain);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-media.has-shadow img{
  filter:drop-shadow(0 14px 20px rgba(20,42,34,.13));
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-btn:focus-visible{
  outline:3px solid rgba(185,130,50,.34);
  outline-offset:3px;
}

@media(max-width:1024px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest h2{font-size:var(--tcc-ds-section-title-tablet,30px)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-card h3{font-size:var(--tcc-ds-card-title-tablet,23px)!important;}
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .container,
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.inner{width:min(100% - 28px,1120px)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{grid-template-columns:1fr;gap:24px;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.inner{min-height:0!important;padding:clamp(30px,5vw,64px)!important;border-radius:28px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout,
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout.media-left{grid-template-columns:1fr!important;gap:20px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout.media-left>.tcc-universal-cta-copy{grid-column:1!important;grid-row:1!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-layout.media-left>.tcc-universal-cta-media{grid-column:1!important;grid-row:2!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-copy{text-align:center!important;margin-inline:auto!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-cta-badge{margin-inline:auto!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-actions{justify-content:center!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tcc-universal-cta-media img{width:min(100%,230px);max-height:210px;}
}
@media(max-width:620px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest h2{font-size:var(--tcc-ds-section-title-mobile,26px)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-card h3{font-size:var(--tcc-ds-card-title-mobile,21px)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-grid{grid-template-columns:1fr;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-search{flex-direction:column;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-search button{width:100%;}
}

/* RC7.9.306 — Góc cà phê Hero Authority Sync.
 * Homepage remains frozen. This block owns only the Blog hero and removes the
 * legacy non-home page spacer inherited by main.site-main. */
body.tcc-design-sync.tcc-frontend-engine main.tccb-page,
body.tcc-design-sync.tcc-frontend-engine .site-main.tccb-page{
  margin-top:0!important;
  padding-top:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child{
  min-height:var(--tcc-ds-hero-height-desktop,540px)!important;
  margin-top:0!important;
  padding:0!important;
  align-items:center!important;
  overflow:hidden;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .media{
  background-position:center center;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .overlay{
  background:linear-gradient(90deg,rgba(3,7,5,var(--overlay)) 0%,rgba(3,7,5,.78) 42%,rgba(3,7,5,.24) 74%,transparent 100%)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{
  width:min(100% - 40px,1120px)!important;
  max-width:1120px!important;
  margin-inline:auto!important;
  padding-block:var(--tcc-ds-page-space-desktop,52px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .tccb-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:max-content;
  min-height:0;
  margin:0 0 14px!important;
  padding:5px 13px!important;
  border:1px solid currentColor;
  border-radius:999px;
  color:var(--tcc-color-accent,#b98232)!important;
  background:rgba(5,8,6,.12);
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.2em!important;
  text-transform:uppercase;
  text-shadow:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child h1{
  max-width:var(--hero-content-width,700px);
  margin:0!important;
  color:#fff!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  font-size:var(--tcc-ds-display-title-desktop,64px)!important;
  font-weight:var(--tcc-heading-weight,700)!important;
  line-height:var(--tcc-h1-line,1.05)!important;
  letter-spacing:var(--tcc-heading-tracking,-.01em)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .tccb-hero__description{
  max-width:620px;
  margin:var(--tcc-ds-spacing-lg,28px) 0 0!important;
  color:rgba(255,255,255,.80)!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:clamp(1rem,1.3vw,1.1rem)!important;
  font-weight:400!important;
  line-height:1.7!important;
}
@media(max-width:1024px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child{
    min-height:var(--tcc-ds-hero-height-tablet,400px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{
    padding-block:var(--tcc-ds-page-space-tablet,44px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child h1{
    font-size:var(--tcc-ds-display-title-tablet,48px)!important;
  }
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child{
    min-height:var(--tcc-ds-hero-height-mobile,340px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{
    width:min(100% - 32px,1120px)!important;
    padding-block:var(--tcc-ds-page-space-mobile,36px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child h1{
    font-size:var(--tcc-ds-display-title-mobile,38px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .tccb-hero__description{
    margin-top:18px!important;
    font-size:.98rem!important;
    line-height:1.6!important;
  }
}


/* RC7.9.307 — Coffee Journal Search & Filter section authority.
 * Scope: Search & Filter only. Homepage remains frozen and untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools{
  padding:var(--tcc-ds-spacing-lg,28px) 0!important;
  border-bottom:1px solid rgba(11,87,63,.08)!important;
  background:var(--tccb-canvas,#faf8f3)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-tools>.container{
  display:flex;
  justify-content:center;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search{
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto minmax(190px,230px);
  width:min(100%,820px);
  max-width:none!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:0 auto;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search input,
body.tcc-design-sync.tcc-frontend-engine .tccb-search select{
  width:100%;
  min-width:0;
  min-height:46px!important;
  margin:0;
  padding:11px 16px!important;
  border:1px solid #dce5df!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#17342b!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:var(--tcc-ds-input-size,14px)!important;
  line-height:1.35!important;
  box-shadow:0 6px 18px rgba(15,45,35,.04)!important;
  box-sizing:border-box;
  transition:border-color var(--tcc-ds-transition,220ms),box-shadow var(--tcc-ds-transition,220ms),transform var(--tcc-ds-transition,220ms);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search select{
  appearance:auto;
  cursor:pointer;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px!important;
  margin:0;
  padding:11px 22px!important;
  border:0!important;
  border-radius:12px!important;
  background:#0b573f!important;
  color:#fff!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none!important;
  transition:transform var(--tcc-ds-transition,220ms),filter var(--tcc-ds-transition,220ms),box-shadow var(--tcc-ds-transition,220ms);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search button:hover{
  transform:translateY(-2px);
  filter:brightness(.96);
  box-shadow:0 8px 20px rgba(11,87,63,.14)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-search :where(input,select,button):focus-visible{
  outline:var(--tcc-ds-focus-width,3px) solid var(--tcc-color-accent,#b98232)!important;
  outline-offset:var(--tcc-ds-focus-offset,3px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-categories{
  display:none!important;
}
@media(max-width:820px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-search{
    grid-template-columns:minmax(0,1fr) auto;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-search select{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools{
    padding:24px 0 30px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-search{
    grid-template-columns:1fr;
    gap:10px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-search select{
    grid-column:auto;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-search button{
    width:100%;
  }
}


/* RC7.9.308 — Coffee Journal Featured Post section authority.
 * Scope: Featured Post only. Homepage remains frozen and untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{
  padding-block:var(--tcc-ds-section-space-desktop,64px)!important;
  background:var(--tccb-canvas,#faf8f3)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header{
  width:min(100%,760px);
  margin:0 0 var(--tcc-ds-content-gap,28px);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:max-content;
  margin:0 0 14px!important;
  padding:6px 14px!important;
  border:1px solid currentColor;
  border-radius:999px;
  color:var(--tcc-color-accent,#b98232)!important;
  background:transparent;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:var(--tcc-badge-font-size,12px)!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  text-transform:uppercase;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header h2{
  margin:0!important;
  color:var(--tcc-color-primary,#0b573f)!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  font-size:var(--tcc-ds-section-title-desktop,36px)!important;
  font-weight:700!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
  letter-spacing:-.02em!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
  gap:clamp(30px,4.5vw,56px)!important;
  align-items:center!important;
  min-width:0;
  padding:clamp(22px,2.8vw,32px);
  border:1px solid var(--tccb-card-border,rgba(11,87,63,.10));
  border-radius:var(--tcc-ds-radius-lg,24px);
  background:#fff;
  box-shadow:var(--tccb-card-shadow,0 12px 34px rgba(15,45,35,.07));
  transition:transform var(--tcc-ds-transition,220ms),box-shadow var(--tcc-ds-transition,220ms),border-color var(--tcc-ds-transition,220ms);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover{
  transform:translateY(-4px);
  border-color:rgba(11,87,63,.18);
  box-shadow:0 18px 44px rgba(15,45,35,.10);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail{
  display:block!important;
  width:min(100%,820px);
  padding:clamp(26px,3.5vw,42px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .content{
  width:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .visual{
  overflow:hidden;
  border-radius:var(--tcc-ds-radius-lg,20px)!important;
  box-shadow:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .visual img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:transform .45s ease;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover .visual img{
  transform:scale(1.035);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .content>.eyebrow{
  margin:0 0 10px!important;
  color:var(--tcc-color-accent,#b98232)!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:.78rem!important;
  font-weight:800!important;
  line-height:1.35!important;
  letter-spacing:.08em!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured h3 a{
  color:var(--tcc-color-primary,#0b573f)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .content>p:not(.eyebrow){
  margin:0 0 18px!important;
  color:var(--tcc-text-muted,#66716c)!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:var(--tcc-ds-body-size,16px)!important;
  line-height:var(--tcc-body-line,1.65)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .read-more{
  display:inline-flex;
  align-items:center;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--tcc-color-accent,#b98232)!important;
  font-family:var(--tcc-body-font,inherit)!important;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  transition:color var(--tcc-ds-transition,220ms),transform var(--tcc-ds-transition,220ms);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured .read-more:hover{
  transform:translateX(3px);
  color:var(--tcc-color-primary,#0b573f)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured :where(a,button):focus-visible{
  outline:var(--tcc-ds-focus-width,3px) solid var(--tcc-color-accent,#b98232)!important;
  outline-offset:var(--tcc-ds-focus-offset,3px)!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{
    padding-block:var(--tcc-ds-section-space-tablet,48px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header h2{
    font-size:var(--tcc-ds-section-title-tablet,30px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{
    padding-block:var(--tcc-ds-section-space-mobile,36px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header{
    margin-bottom:22px;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured__eyebrow{
    padding:6px 12px!important;
    font-size:11px!important;
    letter-spacing:.15em!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header h2{
    font-size:var(--tcc-ds-section-title-mobile,26px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail{
    padding:20px!important;
    border-radius:20px;
  }
}
@media(prefers-reduced-motion:reduce){
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured .visual img,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured .read-more{
    transition:none!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover .visual img,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured .read-more:hover{
    transform:none!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card,
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .visual img{transition:none!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card:hover,
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card:hover .visual img{transform:none!important;}
}

/* RC7.9.311 — Coffee Journal final visual regression and page polish.
 * Single scoped authority block for the approved final adjustments only.
 * Homepage remains frozen and untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{
  transform:translateY(-12px);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child h1{
  margin-bottom:14px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .tccb-hero__description{
  margin-top:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
  width:min(100%,1040px);
  margin-inline:auto;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  padding-block:clamp(64px,6.2vw,80px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>p:not(.meta){
  display:-webkit-box!important;
  min-height:4.86em!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{transform:translateY(-8px);}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-block:var(--tcc-ds-section-space-tablet,48px)!important;}
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-hero:first-child .inner{transform:none;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-block:var(--tcc-ds-section-space-mobile,36px)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card h3{min-height:auto!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>p:not(.meta){min-height:auto!important;}
}

/* RC7.9.569 — Featured Article Authority consolidated into the existing canonical block.
 * Card height, media rhythm, content padding and text CTA now follow Homepage tokens. */

/* RC7.9.314 — Featured Editorial Stage & Section Rhythm Fix.
 * Final scoped authority for the approved Coffee Journal mockup direction.
 * One Section = One Stage; Homepage remains frozen and untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page{
  --tccb-stage-space-desktop:52px;
  --tccb-stage-space-tablet:42px;
  --tccb-stage-space-mobile:32px;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured,
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  padding-block:var(--tccb-stage-space-desktop)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header,
body.tcc-design-sync.tcc-frontend-engine .tccb-latest__header{
  margin-bottom:24px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)!important;
  width:100%!important;
  max-width:none!important;
  min-height:320px;
  gap:0!important;
  overflow:hidden;
  border:1px solid rgba(198,132,31,.58)!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#fff 0%,#fffdf8 56%,#f6efe2 100%)!important;
  box-shadow:0 18px 42px rgba(40,58,49,.10)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,3.2vw,44px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .content::before{
  content:"✦";
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin-bottom:18px;
  border:1px solid rgba(198,132,31,.42);
  border-radius:12px;
  background:#fff8ea;
  color:#bd7a18;
  font-size:18px;
  box-shadow:0 8px 18px rgba(147,94,18,.10);
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual{
  position:relative;
  min-height:320px;
  overflow:hidden;
  border-radius:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  z-index:1;
  width:28%;
  background:linear-gradient(90deg,#fffdf8 0%,rgba(255,253,248,.8) 28%,rgba(255,253,248,0) 100%);
  pointer-events:none;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual img{
  width:100%!important;
  height:100%!important;
  min-height:320px;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article h3{
  max-width:620px;
  margin:6px 0 12px!important;
  font-family:var(--tcc-heading-font,Georgia,serif)!important;
  /* RC7.9.382 — Homepage/Design System Card Title authority.
   * Featured is a content state, not a separate typography role. */
  font-size:var(--tcc-type-card-title,var(--tcc-ds-card-title-desktop,26px))!important;
  font-weight:var(--tcc-heading-weight,700)!important;
  line-height:var(--tcc-subheading-line,1.12)!important;
  letter-spacing:var(--tcc-heading-tracking,0em)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .content>p:not(.eyebrow){
  max-width:640px;
  margin:0 0 18px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .read-more{
  align-self:flex-start;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail{
  display:block!important;
  width:min(100%,1040px)!important;
  max-width:1040px!important;
  min-height:0!important;
  margin-inline:auto!important;
  border:1px solid rgba(198,132,31,.58)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 88% 22%,rgba(205,157,77,.18),transparent 25%),
    linear-gradient(135deg,#fff 0%,#fffaf0 100%)!important;
  box-shadow:0 18px 42px rgba(40,58,49,.10)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .content{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  padding:clamp(28px,3vw,38px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail h3,
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .content>p:not(.eyebrow){
  max-width:880px;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .read-more{
  margin-top:16px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 54px rgba(40,58,49,.14)!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured,
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
    padding-block:var(--tccb-stage-space-tablet)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article{
    grid-template-columns:1fr!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual{
    min-height:260px;
    order:-1;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual::before{
    inset:auto 0 0;
    width:auto;
    height:32%;
    background:linear-gradient(0deg,#fffdf8 0%,rgba(255,253,248,.82) 30%,rgba(255,253,248,0) 100%);
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual img{min-height:260px;}
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured,
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
    padding-block:var(--tccb-stage-space-mobile)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header,
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest__header{margin-bottom:18px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail{border-radius:18px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .content,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.no-thumbnail .content{padding:24px 20px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .content::before{width:36px;height:36px;margin-bottom:14px;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article .visual img{min-height:210px;}
}
@media(prefers-reduced-motion:reduce){
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article:hover{transform:none!important;}
}


/* RC7.9.315 — Coffee Journal Stage Spacing Controls & Card Action Anchoring.
 * Platform-owned controls replace hard-coded stage gaps. This final scoped
 * authority keeps article actions near the card bottom while preserving
 * breathable copy spacing. Homepage remains untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools{
  padding-top:var(--tccb-tools-pt,24px)!important;
  padding-bottom:var(--tccb-tools-pb,24px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{
  padding-top:var(--tccb-featured-pt,40px)!important;
  padding-bottom:var(--tccb-featured-pb,28px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  padding-top:var(--tccb-latest-pt,28px)!important;
  padding-bottom:var(--tccb-latest-pb,36px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{
  padding-top:var(--tccb-cta-pt,28px)!important;
  padding-bottom:var(--tccb-cta-pb,44px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured__header,
body.tcc-design-sync.tcc-frontend-engine .tccb-latest__header{
  margin-bottom:var(--tccb-stage-header-gap,20px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .content{
  justify-content:flex-start!important;
  min-height:100%;
  padding-bottom:var(--tccb-card-action-bottom,24px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .read-more{
  margin-top:auto!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card{
  display:flex!important;
  flex-direction:column!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding-bottom:var(--tccb-card-action-bottom,24px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>a:last-child{
  margin-top:auto!important;
  align-self:flex-start;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools{padding-block:calc(var(--tccb-tools-pt,24px)*.8) calc(var(--tccb-tools-pb,24px)*.8)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{padding-block:calc(var(--tccb-featured-pt,40px)*.8) calc(var(--tccb-featured-pb,28px)*.8)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-block:calc(var(--tccb-latest-pt,28px)*.8) calc(var(--tccb-latest-pb,36px)*.8)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{padding-block:calc(var(--tccb-cta-pt,28px)*.8) calc(var(--tccb-cta-pb,44px)*.8)!important;}
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-tools{padding-block:calc(var(--tccb-tools-pt,24px)*.65) calc(var(--tccb-tools-pb,24px)*.65)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{padding-block:calc(var(--tccb-featured-pt,40px)*.65) calc(var(--tccb-featured-pb,28px)*.65)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-block:calc(var(--tccb-latest-pt,28px)*.65) calc(var(--tccb-latest-pb,36px)*.65)!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{padding-block:calc(var(--tccb-cta-pt,28px)*.65) calc(var(--tccb-cta-pb,44px)*.65)!important;}
}

/* RC7.9.385 — Featured Media Controls.
 * Platform-managed image position/effect/ratio. The image remains crisp:
 * no blur, no masking gradient and no opacity overlay. */
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .visual::before{
  content:none!important;
  display:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .visual,
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .visual img{
  border-radius:var(--tccb-featured-image-radius,0px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .visual img{
  display:block;
  opacity:1!important;
  filter:none!important;
  transform:none;
  transition:transform .45s ease,box-shadow .45s ease;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-right .visual{order:2;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-right .content{order:1;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.ratio-16-10 .visual img{aspect-ratio:16/10!important;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.ratio-16-9 .visual img{aspect-ratio:16/9!important;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.ratio-4-3 .visual img{aspect-ratio:4/3!important;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.ratio-3-2 .visual img{aspect-ratio:3/2!important;}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.effect-zoom:hover .visual img{transform:scale(1.035);}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.effect-lift:hover .visual img{transform:translateY(-4px);}
body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.effect-glow:hover .visual img{box-shadow:0 0 28px rgba(198,132,31,.24);}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-left .visual,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-right .visual{order:-1;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-left .content,
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail.image-right .content{order:1;}
}
@media(prefers-reduced-motion:reduce){
  body.tcc-design-sync.tcc-frontend-engine .tccb-featured article.has-thumbnail .visual img{transition:none!important;transform:none!important;}
}

/* RC7.9.570 — Coffee Journal Latest Stories Authority.
 * Final scoped authority for Latest Stories cards only. Homepage and locked modules remain untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-grid{
  align-items:stretch!important;
  gap:24px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .visual{
  display:block!important;
  flex:0 0 220px!important;
  height:220px!important;
  overflow:hidden!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .visual img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
/* RC43.1172 — Editorial image integrity: Latest Posts cards must show the
 * complete source image. Disable the generic card zoom so contain never
 * clips image edges on hover. */
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card:hover .visual img{
  transform:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:22px 22px var(--tccb-card-action-bottom,24px)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .meta{
  margin:0 0 9px!important;
}
/* RC7.9.608 — Coffee Journal parent-card title clipping repair.
 * The card heading box remains visible; the two-line clamp belongs to the link
 * itself so Vietnamese glyphs/descenders are not cut by the flex card shell. */
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card h3{
  display:block!important;
  min-height:2.5em!important;
  margin:0 0 12px!important;
  overflow:visible!important;
  -webkit-box-orient:initial!important;
  -webkit-line-clamp:unset!important;
  line-clamp:unset!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card h3>a{
  display:-webkit-box!important;
  overflow:hidden!important;
  padding-bottom:.10em;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  line-height:1.2!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>p:not(.meta){
  display:-webkit-box!important;
  min-height:4.86em!important;
  margin:0 0 20px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>a:last-child{
  align-self:flex-start!important;
  margin-top:auto!important;
  padding-top:4px!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .visual{
    flex-basis:210px!important;
    height:210px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content{
    padding:20px 20px var(--tccb-card-action-bottom,22px)!important;
  }
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .visual{
    flex-basis:220px!important;
    height:220px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card h3,
  body.tcc-design-sync.tcc-frontend-engine .tccb-latest .tccb-card .content>p:not(.meta){
    min-height:0!important;
  }
}

/* RC7.9.575 — Coffee Journal Featured → Latest refined boundary authority.
 * Global section spacing and Homepage revert exclude these two stages.
 * One module-owned authority controls the approved boundary rhythm. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{
  padding-bottom:20px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  padding-top:20px!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{padding-bottom:18px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-top:18px!important;}
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-featured{padding-bottom:16px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-top:16px!important;}
}

/* RC7.9.576 — Coffee Journal Latest Stories section width parity.
 * Latest Stories now uses the same full content-stage width as Featured and CTA.
 * No card typography, spacing or responsive rhythm changes in this RC. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest>.container{
  width:min(100% - 40px,1120px)!important;
  max-width:1120px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  box-sizing:border-box!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest .tccb-grid{
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
  padding-inline:0!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  justify-content:stretch!important;
  box-sizing:border-box!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest .tccb-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest .tccb-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest>.container{
    width:min(100% - 28px,1120px)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest .tccb-grid{
    grid-template-columns:1fr!important;
  }
}

/* RC7.9.577 — Coffee Journal Latest Stories → CTA boundary authority.
 * Scope: only the boundary between the Latest Stories stage and the CTA stage.
 * Latest cards, CTA card internals, typography and widths remain unchanged. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{
  padding-bottom:20px!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{
  padding-top:20px!important;
}
@media(max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-bottom:18px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{padding-top:18px!important;}
}
@media(max-width:640px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-latest{padding-bottom:16px!important;}
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority{padding-top:16px!important;}
}

/* RC7.9.580 — Coffee Journal CTA final vertical geometry authority.
 * Preserve RC7.9.577 Latest → CTA boundary. The no-artwork CTA card now keeps
 * Homepage-equivalent visual height and vertically centers its existing content. */

/* RC7.9.581 — Coffee Journal CTA green gradient surface authority.
 * Scope: CTA surface and contrast only. Preserve RC7.9.577 boundary spacing,
 * RC7.9.580 geometry, no-artwork layout, typography sizing and button geometry. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority>.inner{
  border-color:rgba(255,255,255,.13)!important;
  background:#0b573f!important;
  background-color:#0b573f!important;
  background-image:linear-gradient(90deg,#063d30 0%,#0b573f 48%,#2f765b 100%)!important;
  box-shadow:0 16px 44px rgba(6,61,48,.18)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority h2{
  color:#fff!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority .tccb-cta__text{
  color:rgba(255,255,255,.82)!important;
}

/* RC43.122 — Coffee Corner section-title parity with frozen Homepage authority.
 * Scope: Featured section heading only. Cards, layout and all other typography remain unchanged. */
html body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-featured h2{
  font-size:26px!important;
  line-height:29.12px!important;
  letter-spacing:-.025em!important;
}


/* RC43.1112 — canonical Image Composition runtime bridge. */
.tccb-hero .media{background-size:var(--tcc-media-fit,var(--tccb-banner-fit,cover))!important;background-position:var(--tcc-media-anchor-x,50%) var(--tcc-media-position-y,50%)!important;transform:scale(var(--tcc-media-zoom,1));transform-origin:var(--tcc-media-anchor-x,50%) var(--tcc-media-position-y,50%)!important}
.tccb-hero .overlay{display:var(--tcc-media-overlay-display,block);background:var(--tcc-media-overlay,linear-gradient(90deg,rgba(3,7,5,var(--overlay)) 0%,rgba(3,7,5,.78) 42%,rgba(3,7,5,.24) 74%,transparent 100%))!important}
@media(max-width:1024px){.tccb-hero .media{background-position:var(--tcc-media-anchor-x-tablet,var(--tcc-media-anchor-x,50%)) var(--tcc-media-position-y-tablet,var(--tcc-media-position-y,50%))!important;transform:scale(var(--tcc-media-zoom-tablet,var(--tcc-media-zoom,1)));transform-origin:var(--tcc-media-anchor-x-tablet,var(--tcc-media-anchor-x,50%)) var(--tcc-media-position-y-tablet,var(--tcc-media-position-y,50%))!important}}
@media(max-width:767px){.tccb-hero .media{background-position:var(--tcc-media-anchor-x-mobile,var(--tcc-media-anchor-x,50%)) var(--tcc-media-position-y-mobile,var(--tcc-media-position-y,50%))!important;transform:scale(var(--tcc-media-zoom-mobile,var(--tcc-media-zoom,1)));transform-origin:var(--tcc-media-anchor-x-mobile,var(--tcc-media-anchor-x,50%)) var(--tcc-media-position-y-mobile,var(--tcc-media-position-y,50%))!important}}


/* RC43.1175 — Coffee Corner Image CTA geometry + left copy-panel authority.
 * Scope: Blog CTA only. Match the approved standard CTA card footprint while
 * keeping Image CTA as a full-card background. The copy is structurally wrapped
 * in a dedicated left panel so artwork can reserve/soften that zone without
 * introducing a glass box or a second image authority.
 * Homepage Hero and all other LOCK/FROZEN surfaces remain untouched. */
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card{
  min-height:0!important;
  align-items:initial!important;
  background:transparent!important;
  background-color:transparent!important;
  color:#fff!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner{
  position:relative!important;
  z-index:1!important;
  width:min(1120px,calc(100% - 40px))!important;
  max-width:1120px!important;
  min-height:288px!important;
  margin-inline:auto!important;
  padding:clamp(30px,4vw,48px)!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:28px!important;
  background:#063d30!important;
  background-color:#063d30!important;
  background-image:none!important;
  box-shadow:0 16px 44px rgba(6,61,48,.18)!important;
  box-sizing:border-box!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner>.media{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  border-radius:inherit!important;
  background-image:var(--bg,none)!important;
  background-size:var(--tcc-media-fit,cover)!important;
  background-position:var(--tcc-media-anchor-x,var(--tcc-media-position-x,50%)) var(--tcc-media-position-y,50%)!important;
  background-repeat:no-repeat!important;
  transform:scale(var(--tcc-media-zoom,1))!important;
  transform-origin:var(--tcc-media-anchor-x,var(--tcc-media-position-x,50%)) var(--tcc-media-position-y,50%)!important;
  pointer-events:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner>.overlay{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,rgba(4,25,19,.22) 0%,rgba(4,25,19,.10) 42%,rgba(4,25,19,0) 66%)!important;
  pointer-events:none!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tcc-universal-cta-layout{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  grid-template-columns:minmax(0,1fr)!important;
  padding-inline:0!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tcc-universal-cta-copy{
  width:min(52%,560px)!important;
  max-width:560px!important;
  min-width:0!important;
  color:#fff!important;
  text-align:left!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tccb-cta-copy-panel{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:560px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-sizing:border-box!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card h2{
  max-width:560px!important;
  color:#fff!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tccb-cta__text{
  max-width:560px!important;
  color:rgba(255,255,255,.88)!important;
}
body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-standard-cta-card .tccb-cta-copy-panel{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
@media(max-width:1024px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner>.media{
    background-position:var(--tcc-media-anchor-x-tablet,var(--tcc-media-position-x-tablet,var(--tcc-media-anchor-x,var(--tcc-media-position-x,50%)))) var(--tcc-media-position-y-tablet,var(--tcc-media-position-y,50%))!important;
    transform:scale(var(--tcc-media-zoom-tablet,var(--tcc-media-zoom,1)))!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tcc-universal-cta-copy{
    width:min(58%,520px)!important;
    max-width:520px!important;
  }
}
@media(max-width:767px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner{
    width:min(100% - 28px,1120px)!important;
    min-height:320px!important;
    padding:28px 24px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner>.media{
    background-position:var(--tcc-media-anchor-x-mobile,var(--tcc-media-position-x-mobile,var(--tcc-media-anchor-x,var(--tcc-media-position-x,50%)))) var(--tcc-media-position-y-mobile,var(--tcc-media-position-y,50%))!important;
    transform:scale(var(--tcc-media-zoom-mobile,var(--tcc-media-zoom,1)))!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner>.overlay{
    background:linear-gradient(90deg,rgba(4,25,19,.34) 0%,rgba(4,25,19,.16) 72%,rgba(4,25,19,.06) 100%)!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tcc-universal-cta-copy,
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card .tccb-cta-copy-panel{
    width:100%!important;
    max-width:100%!important;
  }
}

/* RC43.1176 — Coffee Corner Image CTA legacy footprint restoration.
 * Runtime authority: RC43.1172 standard CTA measured ~435.55px total section height
 * at 1440px viewport. Preserve RC43.1175 Image CTA binding and dedicated copy panel,
 * but restore the original desktop vertical footprint instead of the oversized 554px stage.
 * Scope: Coffee Corner Image CTA only. */
@media (min-width:901px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority.tcc-image-cta-card{
    padding-top:20px!important;
    padding-bottom:44px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner{
    height:372px!important;
    min-height:372px!important;
    max-height:372px!important;
    padding:32px 48px!important;
  }
}
@media (min-width:768px) and (max-width:900px){
  body.tcc-design-sync.tcc-frontend-engine .tccb-page>.tccb-cta.tccb-cta--homepage-authority.tcc-image-cta-card{
    padding-top:18px!important;
    padding-bottom:35px!important;
  }
  body.tcc-design-sync.tcc-frontend-engine .tccb-page .tccb-cta--homepage-authority.tcc-image-cta-card>.inner{
    min-height:340px!important;
    padding:30px 34px!important;
  }
}
