
.pm-dashboard, .pm-form, .wrap {
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9fb;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e0dff1;
    margin-bottom: 20px;
}
.pm-dashboard h2, .pm-form h3, .wrap h1 {
    color: #5c4b8a;
}
.pm-dashboard table, .pm-form table {
    width: 100%;
    border-collapse: collapse;
}
.pm-dashboard table th, .pm-dashboard table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.pm-form input[type="text"],
.pm-form textarea,
.pm-form select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pm-form input[type="submit"] {
    background-color: #7c6bb3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.pm-form input[type="submit"]:hover {
    background-color: #5c4b8a;
}
