/*
Theme Name: Oyes Golf Magazine
Theme URI: https://oyesgolfmagazine.com
Author: Oyes Golf Magazine Team
Author URI: https://oyesgolfmagazine.com
Description: Tema profesional para revista de golf con slider de portadas, diseño elegante en escala de grises, tipografía system-ui moderna y modal de búsqueda estilo command palette.
Version: 5.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oyes-golf-magazine
Tags: blog, news, magazine, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, modern-design, system-fonts

Este tema requiere el plugin "Portadas Banner" para el slider principal.
v5.0.1 - Correcciones de UI: icono de búsqueda limpio sin backgrounds y eliminación de contador de descargas
*/

/* ========================================
   Reset y Base
======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1e293b;
    background: #f8fafc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #38bdf8;
}

/* ========================================
   Contenedor principal
======================================== */

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Esto es solo el archivo principal style.css
   Los estilos completos están en /assets/css/main.css */
