.search_result_contents {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.search_result_contents img {
    width: 100px;
    height: auto;
    margin-left: 20px;
}

.search_result_content h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
    color: #000000;
}

.search_result_content h2 a {
    color: #000000;
}

.search_result_content h2 a:hover {
    color: var(--color-primary);
}

.search_result_content .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

.no_result {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    width: 100%;
}