/*
Theme Name: Listivo Child
Theme URI: https://listivotheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Listivo
Template: listivo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: listivo
*/

.bb-panel-table-wrapper {
    overflow-x: auto;
}

.bb-panel-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.bb-panel-table th,
.bb-panel-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e9eef3;
    text-align: left;
    vertical-align: middle;
}

.bb-panel-table th {
    background: #f7fafc;
    font-weight: 600;
    color: #2a3946;
}

.bb-panel-table tr:hover td {
    background: #fbfdff;
}

.bb-panel-pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.bb-panel-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    background: #f1f5f9;
    text-decoration: none;
}

.bb-panel-pagination__item--active {
    background: #2a3946;
    color: #fff;
}