.cnp-tabs {
    margin-top: 20px;
}

.cnp-tab-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.cnp-tab-links li {
    margin: 0;
}

.cnp-tab-links a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #0073aa;
    background: #f1f1f1;
    margin-right: 5px;
}

.cnp-tab-links li.active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}

.cnp-tab {
    display: none;
}

.cnp-tab.active {
    display: block;
}

.cnp-button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.cnp-button:hover {
    background: #005177;
}

.cnp-post-item {
    margin: 5px 0;
}

.cnp-filters {
    margin-bottom: 20px;
}

.cnp-filters select,
.cnp-filters input {
    margin-right: 10px;
}

#cnp-newsletter-preview {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

#cnp-messages {
    margin-bottom: 20px;
}

#cnp-messages p {
    padding: 10px;
    border-radius: 3px;
}

#cnp-messages p[style*="color: green"] {
    background: #e0f7e0;
}

#cnp-messages p[style*="color: red"] {
    background: #ffe0e0;
}

.cnp-list-item {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cnp-list-header {
    display: flex;
    align-items: center;
}

.cnp-list-header strong {
    flex: 1;
}

.cnp-edit-form {
    margin-top: 10px;
}

.cnp-subscriber-list {
    margin-top: 10px;
}

.cnp-subscriber-list ul {
    list-style: none;
    padding: 0;
}

.cnp-subscriber-list li {
    margin: 5px 0;
}

.cnp-button {
    margin-left: 10px;
}

/* Neue Stile für Tabellen */
#cnp-lists .wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

#cnp-lists .wp-list-table th,
#cnp-lists .wp-list-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#cnp-lists .wp-list-table th {
    background: #f9f9f9;
    font-weight: bold;
}

#cnp-lists .cnp-edit-row td {
    background: #f5f5f5;
    padding: 15px;
}

#cnp-lists .cnp-edit-form {
    margin-bottom: 15px;
}

#cnp-lists .cnp-edit-form input {
    margin-right: 10px;
    padding: 5px;
}

#cnp-lists .cnp-subscriber-list table {
    margin-top: 10px;
    width: 100%;
}

#cnp-lists .cnp-subscriber-list th,
#cnp-lists .cnp-subscriber-list td {
    padding: 8px;
}

#cnp-lists .cnp-subscriber-list th {
    background: #f1f1f1;
}
.cnp-current{margin:12px 0 24px;padding:12px 16px;background:#fff;border:1px solid #eaeaea;border-radius:10px}
