/**
 * RU Stories, style de la fenêtre du bouton intégrer.
 */
.ru-embed-modal, .ru-embed-modal * { box-sizing: border-box; }
.ru-embed-modal { position: fixed; inset: 0; z-index: 100001; display: none; align-items: center; justify-content: center; padding: 16px; }
.ru-embed-modal.ru-embed-ouvert { display: flex; }
.ru-embed-fond { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.ru-embed-boite {
    position: relative; width: 440px; max-width: 100%; background: #fff; color: #161823;
    border-radius: 14px; padding: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.3); overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.ru-embed-entete { display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: 16px; margin-bottom: 8px; }
.ru-embed-fermer { background: none; border: none; font-size: 24px; cursor: pointer; color: #161823; line-height: 1; }
.ru-embed-info { font-size: 13px; color: #57585c; margin: 0 0 12px; line-height: 1.5; }
.ru-embed-code { width: 100%; height: 90px; border: 1px solid #ebebeb; border-radius: 10px; padding: 10px 12px; font: 12px/1.5 monospace; background: #f6f7f8; color: #161823; resize: none; }
.ru-embed-copier { margin-top: 12px; width: 100%; background: #FE2C55; color: #fff; border: none; border-radius: 10px; padding: 12px; font-weight: 800; font-size: 14px; cursor: pointer; }
.ru-embed-copier:hover { background: #e02348; }
