.post-people-faces {
    display: none;
    width: 100%;
    margin: 20px 0 8px;
    padding: 0;
}

.post-people-faces.is-visible {
    display: block;
}

.post-people-faces__track {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 8px;
}

.post-people-faces__item {
    flex: 0 0 auto;
}

.post-people-faces__thumb {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    background: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

@media (max-width: 767px) {
    .post-people-faces__thumb {
        width: 64px;
        height: 64px;
    }
}
