/*
 * Estilos para la barra y los menús de administración de posteos personalizados
 */
#uhl-adminbar, #uhl-buscador-wrap {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#uhl-adminbar * {
	color: white;
}

#uhl-adminbar button, #uhl-buscador-wrap button {
	position: relative;
	padding: 1em;
	border: none;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#uhl-adminbar button span {
	width: 100%;
	font-size: var( --uhl-font-size-s );
}

#uhl-buscador-wrap {
	padding: 0.5em 0;
	transition: bottom 0.5s ease-out;
}

#uhl-buscador-wrap * {
    font-size: var( --uhl-font-size-l );
}

#uhl-buscador-wrap input {
	padding: 0 1em;
}

#uhl-sort nav {
	position: absolute;
	top: 100%;
	padding: 1em;
	background-color: black;
	border-top: 3px solid;
	border-bottom: 3px solid;
	text-align: left;
	z-index: 1;
	display: none;
}

#uhl-sort nav a {
	display: block;
	padding: 0.5em;
}

.uhl-add-item-form {
	display: none;
}

.uhl-footer {
	display: none;
}