.route-view {
    max-width: 800px;
    margin: 153px auto;
}

.route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.route-path {
    display: flex;
    list-style: none;
    padding: 0;
}

.route-path li {
    margin-right: 10px;
}

.card {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}