Skip to content
.bos-search-bar {
position: absolute;
top: 100%;
right: 0;
z-index: 9999;
background: white;
width: 100%;
max-width: 400px;
padding: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.bos-search-bar input {
width: 100%;
padding: 10px 12px;
font-size: 16px;
border: 1px solid #ccc;
outline: none;
border-radius: 4px;
}