.annotationContainer{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    background-color: var(--entry);
    border: 1px solid var(--border);
    padding: 10px;
    padding-top: 0;
    border-radius: var(--radius);
}

.annotationbanner{
    display: flex;
}

.annotationbanner h2{
    margin-top: 30px !important;
}

.originExplain{
    font-size: smaller;
    color: rgb(100, 100, 100);
    text-align: center;
}





.underconstructIcon{
    height: 70px;
}

.underconstructYukkuri{
    width: 70px;
    height: 70px;
}




.oldArticleIcon{
    height: 70px;
}

.oldArticleYukkuri{
    height: 160px;
}

.annotationContainer.oldArticle:hover{
    opacity: 0.7;
}