/*
Theme Name: Simpla Contabilidade
Theme URI: https://www.simplacontabilidade.com.br
Description: Tema personalizado para Simpla Contabilidade - Gestão Financeira e Contábil de Alto Padrão. Transforme a burocracia em estratégia com soluções contábeis integradas, planejamento tributário e consultoria financeira para o crescimento sustentável da sua empresa.
Author: TP WEBMASTER
Author URI: https://www.tpwebmaster.com.br
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: simpla
Tags: business, accounting, one-page, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4

Simpla Contabilidade Theme, Copyright 2026 Simpla Contabilidade
Simpla Contabilidade Theme is distributed under the terms of the GNU GPL

This theme is built with Tailwind CSS (via CDN) and uses Lucide Icons for iconography.
*/

/*
 * WordPress Core Styles
 * These ensure the theme plays nicely with WordPress
 */

/* Alignment Classes */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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;
    clip-path: none;
    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;
}

/* Captions */
.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    text-align: center;
    padding: 0.5em 0;
}

/* Galleries */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

/* Sticky Posts */
.sticky {
    /* Add sticky post styles if needed */
}

/* Custom styles are loaded separately via assets/css/theme.css */
