/*
Theme Name: HTML Tools Marketplace
Theme URI: https://htmltools.com.br
Author: HTML Tools
Author URI: https://htmltools.com.br
Description: Tema marketplace profissional para venda de ferramentas HTML premium com integração Hotmart
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: htmltools-marketplace
Tags: marketplace, ecommerce, two-columns, custom-post-types, responsive-layout

HTML Tools Marketplace - Sistema completo de marketplace para ferramentas HTML
*/

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f7fa;
}

/* Container principal */
.site-container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Links padrão */
a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1d4ed8;
}

/* Imagens responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Utilitários */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
