﻿/*Label-value-action-list custom styles*/
.table__body-row.table-rounded__label-value-action-list:first-child .table__body-cell:first-child {
    border-top-left-radius: 20px;
}

.table__body-row.table-rounded__label-value-action-list:first-child:first-child .table__body-cell:last-child {
    border-top-right-radius: 20px;
}

.table__body-row.table-rounded__label-value-action-list:first-child:first-child .table__body-cell {
    border-top: 1px solid var(--color-outline);
}

