.staff-modal-close {
    position: sticky;
    z-index: 2;
    top: 0;
    float: right;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: -13px -13px 8px 12px;
    border: 1px solid #d2dee0;
    background: #fff;
    color: var(--staff-navy);
    cursor: pointer;
}

.staff-modal-close:hover,
.staff-modal-close:focus {
    border-color: #a84049;
    background: #fff1f2;
    color: #a84049;
    outline: 2px solid rgba(168, 64, 73, .16);
}
