/* Funzione di recesso - stili front */
.mr-withdrawal { max-width: 720px; margin: 0 auto; }
.mr-withdrawal .form-group { margin-bottom: 1rem; }
.mr-withdrawal .mr-items li { margin-bottom: .4rem; }
.mr-declaration-box { margin-top: 1rem; }
.mr-declaration-text {
    white-space: pre-wrap;
    word-break: break-word;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 12px;
    font-size: .9rem;
    margin: 0;
}
.mr-footer-withdrawal a { text-decoration: underline; }
