.point-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.point-table th {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: left;
}
.point-table td {
    padding: 10px;
}
.point-table input[type="text"] {
    width: 100%;
}
.remove-point {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.remove-point:hover {
    background-color: #d32f2f;
}
