/* 雾小蒜の小窝 | https://ciallovo.top */
.word {
    color: var(--brown);
    cursor: pointer;
}

#tooltip {
    position: fixed;
    background: #e0e0e0;
    color: rgb(32, 32, 32);
    padding: 7px 8px;
    border-radius: 6px;
    border: 1px solid var(--white_20);

    font-size: 0.8em;
    line-height: 1.5;

    pointer-events: auto;
    white-space: normal;
    word-break: break-all;

    display: none;
    z-index: 9999;
    max-width: 200px;
}

#tooltip a {
    color: rgb(154, 114, 50);
    text-decoration: underline;
}
