.article-wrapper {
    transition: all .3s cubic-bezier(.39,.575,.565,1);
}
.article-wrapper:hover {
    border-color: transparent!important;
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / 10%);
}

.article-content a {
    text-decoration: underline;
}
.article-content table, th, td, tr {
    border: 1px dashed gray;
    width: 100%;
}