/*
Theme Name: UCA Guadalupe
Theme URI: https://ucaguadalupe.es
Author: UCA Guadalupe
Description: Tema de bloques de la Universidad Católica Digital de Toledo. Tradición católica, universidad digital. Paleta navy + oro derivada del logo institucional.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
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: uca-guadalupe
*/

/* Refinamientos que theme.json no cubre */
.wp-block-navigation a:hover {
	color: var(--wp--preset--color--oro-intenso) !important;
}
.uca-rule {
	height: 3px;
	width: 64px;
	background: var(--wp--preset--color--oro);
	border-radius: 2px;
}
.wp-block-button.uca-cta .wp-block-button__link {
	transition: background .2s ease, transform .15s ease;
}
.wp-block-button.uca-cta .wp-block-button__link:hover {
	background: var(--wp--preset--color--oro-intenso);
	color: var(--wp--preset--color--navy-profundo);
	transform: translateY(-1px);
}
.uca-card {
	border: 1px solid #e6e2d8;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(20, 30, 40, .05);
	transition: box-shadow .2s ease;
}
.uca-card:hover {
	box-shadow: 0 6px 18px rgba(20, 30, 40, .10);
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
	border: 1px solid #cfc9ba;
	border-radius: 8px;
	padding: 10px 14px;
	font-family: var(--wp--preset--font-family--sans);
	width: 100%;
}
