/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 18:58:44 */
/* Remove focus and active state outlines */
*:focus,
*:active {
    outline: none;
}

/* Remove default button and input focus styles */
button,
input,
select,
textarea {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove blue outline on links when clicked */
a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* Remove default focus ring for elements */
*:focus-visible {
    outline: none;
}
