/*
Theme Name: Francisco J. Sanz 2014
Theme URI: https://franciscojsanz.com
Author: Francisco J. Sanz
Author URI: https://franciscojsanz.com
Description: Personal brand block theme for Francisco J. Sanz — spirit of the 2014 "Creando Negocios Online" design, rebuilt for modern WordPress. Green #8CBB38, black header, white content card, Inter Tight. Bilingual-ready (EN/ES).
Version: 2.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: franciscojsanz-2014
Tags: blog, one-column, block-patterns, full-site-editing, translation-ready
*/

::selection {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* ---- 2014 spirit: white content card over gray page ---- */
main.wp-block-group {
	background: var(--wp--preset--color--paper);
	max-width: 1160px;
	margin: 2.5rem auto 3.5rem;
	border: 1px solid #DDDDD6;
	border-radius: 8px;
	box-shadow: 0 12px 45px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1200px) {
	main.wp-block-group {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

/* ---- Dark header: white nav links, lime hover (like 2014) ---- */
.site-header-dark .wp-block-navigation a {
	color: #fff;
	transition: color .2s ease-in-out;
}

.site-header-dark .wp-block-navigation a:hover,
.site-header-dark .wp-block-navigation a:focus {
	color: var(--wp--preset--color--lime);
}

/* ---- Date badge (the gray offset strip) ---- */
.wp-block-post-date {
	display: inline-block;
	background: #EBEBEB;
	border: 1px solid #E4E3E2;
	padding: 2px 22px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #181818;
}

.wp-block-post-date a {
	color: inherit;
	text-decoration: none;
}

/* ---- Framed images inside posts (modernized) ---- */
.entry-content img,
.wp-block-post-content img {
	background: #fff;
	padding: 6px;
	border: 1px solid #CFCFC9;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	transition: box-shadow .2s ease-in-out;
}

.wp-block-post-content img:hover {
	box-shadow: 0 2px 18px rgba(140, 187, 56, 0.55);
}

/* ---- Links in content: bold green, smooth hover ---- */
.wp-block-post-content a:not(.wp-element-button),
.wp-block-post-excerpt a {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease-in-out;
}

.wp-block-post-content a:not(.wp-element-button):hover {
	color: var(--wp--preset--color--primary-dark);
}

/* ---- Post titles ---- */
.wp-block-post-title a {
	text-decoration: none;
	transition: color .1s ease-in-out;
}

.wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary);
}

/* ---- Buttons ---- */
.wp-element-button,
.wp-block-button__link {
	transition: background-color .2s ease-in-out;
	letter-spacing: 0.02em;
}

/* ---- Card corners ---- */
main.wp-block-group {
	overflow: hidden;
}

/* ---- Arrow buttons (2014 "Seguir leyendo" style) ---- */
.is-style-arrow .wp-block-button__link {
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
	padding-right: 2.6em;
	border-radius: 6px 0 0 6px;
}

a.wp-block-post-excerpt__more-link {
	display: inline-block;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5em 2.4em 0.5em 1.2em;
	margin-top: 0.6em;
	clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
	border-radius: 6px 0 0 6px;
	transition: background-color .2s ease-in-out;
}

a.wp-block-post-excerpt__more-link:hover {
	background: var(--wp--preset--color--primary-dark);
	color: #fff;
}
