/* POSTS SIDEBAR PLUGIN */
.posts-sidebar-plugin {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1em;
    margin-top: 2em;
}

.posts-sidebar-plugin h3.title {
    color: var(--main-color);
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.posts-sidebar-plugin .posts {
    margin: 0;
    width: 100%;
}

/* .posts-sidebar-plugin .posts .post {
    background: url('/static/encg/assets/img/pattern/top-bar-pattern_transparent.png') !important;
} */

.posts-sidebar-plugin .posts li:before {
    font-family: "FontAwesome";
    float: left;
    font-size: .9em;
}

.posts-sidebar-plugin .posts .post a {
    display: block;
    color: #fff;
    padding: .2em 1em;
    margin: .5em 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgba(230, 156, 241, .2) 55%), linear-gradient(135deg, #336eb7 0%, rgb(234 214 102 / 12%) 50%, rgba(221, 96, 96, .9) 55%, rgba(234, 214, 102, .9));
    background-size: 250%;
    background-position: 0;
}

.posts-sidebar-plugin .posts .post a:hover {
    background-position: 100%;
    text-decoration: none;
}

.posts-sidebar-plugin .posts .post a h5 {
    color: #000;
    margin: 0;
}