/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 /* Bloc plugin */
.plugin {
    display: flex;
    max-width: 600px;
    margin: 2em 0;
    border: 2px solid #EBEBEB;
}

.plugin__icon { max-width: 200px; }
.plugin__icon img { display: block; }

.plugin__content {
    flex: 1;
    padding: 20px;
}

.plugin__title {
    margin-top: 0;
    font-weight: bold;
}

.plugin__description { font-size: .9em; }

.plugin__link {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    margin-bottom: 0;
}

/* Compenser les styles de l'éditeur */
.editor-styles-wrapper .plugin p { 
    margin-top: 0;
    margin-bottom: 20px;
}

.editor-styles-wrapper .plugin p:last-child {
    margin-bottom: 0;
}