/* RUSENCOM v59 — greeting articles and Journal recommendation polish. */

/* Random recommendation: label is a real top marker, while article details
   remain anchored at the bottom of the card. */
html body.single-post .rsc-journal-more{
  justify-content:flex-start!important;
}
html body.single-post .rsc-journal-more small{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin:0 0 auto!important;
  padding:7px 10px!important;
  border:1px solid rgba(249,129,30,.34)!important;
  border-radius:999px!important;
  background:rgba(249,129,30,.10)!important;
  color:#ff922f!important;
  font:900 11px/1.15 "RSC Roboto",Arial,sans-serif!important;
  letter-spacing:.11em!important;
}

/* Holiday artwork contains important typography/logo details close to the
   image edges. Never crop these posters to match a stretched hero column. */
html body.single-post.rsc-journal-greeting .rsc-journal-hero>.wp-block-column:last-child{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
}
html body.single-post.rsc-journal-greeting .rsc-journal-cover{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  align-self:center!important;
  background:#fff!important;
}
html body.single-post.rsc-journal-greeting .rsc-journal-cover img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* New Year keeps the target year in the headline, but uses a slightly calmer
   scale so "С Новым 2021 годом!" reads as one line on normal desktop widths. */
html body.single-post.rsc-journal-greeting-newyear .rsc-journal-hero-copy h1{
  font-size:clamp(36px,2.75vw,50px)!important;
  line-height:1.03!important;
  letter-spacing:-.035em!important;
}
html body.single-post.rsc-journal-greeting-company .rsc-journal-hero-copy h1{
  font-size:clamp(36px,2.95vw,54px)!important;
}

/* Longer greeting copy should feel intentional rather than like a short news
   stub. Keep the story rhythm generous and the closing wish visually clear. */
html body.single-post.rsc-journal-greeting .rsc-journal-content .rsc-news-story{
  padding-top:26px!important;
}
html body.single-post.rsc-journal-greeting .rsc-journal-content .rsc-news-story p+p{
  margin-top:18px!important;
}
html body.single-post.rsc-journal-greeting .rsc-journal-content .rsc-news-conclusion{
  margin-top:38px!important;
}
html body.single-post.rsc-journal-greeting .rsc-journal-content .rsc-news-conclusion>span{
  background:#f9811e!important;
}

@media(min-width:1181px){
  html body.single-post.rsc-journal-greeting-newyear .rsc-journal-hero-copy h1{
    white-space:nowrap!important;
  }
}

@media(max-width:760px){
  html body.single-post .rsc-journal-more small{
    padding:6px 9px!important;
    font-size:10px!important;
  }
  html body.single-post.rsc-journal-greeting-newyear .rsc-journal-hero-copy h1,
  html body.single-post.rsc-journal-greeting-company .rsc-journal-hero-copy h1{
    font-size:clamp(31px,9.2vw,38px)!important;
    white-space:normal!important;
  }
  html body.single-post.rsc-journal-greeting .rsc-journal-content .rsc-news-story{
    padding-top:20px!important;
  }
}
