.wfat-table-instance {
    width: 100%;
    max-width: 100%;
}
.wfat-instructions {
    margin-bottom: 1rem;
}
.wfat-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.wfat-table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.wfat-layout-auto .wfat-table { table-layout: auto; }
.wfat-layout-fixed .wfat-table { table-layout: fixed; }
.wfat-table th,
.wfat-table td {
    box-sizing: border-box;
    vertical-align: top;
}
.wfat-cell-inner {
    min-width: 0;
    max-width: 100%;
}
.wfat-wrap-wrap .wfat-cell-inner {
    white-space: normal;
    overflow-wrap: anywhere;
}
.wfat-wrap-nowrap .wfat-cell-inner {
    white-space: nowrap;
}
.wfat-wrap-ellipsis .wfat-cell-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wfat-empty,
.wfat-message {
    padding: 0.75rem 0;
}
.wfat-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.wfat-page-link,
.wfat-page-number,
.wfat-page-gap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
}
.wfat-page-number.is-current {
    font-weight: 700;
}
.wfat-table .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
