/*
 * Linov Composition - vidéo YouTube de la fiche produit.
 * Habillage volontairement minimal : un cadre responsive 16/9, arrondi
 * comme les panneaux du site (14px, cf. linovmenu), le reste se règle
 * dans le CSS du thème si besoin.
 */

.lnv-compo-video {
  margin: 24px 0;
}

.lnv-compo-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 32px -12px rgba(15, 23, 42, 0.25);
}

.lnv-compo-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
