.sh-site-shell {
    display: contents;
}

.sh-site-shell *,
.sh-site-shell *::before,
.sh-site-shell *::after {
    box-sizing: border-box;
}

.sh-site-shell img {
    display: block;
    max-width: 100%;
}

.sh-site-shell a {
    color: inherit;
    text-decoration: none;
}

.sh-site-shell button {
    font: inherit;
}

.sh-site-shell a:focus-visible,
.sh-site-shell button:focus-visible {
    outline: 3px solid #d8bb78;
    outline-offset: 5px;
}

.sh-site-shell .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.sh-shell-nav-open {
    overflow: hidden;
}

