/*
Theme Name: xapes
Theme URI: #
Author: Cesar
Author URI: #
Description: xapes
Tags: xapes
Version: 2.1.24
Tested up to: 6.0.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xapes
This theme, like WordPress, is licensed under the GPL.
*/

 .container-filtro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.search-form-customluis {
	background: #f1f5f9;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-form-customluis input,
.search-form-customluis select {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.search-button-customluis {
	background: #82c91e;
	color: white;
	padding: 8px;
	width: 100%;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.reset-button {
	background: #ccc;
	color: #333;
	padding: 8px;
	width: 100%;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 2em;
	text-align: center;
	display: block;
}

.search-results-customluis {
	background: white;
	border: 1px solid #ddd;
	max-width: 100%;
	margin-top: 5px;
	padding: 5px;
	/*display: none;
	position: absolute;*/
	width: 100%;
	z-index: 1000;
}

.search-result-item-customluis {
	padding: 8px;
	border-bottom: 1px solid #eee;
}

.search-result-item-customluis a {
	text-decoration: none;
	color: #333;
}

.no-results-customluis {
	padding: 8px;
	color: #777;
	text-align: center;
}

.otro-form {
	width: 50%;
}

.search-form-customluis {
	width: 100%;
	background: #f1f5f9;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	align-items: center;
}

#search-input-customluis {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.category-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
}

.category-button {
	flex: 1;
	padding: 10px;
	background: #ddd;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	transition: background 0.3s;
}

.category-button:hover {
	background: #bbb;
}

.category-button:focus {
	background: #82c91e;
	color: white;
}

.select_label {
	width: 100%;
	padding: 0.25em 0;
}

.select_label input {
	width: 25px;
	cursor: pointer;
}

.select_label label {
	width: auto;
	margin-bottom: 10px;
}

.select_label_field {
	margin-bottom: 1em;
}

.select_label_field select {
	margin-bottom: 0;   
}

@media(max-width: 998px) {
	.otro-form {
		width: 100%;
	}
}