.crm-container {
    max-width: 900px;
    margin: auto;
    font-family: Arial;
}

.crm-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.crm-table th, .crm-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

button {
    background: #4f46e5;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
}

#crm-form {
    margin-top: 20px;
}