/*
Theme Name: ClipNotícias
Theme URI: https://clipnoticias.com.br
Author: Daniel Lima
Author URI: https://clipnoticias.com.br
Description: Um tema WordPress leve, ultrarrápido e imersivo, ideal para tráfego do Google Discover. Possui leitura rápida, modo escuro nativo, carregamento infinito impecável e blocos seguros de anúncios de alto rendimento.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clipnoticias
Tags: responsive-layout, dark-mode, micro-formats, optimized-for-adsense, fast-loading, infinite-scroll
*/

/* Reset e utilitários globais complementares */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Transições e Animações customizadas */
@keyframes fastFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fast-fade {
    animation: fastFade 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Espaçamento Inteligente de Anúncios */
.clip-adsense-slot {
    min-height: 100px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Correções de layout gerais para WordPress */
img {
    max-width: 100%;
    height: auto;
}
