/* Admin panel styling */
.wrap {
    padding: 20px;
}

.message-details {
    background: #f9f9f9;
}

.message-content {
    padding: 15px;
    white-space: pre-line;
}
/* Admin panel submit-form styling */
.form-table th {
    width: 200px;
}
.form-table input[type="text"] {
    width: 300px;
}
/* Existing styles */
.form-table th {
    width: 200px;
}
.form-table input[type="text"] {
    width: 300px;
}

/* New styles for subscriber table */
.widefat th, .widefat td {
    padding: 10px;
    text-align: left;
}
.widefat th {
    background-color: #f9f9f9;
    font-weight: bold;
}
.widefat tr:nth-child(even) {
    background-color: #fff;
}
.widefat tr:nth-child(odd) {
    background-color: #f9f9f9;
}