/*
 Theme Name:   NEREST CRM
 Description:  Custom CRM framework for Northeast Restaurant Group
 Author:       NEREST
 Template:     generatepress
 Version:      1.0.0
*/

.nerest-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999999;
    background: #111827;
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.nerest-skip-link:focus {
    left: 16px;
    top: 16px;
    outline: 3px solid #facc15;
    outline-offset: 3px;
}