/*
Theme Name: ReferPro Portal Theme
Theme URI: https://devgrowthco.com
Author: DevGrowthCo
Author URI: https://devgrowthco.com
Description: Tema minimalista para el portal de ReferPro. Incluye template limpio sin sidebar ni menú.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: referpro-portal
*/

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
}

/* Contenedor principal */
.site-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Footer */
.site-footer {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}

.site-footer a {
    color: #2271b1;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}
