.custom-search-button{
    padding: 10px 15px;
    background-color: #ffbc49;
    color: black;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
}

.custom-show-more-button{
    padding: 5px 10px;
    border: 1px solid #ffbc49;
    color: #ffbc49 !important;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}