﻿
.widget_search_custom {
    margin: 10px 0px;
}

.search_result-box_custom {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 3px;
}

    .search_result-box_custom .row {
        margin: 10px 0px;
        box-shadow: 1px 2px 4px rgb(0 0 0 / 50%);
        padding: 20px 0px 10px;
        border-radius: 4px;
        min-height: 200px;
    }

.search_img_custom {
    height: 100%;
    text-align: center;
}

    .search_img_custom img {
        max-height: 200px;
    }

.search_content_custom .search_title_custom {
    font-size: 20px;
    margin-bottom: 15px;
}

.search_content_custom .button {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-transform: unset;
}

.search_info_custom {
    margin-bottom: 15px;
}

.pagination ul li.next, .pagination ul li.previous {
    width: 40px;
}
