.vh-list-title .mud-typography-body1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.vh-list-subtitle .mud-typography-body1 {
    color: var(--Darker-grey, #666);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.vh-checkbox-voorkeur {
    color: var(--Darker-grey, #666);
    font-size: 16px;
}

.vh-card-content {
    height: 155px;
}

.vh-card-text {
    min-height: 8ex;
}

.vh-toolbar {
    color: #FFF;
    background-color: #C3502E;
    padding-left: 12px;
}

.vh-toolbar .mud-nav-link {
    width: auto;
}

.vh-toolbar .mud-nav-link .mud-nav-link-text {
    line-height: 48px;
    font-size: 16px;
    margin-left: 0px;
    margin-inline-start: 0px;
}

.vh-active {
    background-color: #AD3916 !important;
}

.vh-zoeksuggesties {
    height: 0px;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.vh-cursor-pointer {
    cursor: pointer;
}

.vh-footer {
    bottom: 0;
    height: 48px !important;
    font-size: 14px;
    margin-top: 12px;
}

.vh-popover {
    position: fixed!important;
    top: 10px!important;
    left: 10px!important;
}

.vh-text-multiline {
    white-space: pre-line;
}