/* CHERCHEZ LA FEMME · duplicate TREND in story author/date meta */
.story-meta .clf-trend-meta-copy{
  margin-left:auto;
  padding-left:16px;
  border-left:1px solid rgba(30,26,22,.14);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-self:stretch;
  min-width:112px;
  font-family:Arial,sans-serif;
  color:#332e29;
}
.clf-trend-meta-copy__label{
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.58;
  margin-bottom:5px;
}
.clf-trend-meta-copy__line{
  display:flex;
  align-items:baseline;
  gap:5px;
  white-space:nowrap;
}
.clf-trend-meta-copy__dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:currentColor;
  opacity:.68;
  flex:0 0 auto;
}
.clf-trend-meta-copy__value{
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:.02em;
  font-variant-numeric:tabular-nums;
}
.clf-trend-meta-copy__state{
  font-size:8px;
  line-height:1;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.58;
}
@media(max-width:820px){
  .story-meta{
    flex-wrap:wrap;
  }
  .story-meta .clf-trend-meta-copy{
    flex:0 0 100%;
    margin:9px 0 0 0;
    padding:8px 0 0 52px;
    border-left:0;
    border-top:1px solid rgba(30,26,22,.10);
    min-width:0;
    align-self:auto;
  }
  .clf-trend-meta-copy__label{margin-bottom:4px}
}
