/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
/* === Ajustes de diseño modo claro en entradas === */

/* Fondo general del post */
body.single-post,
body.single {
  background-color: #FAF9F4 !important; /* marfil claro */
  color: #111111 !important;
}

/* Contenedor del contenido */
body.single-post .nv-content-wrap,
body.single .nv-content-wrap {
  background-color: #FAF9F4 !important;
  color: #111111 !important;
  box-shadow: none;
  border-radius: 0;
}

/* Sidebar */
body.single-post .nv-sidebar-wrap,
body.single .nv-sidebar-wrap {
  background-color: #FFFFFF !important;
  color: #111111 !important;
  border-left: 1px solid #eaeaea;
}

/* Título principal del post */
body.single-post .entry-title,
body.single .entry-title {
  color: #D8E0F0 !important; /* azul muy claro */
}

/* Subtítulos */
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single h2,
body.single h3,
body.single h4 {
  color: #111567 !important; /* azul oscuro */
}

/* Links dentro del contenido */
body.single-post .entry-content a,
body.single .entry-content a {
  color: #0033cc;
}

body.single-post .entry-content a:hover,
body.single .entry-content a:hover {
  color: #001a80;
}

/* Footer en modo claro */
body.single-post footer.site-footer,
body.single footer.site-footer {
  background-color: #f7f7f7 !important;
  color: #111111 !important;
}
