.employee-details-container{background-color:#fff;border-radius:10px;padding:24px 28px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:600px;margin:0 auto;font-family:Segoe UI,Tahoma,sans-serif;color:#333}.employee-details-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:20px;border-bottom:2px solid #007bff;padding-bottom:8px;text-align:center}.employee-info{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.info-item{display:flex;justify-content:space-between;background:#f9f9f9;padding:10px 14px;border-radius:6px;border:1px solid #eee}.info-item strong{color:#007bff;font-weight:600;min-width:130px}.employee-actions{text-align:right;margin-top:24px}.CustomButton{background-color:#007bff;border:none;color:#fff;font-size:15px;padding:10px 24px;border-radius:6px;cursor:pointer;transition:all .25s ease}.CustomButton:hover{background-color:#0056b3;transform:translateY(-1px)}.CustomButton:active{background-color:#00408a;transform:translateY(1px)}