/* Pavigym · Blog 1.7.0 · caja de búsqueda de la cabecera (en todas las páginas)
 * La del tema («style-simple»): un desplegable blanco bajo la lupa con un campo sin borde y una flecha rosa. Aquí, una
 * tarjeta con esquinas suaves, el campo en píldora con la lupa dentro y el botón azul redondo, como el resto de la web.
 * El texto de ejemplo lo cambia el plugin en cada idioma (pgbl_textos_busqueda()). */

#header .module-search-form.style-simple .module-container {
	width: 400px;
	max-width: calc(100vw - 32px);
	padding: 10px;
	border: 1px solid #e3e9ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(21, 38, 58, .16), 0 2px 6px rgba(21, 38, 58, .06);
}
#header .module-search-form.style-simple .search-form { position: relative; display: flex; align-items: center; margin: 0; padding: 0; }
#header .module-search-form.style-simple .search-form .search-field {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 58px 0 46px !important;
	border: 1px solid #d5dde5;
	text-indent: 0 !important;
	border-radius: 999px;
	background: #f6f8fb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='%235b6b7c' stroke-width='2'/%3E%3Cpath d='M20 20l-4-4' stroke='%235b6b7c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 17px center / 17px 17px no-repeat;
	box-shadow: none;
	font-family: Outfit, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #15263a;
	transition: border-color .15s, box-shadow .15s, background-color .15s;
	-webkit-appearance: none;
	appearance: none;
}
#header .module-search-form.style-simple .search-form .search-field::placeholder { color: #8a97a5; opacity: 1; }
#header .module-search-form.style-simple .search-form .search-field::-webkit-search-cancel-button { -webkit-appearance: none; }
#header .module-search-form.style-simple .search-form .search-field:focus { border-color: #05a3de; background-color: #fff; box-shadow: 0 0 0 3px rgba(5, 163, 222, .18); outline: none; }
#header .module-search-form.style-simple .search-form button {
	position: absolute;
	top: 50%;
	right: 6px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #05a3de;
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .15s;
}
#header .module-search-form.style-simple .search-form button i { font-size: 15px; line-height: 1; color: #fff !important; } /* el tema la pinta rosa */
#header .module-search-form.style-simple .search-form button:hover { background: #0491c5; }
#header .module-search-form.style-simple .search-form button:focus-visible { outline: 2px solid #15263a; outline-offset: 2px; }
