#dapanes-public-wrap {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    margin: 20px 0;
}
.dap-pub-label {
    font-size: 11px;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.dap-pub-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: none !important;
}
.dap-pub-badge {
    display: inline-block;
    font-size: 12px;
    background: #dceef8;
    color: #14508c;
    padding: 3px 12px;
    border-radius: 4px;
    font-weight: 500;
}
.dap-pub-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 12px;
}
.dap-pub-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}
.dap-pub-filter select {
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
}
.dap-pub-btns {
    display: flex;
    gap: 8px;
}
.dap-pub-btn {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #bbb;
    background: #fff;
    color: #222;
    cursor: pointer;
    font-family: Arial, sans-serif;
}
.dap-pub-btn:hover {
    background: #f0f0f0;
}
.dap-pub-table-wrap {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#dap-pub-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
#dap-pub-table thead th {
    background: #f0f4f8;
    color: #444;
    font-weight: 600;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    white-space: nowrap;
}
#dap-pub-table tbody tr {
    border-bottom: 1px solid #eee;
}
#dap-pub-table tbody tr:last-child {
    border-bottom: none;
}
#dap-pub-table tbody tr:nth-child(even) {
    background: #fafafa;
}
#dap-pub-table tbody tr:hover {
    background: #f5f8fc;
}
#dap-pub-table tbody td {
    padding: 9px 12px;
    color: #222;
    vertical-align: top;
}
#dap-pub-table .dap-aa {
    text-align: center;
    color: #aaa;
    font-size: 12px;
}
#dap-pub-table .dap-poso {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.dap-pub-total td {
    font-weight: 700;
    background: #f0f4f8;
    padding: 10px 12px;
    border-top: 2px solid #ccc;
    font-size: 13px;
}
#dap-pub-total-amt {
    text-align: right;
}
