/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-capdemat-theme-2-dialog-head {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 2rem !important;
}

.wp-block-capdemat-theme-2-dialog-head :is(h1, h2, h3, h4, h5, h6) {
    margin: 0!important;
    border: none !important;
}

.wp-block-capdemat-theme-2-dialog-head button.close_button {
    border: none;
    padding: 1em;

}

.wp-block-capdemat-theme-2-dialog-head button.close_button:hover {
    background-color: inherit !important;
}

.wp-block-capdemat-theme-2-dialog-head button.close_button::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    display: block;
    color: red;
    width: 1rem;
    height: 1rem;
}

.wp-block-capdemat-theme-2-dialog-head button.close_button:hover {
    background-color: inherit;
}

