/* Unvarnish — random article module (home). Enqueue: unvarnish-random. Prefixed .unv-rand* (CSS global). rem + theme tokens. */
.unv-randwrap{margin:0 0 var(--wp--preset--spacing--32,2rem);}
.unv-rand.alignwide{
  /* box = wide-size + 2 paddings → contenu interne = min(wide-size, viewport−2×pad) :
     aligné sur la grille alignwide sur desktop, padding latéral correct sur mobile. */
  max-width:calc(var(--wp--style--global--wide-size,1340px) + 2 * var(--wp--preset--spacing--32,2rem))!important;
  margin-left:auto!important;margin-right:auto!important;
  padding-left:var(--wp--preset--spacing--32,2rem);padding-right:var(--wp--preset--spacing--32,2rem);
  box-sizing:border-box;
}
.unv-rand__grid{display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:var(--wp--style--block-gap,1.2rem);}
.unv-rand__media{display:block;}
.unv-rand__media img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:var(--unv-line,#e7e7e4);}
.unv-rand__body{display:flex;flex-direction:column;}
.unv-rand__title{font-weight:600!important;font-size:clamp(1.4rem,2.6vw,2rem)!important;line-height:1.1!important;letter-spacing:-.02em;margin:0 0 .6rem!important;}
.unv-rand__title a{color:var(--unv-ink);}
.unv-rand__title a:hover{color:var(--unv-red);}
.unv-rand__chapo{font-size:1rem;line-height:1.55;color:var(--unv-grey);margin:0 0 1rem;}
.unv-rand__player{margin:0 0 1rem;}
.unv-rand__player audio{display:block;width:100%;height:2.6rem;}
.unv-rand__cta{margin:auto 0 0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.unv-rand__cta a{color:var(--unv-red);}
@media (max-width:48rem){.unv-rand__grid{grid-template-columns:1fr;gap:1rem;}}
