/* Keyboard entry point; visible only while focused. */
.jj-skip-link {
    position: fixed;
    top: calc(8px + env(safe-area-inset-top));
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    color: #111f0a;
    background: #f5f0e8;
    border: 2px solid #c9a84c;
    font: 700 16px/1.3 Arial, sans-serif;
    text-decoration: none;
    transform: translateY(calc(-100% - 30px));
}
.jj-skip-link:focus { transform: none; }
#main-content:focus { outline: none; }
