.oshi_search_bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    gap: 20px;
}

.oshi_search_bar>.oshi_search_bar_input {
    width: calc(100% - 60px);
    height: 100%;
}

.oshi_search_bar>.oshi_search_bar_button {
    height: 40px;
    width: 40px;
}