[card="single"] {
    border-radius: 5px 5px 5px 5px;
}

[card="grouped-top"] {
    border-radius: 10px 10px 5px 5px;
}

[card="grouped-middle"] {
    border-radius: 5px 5px 5px 5px;
}

[card="grouped-bottom"] {
    border-radius: 5px 5px 10px 10px;
}