.fdwp-wrapper {
    border: none;
    overflow: hidden; /* masque scrollbars */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 100%;
}

iframe#fdwp-iframe {
    width: 100%;
    height: 2500px; /* assez grand pour tous les blocs JS */
    border: none;
    overflow: visible !important; /* forcer tous les blocs à s'afficher */
    display: block;
}
