/* newsletter-edition.css
   Section affichée sur la page d'accueil quand ?edition=X est présent. */

.newsletter-edition-section {
    max-width: 700px;
    margin: 24px auto;
    padding: 0 16px;
}

.newsletter-edition-retour {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    opacity: 0.75;
}

.newsletter-edition-retour:hover {
    opacity: 1;
    text-decoration: underline;
}

.newsletter-edition-iframe {
    width: 100%;
    height: 800px; /* valeur de secours, ajustée en JS via postMessage */
    border: none;
    display: block;
    background: #fff;
}