/* Styles for the HTML Editor Syntax Highlighter plugin */
div.enlighter-code div.enlighter {
    font-size:1.5em;
}

@media (max-width: 600px) {
    div.enlighter-code div.enlighter {
        font-size:1.25em;
    }
}

/* Styles for the GDPR plugin */
/* https://es.wordpress.org/plugins/cookie-law-info/ */

.cli-style-v2 .cli-bar-message {
    font-weight: bold;
}

.cli-bar-btn_container .medium.cli-plugin-button {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px;
}

@media (max-width: 480px) {
    .cli-style-v2 .cli-bar-message {
        text-align: center !important;
    }

    .cli-style-v2 .cli-bar-btn_container {
        justify-content: center;
        width: 100%;
    }
}