.rv-icon {
    display: block;
}

.rv-recent-dropdown {
    padding: 0;
    max-width: calc(100vw - 20px);
    overflow: hidden;
}

.rv-recent-header {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #8a8a8a;
    border-bottom: 1px solid #eee;
}

.rv-recent-list {
    max-height: 340px;
    overflow-y: auto;
}

.rv-empty {
    padding: 18px 15px;
    font-size: 13px;
    color: #8a8a8a;
    text-align: center;
}

a.rv-item.dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 15px;
    white-space: normal;
}

a.rv-item.dropdown-item:hover,
a.rv-item.dropdown-item:focus {
    background-color: #f5f5f5;
}

.rv-item__badge {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.rv-item__badge--kunde {
    background: #e7f1ff;
    color: #2f6fd6;
}

.rv-item__badge--reise {
    background: #eaf7ee;
    color: #2f9e52;
}

.rv-item__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
}

.rv-item__label {
    font-size: 13px;
    color: #23231f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rv-item__time {
    font-size: 11px;
    color: #9a9a9a;
    margin-top: 1px;
}

@media (max-width: 767px) {
    .rv-recent-dropdown {
        max-width: calc(100vw - 12px);
    }
}
