/*
 * Stili per blocchi WordPress/Gutenberg.
 */

.wordpress-blocks-content > *:first-child {
    margin-top: 0;
}

.wordpress-blocks-content > *:last-child {
    margin-bottom: 0;
}

.is-style-outline-light .wp-block-button__link {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.is-style-outline-dark .wp-block-button__link {
    background: transparent;
    border: 1px solid #111;
    color: #111;
}

.is-style-checkmark {
    list-style: none;
    padding-left: 0;
}

.is-style-checkmark li::before {
    content: '✓';
    margin-right: .5rem;
}
