.result-line {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    padding: 0px 10px;
    height: 70px;
    font-family: "Open Sans",sans-serif;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    font-size: 0.9rem;
    background-color: #eee;
    width: 100%;
}

.result-line:hover {
    background-color: #f3f3f3;
}

.result-info-left {
    display: flex;
    align-items: center;
}

.result-info-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.result-info-right a {
    font-family: "Teko",sans-serif;
    background-color: #ff5e14;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #f3f3f3;
    font-weight: 400;
}

.result-line p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

#line-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#line-info-top, #line-info-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#line-info-bottom p {
    color: var(--dark-grey);
}