@keyframes slide-in-from-right{0%{transform:translateX(100vw)}to{transform:translateX(0)}}@keyframes slide-out-to-right{0%{transform:translateX(0)}to{transform:translateX(100vw)}}.at-sidebar-panel{animation-name:slide-in-from-right;border-bottom-right-radius:0;border-top-right-radius:0;height:100vh;margin:0 0 0 auto;max-height:100%}.at-sidebar-panel .components-modal__content>div:not([class]){height:100%}.at-sidebar-panel .dataviews-wrapper{margin-left:-32px;margin-right:-32px}.is-animating-out .at-sidebar-panel{animation-name:slide-out-to-right!important}
.tp-dataviews{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.tp-dataviews .tp-dataviews__view-actions{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:16px 24px}.tp-dataviews .tp-dataviews__view-actions .tp-dataviews__search{flex-grow:1;max-width:400px}.tp-dataviews .tp-dataviews__view-actions .tp-dataviews__search .tp-dataviews-search{width:100%}.tp-dataviews .tp-dataviews__view-actions .tp-dataviews__search .tp-dataviews-search .components-base-control__field{margin-bottom:0}.tp-dataviews .tp-dataviews__table-wrapper{overflow-x:auto;position:relative}.tp-dataviews .tp-dataviews-table{border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%}.tp-dataviews .tp-dataviews-table thead{background:#fafafa;border-bottom:1px solid #e0e0e0}.tp-dataviews .tp-dataviews-table thead tr th{border-bottom:1px solid #e0e0e0;color:#2c3338;font-size:13px;font-weight:500;padding:12px 16px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.tp-dataviews .tp-dataviews-table thead tr th.tp-dataviews-table__checkbox-column{padding:8px 16px;width:48px}.tp-dataviews .tp-dataviews-table thead tr th.tp-dataviews-table__actions-column{text-align:center;width:100px}.tp-dataviews .tp-dataviews-table thead tr th.is-sortable{cursor:pointer;transition:background-color .15s ease-in-out}.tp-dataviews .tp-dataviews-table thead tr th.is-sortable:hover{background:#f0f0f1}.tp-dataviews .tp-dataviews-table thead tr th.is-sorted{background:#f0f0f1;color:#0073aa}.tp-dataviews .tp-dataviews-table thead tr th .tp-dataviews-table__header-content{align-items:center;display:flex;gap:8px;justify-content:space-between}.tp-dataviews .tp-dataviews-table thead tr th .tp-dataviews-table__header-content .tp-dataviews-table__sort-icon{align-items:center;display:flex;opacity:1;transition:opacity .15s ease-in-out}.tp-dataviews .tp-dataviews-table thead tr th .tp-dataviews-table__header-content .tp-dataviews-table__sort-icon svg{fill:currentColor;height:20px;width:20px}.tp-dataviews .tp-dataviews-table thead tr th .tp-dataviews-table__header-content .tp-dataviews-table__sort-icon .is-inactive{opacity:.3}.tp-dataviews .tp-dataviews-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .15s ease-in-out}.tp-dataviews .tp-dataviews-table tbody tr:hover{background:#f6f7f7}.tp-dataviews .tp-dataviews-table tbody tr:hover .tp-dataviews-table__actions-column .components-button{opacity:1}.tp-dataviews .tp-dataviews-table tbody tr.is-selected{background:#e5f5fa}.tp-dataviews .tp-dataviews-table tbody tr.is-selected:hover{background:#d0ecf5}.tp-dataviews .tp-dataviews-table tbody tr:last-child{border-bottom:none}.tp-dataviews .tp-dataviews-table tbody tr td{color:#2c3338;font-size:13px;padding:12px 16px;vertical-align:middle}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__checkbox-column{padding:8px 16px;width:48px}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column{padding:8px;text-align:center;width:140px}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-flex{justify-content:center}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-button{height:36px;min-width:36px;opacity:.6;padding:6px;transition:opacity .2s ease-in-out,color .2s ease-in-out}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-button:hover:not(:disabled){opacity:1}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-button svg{height:20px;width:20px}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-button.is-destructive{color:#cc1818}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__actions-column .components-button.is-destructive:hover:not(:disabled){color:#a00}.tp-dataviews .tp-dataviews-table tbody tr td.tp-dataviews-table__empty{color:#757575;font-style:italic;padding:40px 16px;text-align:center}.tp-dataviews .tp-dataviews-table tbody tr td .tp-dataviews-table__title-link{color:#0073aa;font-weight:500;text-decoration:none;transition:color .15s ease-in-out}.tp-dataviews .tp-dataviews-table tbody tr td .tp-dataviews-table__title-link:hover{color:#005177;text-decoration:underline}.tp-dataviews .tp-dataviews__pagination{background:#fafafa;border-top:1px solid #e0e0e0;padding:12px 24px}.tp-dataviews .tp-dataviews__pagination .tp-dataviews__pagination-info{color:#757575;font-size:13px}.tp-dataviews .tp-dataviews__pagination .tp-dataviews__pagination-pages{color:#2c3338;font-size:13px;font-weight:500;padding:0 8px}.tp-dataviews .tp-dataviews__pagination .components-button{font-size:13px;min-height:32px}.tp-dataviews .tp-dataviews__pagination .components-button:disabled{cursor:not-allowed;opacity:.5}.tp-dataviews .tp-dataviews__bulk-actions{background:#fff3cd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #e0e0e0;padding:12px 24px}.tp-dataviews .tp-dataviews__bulk-actions .tp-dataviews__bulk-info{color:#856404;font-size:13px;font-weight:500}.tp-dataviews .tp-dataviews__bulk-actions .components-button{font-size:13px;min-height:32px}.tp-dataviews .tp-dataviews__confirm-modal p{color:#2c3338;line-height:1.6;margin-bottom:20px}@media(max-width:782px){.tp-dataviews .tp-dataviews__view-actions .components-flex{align-items:stretch;flex-direction:column}.tp-dataviews .tp-dataviews__view-actions .components-flex .tp-dataviews__search{max-width:100%}.tp-dataviews .tp-dataviews__pagination .components-flex{flex-direction:column;gap:12px}.tp-dataviews .tp-dataviews__pagination .components-flex .tp-dataviews__pagination-info{text-align:center}.tp-dataviews .tp-dataviews-table{font-size:12px}.tp-dataviews .tp-dataviews-table tbody tr td,.tp-dataviews .tp-dataviews-table thead tr th{padding:8px 12px}}
.wp-editor-control-hide-tabs .wp-editor-tabs{display:none}
