.jl-show:before {
    background: none;
}

.show-caption {
    bottom: 32px;
}

p {
    margin-top: 16px;
}

p > small {
    font-size: 0.85rem;
    font-style: italic;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

p, h1, h2, h3, h4, div {
    color: aliceblue;
}

h1, h2, h3, h4 {
    margin-top: 32px;
}

hr {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    border-color: rgba(240, 248, 255, 0.33);
}

a {
    color: deeppink;
}

a > img:hover {
    filter: brightness(75%);
    transition: all 0.15s ease-in-out;
}

ol {
    margin-left: 32px;
    margin-right: 32px;
}

ol li::marker {
    color: whitesmoke;
    font-weight: 700;
}

img {
    max-width: 100%;
}

@media (max-width: 420px){
    img {
        width: 100%;
    }
}

code {
    padding: 0.34rem;
    font-weight: 600;
    font-family: consolas, mono, system-ui;
}