/*
 Theme Name:   Neve Child
 Theme URI:    https://themeisle.com/themes/neve/
 Description:  Neve Child Theme
 Author:       HatimKr
 Author URI:   https://hatimkr.com
 Template:     neve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  neve-child
*/

/* ==========================================================================
   Add your custom styles below this line
   ========================================================================== */

/* Fix: Hide skip-to-content link (accessibility) - show only on keyboard focus */
.neve-skip-link,
.show-on-focus {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.neve-skip-link:focus,
.show-on-focus:focus {
    left: 6px !important;
    top: 7px !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    overflow: visible !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    color: #0284c7 !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}