.pl-form-wrapper{
    max-width: 950px;
    margin: 60px auto;
    padding: 30px;
    background: #e0e4eb;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    font-family: "Segoe UI", sans-serif;
}

.pl-form-wrapper h2{
    text-align: center;
    margin-bottom: 20px;
    color: #1f2d3d;
}

.pl-form-wrapper input,
.pl-form-wrapper select{
    width: 100%;
    padding: 11px;
    margin-bottom: 10px;
    background: #cfd6e0;
    border: 1px solid #9aa4b2;
    border-radius: 6px;
    font-size: 15px;
    color: #1f2d3d;
}

.pl-form-wrapper hr{
    margin: 20px 0;
}

.employee-row{
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.8fr 1fr 1fr 1fr 60px;
    gap: 8px;
    margin-bottom: 10px;
}

.employee-row input,
.employee-row select{
    background: #dfe4ea;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9aa4b2;
}

.employee-row button{
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

button{
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

button:hover{
    background: #1a252f;
}
