@charset "UTF-8";

.text-underline {
    text-decoration: underline;
}

@media (hover: hover) {
    .text-underline:has(.link-list__type--pdf):hover {
        text-decoration: none;
    }
}

.table tr>.table-bl-none[class*="__cell"] {
    border-left: none !important;
}

.table thead+tbody>tr:first-child>.one-row:first-child {
    border-radius: 0 0 0 12px !important;
}

.table thead+tbody>tr:first-child>.one-row:last-child {
    border-radius: 0 0 12px 0 !important;
}

.note-list-v2>li.pl-none {
    padding-left: 0;
}