.wb-component.input-group.search {
    height: 48px;
}

.wb-component.input-group.search #search-posts {
    background-color: #F6F6F6;
    border: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    max-width: 240px;
    padding: 4px 16px;
    height: 100%;
}

.wb-component.input-group.search .input-group-append{
    background-color: #F6F6F6;
    align-items: center;
    padding-left: 3px;
    padding-right: 14px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}