/*Enlaces*/
.widget ul a:hover {
    color: var(--link-hover-color);
}
/*Iconos*/
.article-info > li i {
    color: var(--blog-accent);
}
/*Aside*/
.sidebar .widget__title:after {
    background: var(--blog-accent);
}
/*Etiquetas*/
.post-tags span i {
    color: var(--blog-accent);
}
/*Citas*/
blockquote {
    border-left: 5px solid var(--blog-accent);
}
/*Blog*/
.blog__item__thumbnail a:hover {
	border-bottom: 0;
}
.blog__item__thumbnail img {
    width: 100%;
}
/*Artículo*/
.post-tags a:hover {
	border-bottom: 0;
}
.post-navigation a:hover {
	border-bottom: 0;
}
.fr-fil {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.fr-fir {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}