/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 10:20:46 */
.wp-block-search{
	max-width: 100%
}

.wp-block-search__inside-wrapper {
    border: none 0;
    flex-direction: row-reverse;
	padding: 0;
	background-color: transparent;
    /* color: white; */
}

.wp-block-search__inside-wrapper input.wp-block-search__input {
    background-color: transparent;
    color: white;
    border-bottom: solid 1px white;
    width: 0;
    opacity: 0;
    transition: all 0.3s;
}

.wp-block-search__inside-wrapper input.wp-block-search__input:focus {
    width: 300px;
    opacity: 1;
	max-width: 100%;
}


.wp-block-search__inside-wrapper button.wp-block-search__button {
    padding: 0;
	padding-left: 0;
	margin-left: -10px;
    margin: 0;
}
.wp-block-search__inside-wrapper button.wp-block-search__button svg{
height: 3rem;
width: 3rem;
}