/*
Theme Name: Kero Mais Theme
Theme URI: https://pskeromais.com.br/
Author: Kero Mais
Author URI: https://pskeromais.com.br/
Description: Tema premium e lúdico para Pipocas e Salgadinhos Kero Mais. Desenvolvido com Tailwind CSS para uma experiência visual moderna e envolvente.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kero-mais-theme
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* WordPress alignment defaults */
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.wp-caption { max-width: 100%; }
.wp-caption img { display: block; margin: 0 auto; max-width: 98%; }
.wp-caption-text { text-align: center; margin: 0.5em 0; }

/* Entry content full-width (from child theme) */
.entry-content {
    padding: 0 !important;
    overflow: unset;
}

/* Image container for hero product images */
.ctn-img-1 {
    min-height: 150px;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .ctn-img-1 {
        min-height: 300px;
        margin-top: 0;
    }
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Posts & Pages border from child theme */
#main .post,
#main .page {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow-x: auto;
    padding: 10px;
}

/* Fix Bootstrap img responsive */
#main .post .entry-content img,
#main .page .entry-content img {
    height: auto;
    max-width: 100%;
}
