.result {
    border: none;
    width: 100%;
    height: 10vh;
    padding: 1vh;
    background-color: aliceblue;
    border-bottom: 1px solid #404040;
    display: flex;
    flex-direction: column;
}

.result:hover {
    background-color: rgb(245, 250, 255);
}

.doc-type {
    font-weight: bold;
    font-size: 1.8vh;
    color: #c0c0c0;
}

.doc-title {
    font-weight: bold;
    font-size: 2.5vh;
}

.doc-date {
    font-size: 1.8vh;
    color: #c0c0c0;
    font-style: italic;
}

.upper-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}