/*
Theme Name: 0Weather Pastel Theme
Theme URI: https://0weather.com
Author: LINDA
Description: Un tema minimalista y relajante en colores pastel acuarela.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeroweather
*/

/* Tus estilos de la página */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Quicksand', sans-serif; background-color: #fcfcfc; color: #4a4a4a; line-height: 1.6; }
header { background-color: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); padding: 20px 50px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f0; }
.logo { font-size: 28px; font-weight: 700; color: #8ec5fc; text-decoration: none; letter-spacing: -1px; }
.logo span { color: #4a4a4a; }
nav ul { list-style: none; display: flex; gap: 30px; }
nav ul li a { text-decoration: none; color: #666; font-weight: 600; font-size: 16px; transition: color 0.3s; }
nav ul li a:hover { color: #ffb8b8; }
.hero-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }
.hero-section h1 { font-size: 3.5em; margin-bottom: 15px; color: #3a3a3a; }
.hero-section p { font-size: 1.2em; color: #777; margin-bottom: 40px; }
.plugin-container { width: 100%; display: flex; justify-content: center; }
.blog-section { padding: 80px 20px; background-color: #f7f9fc; text-align: center; }
.blog-section h2 { font-size: 2.5em; margin-bottom: 50px; color: #4a4a4a; }
.blog-grid { display: flex; justify-content: center; gap: 30px; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.blog-card { background: white; border-radius: 30px; padding: 30px; width: 320px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); text-align: left; transition: transform 0.3s ease; border: 1px solid #f0f0f0; }
.blog-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.06); }
.tag-pastel-1 { background-color: #ffe3b3; color: #8a6a2a; }
.tag-pastel-2 { background-color: #b3e5e1; color: #2b706a; }
.tag-pastel-3 { background-color: #ffcdd2; color: #a33842; }
.blog-tag { display: inline-block; padding: 6px 15px; border-radius: 20px; font-size: 12px; font-weight: 700; margin-bottom: 15px; }
.blog-card h3 { font-size: 1.4em; margin-bottom: 15px; color: #333; }
.blog-card p { font-size: 0.95em; color: #666; margin-bottom: 20px; }
.blog-card a { text-decoration: none; color: #8ec5fc; font-weight: 700; display: inline-block; }
footer { background-color: #ffffff; padding: 40px 20px; text-align: center; border-top: 1px solid #f0f0f0; color: #888; }
