/*
Theme Name: O Taboanense vx
Theme URI: https://otaboanense.com.br/
Author: Flokin Digital
Author URI: https://flokin.com.br
Description: Tema personalizado para o Portal O Taboanense
Version: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: otaboanense-v8
Tags: news, blog, custom-menu, custom-logo, featured-images
*/

/* Estilos base serão fornecidos pelo Tailwind CSS */

/* Custom styles for scroll-header */
#main-header {
    transition: height 0.3s ease, padding 0.3s ease;
    /* Add transition to the base header */
}

#main-header.scrolled {
    height: 60px;
    /* Adjust as needed for compact height */
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    /* Hide content that overflows due to reduced height */
}

#main-header .header-content {
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}

#main-header.scrolled .header-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* Ensure the nav menu is visible and styled correctly when scrolled */
#main-header.scrolled nav {
    background-color: #fff;
    /* Ensure background is white */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Add shadow */
    transition: all 0.3s ease;
    /* Add transition for nav properties */
}

.news-text-article p,
.content-blogueiro p {
    margin: 0 0 1rem;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.75rem;
    color: rgb(60, 63, 76);

}

.news-text-article p>br {
    display: table;
    background: red;
    height: 100px;
    margin: 0 2em;
}
