/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2025 | 10:31:52 */
.searchbar {
	text-align: right;
}

#wp-block-search__input-1 {
	margin: 0;
	padding: 0;
	display: none;
	transition: width 2s;
}

.searchbar:hover #wp-block-search__input-1 {
	display: inline;
}