/* Show focus only when keyboard is used */
.keyboard-navigation :focus {
    outline: 3px solid #ff6600 !important;
    outline-offset: 2px;
}
