/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-mega-blocks-enlaces-para-contenedor {
    border: 2px dashed #0073aa;
    padding: 10px;
    background-color: #e6f7ff;
    position: relative;
}

/* Estilo para el mensaje dentro del bloque */
.wp-block-mega-blocks-enlaces-para-contenedor p {
    margin: 0;
    color: #0073aa;
    font-size: 14px;
    text-align: center;
}

/* Estilo para el área del inspector de bloques */
.components-panel__body.is-opened {
    border-top: 1px solid #ccd0d4;
    margin-top: 10px;
    padding-top: 10px;
}

/* Estilo para los controles del inspector */
.components-base-control__field {
    margin-bottom: 10px;
} 

/* Estilo para los labels del inspector */
.components-base-control__label {
    font-weight: bold;
}
