.review-item_name {
    font-size: 13px;
}

.review-item_content .aside-company-link {
    text-align: center;
    margin: auto;
    display: block;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 5px;
}

.search_result {
    position: absolute;
    top: 100%;
    margin-top: -8px;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    max-height: 400px;
    overflow: auto;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.search_result table {
    width: 100%
}

.search_result tbody {
    display: block;
    width: 100%
}

.search_result-name {
    width: 100%;
}

.search_result-name a{
    width: 100%;
    display: block;
    padding-left: 9px;
}

.search_result tbody tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 20px;
    width: 100%
}

.search_result-name a {
    text-decoration: unset
}

.search_result-name a:hover {
    text-decoration: unset
}

.link-footer  {
    margin-top: 20px;
    font-size: 13px;
}

.footer-inner span {
    font-size: 14px;
}

.link-footer > * {
    display: block;
    color: unset;
    text-decoration: underline;
}