/**
* Posts lists
*/
.posts-list {
    position: relative;
    font-family: var(--title-font);
}

.posts-list li {
   padding:0;
   margin:0;
}

.posts-list li:before {
   display: none;
}

.posts-list li .post-title {
   margin:0;
   font-size: 14px;
   width: 100%;
}

.posts-list li a.post-link span {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.post-terms {
	line-height: 12px;
   display: flex;
   flex-wrap: wrap;
}

.afg-front .term-link,
.is-root-container .term-link {
   font-size: 10px;
   line-height: 12px;
   text-transform: uppercase;
   font-family: var(--title-font);
   letter-spacing: .05em;
   color:var(--color_2);
   display: inline-block;
   margin-right:2ex;
   transition: all .3s;
}

.afg-front a.term-link:hover,
.is-root-container a.term-link:hover {
   color:var(--color_11);
}

.number {
	font-size: 70%;
    display: inline-flex;
    height: 20px;
    align-items: center;
    transform: translateY(-3px);
    border-radius: 5px;
    justify-content: center;
    width: 20px;
    border: 1px solid;
	background-color: var(--color_3);
}

.date {
	text-transform: uppercase;
   letter-spacing: .05em;
   color: var(--color_11);
}

.country {
	text-transform: uppercase;
   letter-spacing: .05em;
   color: var(--color_11);
}

.empty-content {
   font-style: oblique;
}
