.advanced-search-box {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #DDD;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advanced-search-icon {
    align-items: center;
}

.advanced-search-link {
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: #222;
}

.advanced-search-link:hover {
    background: rgba(100, 100, 100, 0.1);
}

.box-count {
    margin-left: 10px;
}

.box-count a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.box-count a:hover {
    color: #888;
    font-weight: bold;
}

.search-input-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-input-line-detail {
    color: #888;
}
