
.post-item {
    border: 1px solid rgb(149, 149, 149);
    margin: 20px 0;
}

.post-item .post-item-img-container {
    padding: 0;
    cursor: pointer;
}

.post-item .post-item-desc-container {
    padding: 15px 45px;
}

.post-item .post-item-desc-container h4 {
    font-weight: bold;
}

.post-item-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.post-item-stats {
    border-top: 1px solid rgb(149, 149, 149);
    padding-top: 5px;
}

.post-item-stats .col {
    padding: 0;
}

.align-text-right {
    text-align: right;
}

.post-item-stats svg {
    fill: transparent;
    stroke: #e84a43;
    stroke-width: 1.5px;
}

.avatar {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.post-item-desc-container {
    display: flex;
    flex-direction: column;
}

.post-item-desc-container .post-item-stats {
    margin-top: auto;
}

.post-item-desc-container .avatar-container {
    margin-bottom: 15px;
    align-items: center;
}

.post-item-desc-container .avatar-container .post-info {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-size: 12px;
}

.post-item-desc-container .post-text {
    flex-direction: column;
}

.post-item-desc-container .post-text a {
    color: black;
}

.post-item-desc-container .post-text a:hover {
    cursor: pointer;
    color: #E1BA8B;
}
.post-item-desc-container .post-text a:hover {
    text-decoration: none;
}
