html body .k-card-body {
    padding: 0;
}

html body ul.k-listgroup {
    width: 500px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
    margin: 0;
}

.k-listgroup-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.k-listgroup-item:last-child {
    border-bottom: none;
}

.k-listgroup-item a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.k-listgroup-item:hover {
    background-color: #555;

    > a {
        color: #ffff;
    }
}

.RadCard_Black .k-link,
.RadCard_BlackMetroTouch .k-link,
.RadCard_Glow .k-link {
    color: white;
}
