.PublicRelationList {
    --_borderColor: #ccc;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid var(--_borderColor);
    border-collapse: collapse;
}

.PublicRelationList thead th {
    font-size: .85rem;
}

.PublicRelationList__item {
    border: 1px solid var(--_borderColor);
}

.PublicRelationList th,
.PublicRelationList td {
    padding: .625em;
    border: 1px solid var(--_borderColor);
    text-align: left;
}

.pbuic-pager-container {
    margin-top: 1.5rem;
}

@media (max-width: 500px) {
    .PublicRelationList {
        border: 0;
    }

    .PublicRelationList thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        clip: rect(0 0 0 0);
        border: none;
        overflow: hidden;
    }

    .PublicRelationList tr {
        display: block;
        margin-bottom: 1.5rem;
    }

    .PublicRelationList td {
        display: block;
        text-align: right;
        border: 0;
        border-bottom: 1px solid var(--_borderColor);
    }

    .PublicRelationList td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .PublicRelationList td:last-child {
        border-bottom: 0;
    }
}
