.zwres{
    padding: 0.5rem;
    border-radius: 6px;
    display: none;
    border: 1px solid #e6cf9b;
    background: #fef7e8;
    max-width: 24rem;
    margin: 0.75rem auto 0 auto;
    background-image: repeating-linear-gradient(45deg, rgba(210, 180, 110, 0.08) 0px, rgba(210, 180, 110, 0.08) 2px, transparent 2px, transparent 8px);
}

.night .zwres{
    background-color: #222;
    border: 1px solid #444;
    background-image: repeating-linear-gradient(45deg, rgb(37 37 35 / 8%) 0px, rgb(109 100 78 / 8%) 2px, transparent 2px, transparent 8px);
}

.zwres h2{
    font-size: 0.6rem;
    color: #a8875b;
}

.zwres p{
    color: #6e6c79;
    font-size: 0.6rem;
    margin: 0.25rem 0;
}

.night .zwres p{
    color: #aaa;
}

@media screen and (max-width: 940px) {
    .zwres{
        max-width: 100%;
        margin: 0.75rem auto 0 auto;
    }
}