﻿.role-limit-wrap {
    overflow-x: auto;
}

.role-limit-table {
    width: 100%;
    table-layout: fixed;
    border-color: #d7dbe2;
}

    .role-limit-table th,
    .role-limit-table td {
        vertical-align: top;
        font-size: 1rem;
        line-height: 1.6;
        padding: 1rem;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        background: #fff;
    }

    .role-limit-table thead th {
        font-size: 1.15rem;
        font-weight: 700;
        background: #f8f9fa;
    }

    .role-limit-table tbody td {
        color: #212529;
    }

@@media (max-width: 991.98px) {
    .role-limit-table {
        min-width: 900px;
        table-layout: auto;
    }
}

@@media (max-width: 768px) {
    .role-limit-table th,
    .role-limit-table td {
        font-size: .95rem;
        padding: .85rem;
    }
}
