.nsib-pdc-wrap,
.nsib-pdc-box {
    font-family: inherit;
}

.nsib-pdc-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.nsib-pdc-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.nsib-pdc-search-form input[type="text"] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}

.nsib-pdc-button,
.nsib-pdc-danger-button {
    border: 0;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.nsib-pdc-button {
    background: #1f2937;
    color: #fff;
}

.nsib-pdc-danger-button {
    background: #b91c1c;
    color: #fff;
}

.nsib-pdc-table-wrap {
    overflow-x: auto;
}

.nsib-pdc-table {
    width: 100%;
    border-collapse: collapse;
}

.nsib-pdc-table th,
.nsib-pdc-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.nsib-pdc-table th {
    background: #f9fafb;
    font-weight: 700;
}

.nsib-pdc-box {
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.nsib-pdc-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.nsib-pdc-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

.nsib-pdc-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}

.nsib-pdc-pagination a {
    padding: 8px 11px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    text-decoration: none;
}

.nsib-pdc-pagination a.active {
    background: #111827;
    color: #fff;
}

@media (max-width: 720px) {
    .nsib-pdc-search-form {
        flex-direction: column;
    }
}
