.cbw-search {
    display: flex;
}

.cbw-search input {
    font-size: 1em;
    height: 55px;
    padding: 0 20px !important;
    box-shadow: none !important;
    border: #D6D6D6 solid 1px!important;
    border-radius: 5px 0 0 5px !important;
}

.cbw-search button {
    background: #EE394E !important;
    height: 55px;
    border-radius: 0 5px 5px 0 !important;
    padding: 0 35px !important;
}

.searchwp-live-search-results-showing {
    max-height: 100vmax;
    /*width: 50vh !important;*/
}

.searchwp-live-search-result {
    margin: 0 0 10px 0;
}

.searchwp-live-search-result p {
    background: #F5F8FB;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;}

.searchwp-live-search-result p span {
    text-transform: capitalize;
}

.searchwp-live-search-result p a {
    color: #000;
    white-space: normal;
    /* display: inline;
    margin-left: 5px; */
    overflow-wrap: break-word;
}

.searchwp-live-search-result p a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    float: right;
}

.searchwp-live-search-result p a:hover {
    padding-left: 10px;
}

.search-results .entry-content {
    display: flex;
    flex-wrap: wrap;
    background: #F5F8FB !important;
    padding: 15px !important;
    margin: 15px 0 !important;
}