.smarseco-default-search-bar {
    width: 100%;
    min-width: 250px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}
.smarseco-default-search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 16px;
    width: 100%;
    font-size: 16px;
    background-color: white;
}
.smarseco-default-search-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    border: none;
    height: 100%;
    background-color: #ccc;
    cursor: default;
    height: -webkit-fill-available;
}
.smarseco-default-search-btn .dashicons.dashicons-search {
    line-height: 1.4;
}