/*
Theme Name: Ovelha 2026
Theme URI: https://www.ovelhaeletrica.com
Author: Ovelha Elétrica
Author URI: https://www.ovelhaeletrica.com
Description: Tema da Ovelha Elétrica 2027. Baseado no Ovelha 2026, tema filho do Twenty Twenty-Five. Versão de desenvolvimento para testes de novas funcionalidades sem afetar o tema ativo.
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: ovelha2026
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.wp-block-post-author .wp-block-post-author__name {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
}

.wp-block-comment-author-name{
    font-size: large;
    font-weight: 600;
}

.wp-block-comment-content {
    margin-top: 0;
}
.wp-block-comment-edit-link a, 
.wp-block-comment-date a {
    color: var(--wp--preset--color--base);
    text-decoration: none;
}

:root :where(.wp-block-columns-is-layout-flex) {
    gap: 1em;
}

.wp-block-create-block-show-comment-count-text{
    font-weight: 600;
}


.wp-block-button input[type="submit"] {
    font-weight: bold;
    text-transform: uppercase;
}

.comment-char-counter {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--secondary);
    margin-top: 0.25em;
}

.comment-char-counter--over {
    color: red;
    font-weight: 600;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ovelha-post-meta {
    opacity: 0.5;
}