/*--------------------------------------------

post-item

--------------------------------------------*/
.post-item__inner {
    color: rgb(0, 0, 0);
}
.post-img {
    width: 100%;
    aspect-ratio: 1.91 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 1em;
}
.post-img img {
    width: 100%;
}
.post-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}
.post-tag__item {
    width: fit-content;
    font-weight: 600;
    color: rgb(90, 90, 90);
    display: block;
    border: solid 2px rgb(90, 90, 90);
    border-radius: 100px;
    padding: 0.5em 1em;
}