.with-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

kbd:not(.compound) {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: rgb(227, 230, 232);
    border: 1px solid rgb(159, 166, 173);
    border-radius: 3px;
    box-shadow: 0 1px 1px hsla(210, 8%, 5%, 0.15), inset 0 1px 0 0 hsl(0, 0%, 100%);
    overflow-wrap: break-word;
}