/*
Theme Name: Palmera Travel Pro
Theme URI: https://palmeratravel.com/
Author: Expert SEO
Description: Tema de ultra-alto rendimiento. Optimizado para AdSense y SEO.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: palmeratravel
*/

/* Core Setup */
:root { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: #0f172a; line-height: 1.6; }

/* FIX: ESTILOS PARA EL CONTENIDO DEL BLOG (WP-CONTENT) */
.entry-content { color: #334155; font-size: 1.125rem; }
.entry-content h1 { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: #0f172a; margin-bottom: 2rem; line-height: 1.2; }
.entry-content h2 { font-family: 'Playfair Display', serif; font-size: 2.25rem; font-weight: 700; color: #0f172a; margin-top: 3rem; margin-bottom: 1.25rem; }
.entry-content h3 { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 600; color: #1e293b; margin-top: 2.5rem; margin-bottom: 1rem; }
.entry-content p { margin-bottom: 1.5rem; line-height: 1.8; }
.entry-content ul { list-style: disc; margin-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content ol { list-style: decimal; margin-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content blockquote { border-left: 4px solid #10b981; padding-left: 1.5rem; font-style: italic; color: #475569; margin: 2rem 0; }
.entry-content img { border-radius: 1.5rem; margin: 2.5rem 0; height: auto; max-width: 100%; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.entry-content figure { margin-bottom: 2rem; }
.entry-content figcaption { text-align: center; font-size: 0.875rem; color: #94a3b8; margin-top: 0.75rem; }

/* AdSense Slot */
.ad-slot-header { min-height: 90px; background: #f8fafc; display: flex; align-items: center; justify-content: center; border: 1px dashed #cbd5e1; margin: 30px 0; border-radius: 12px; }