/* PM Faces Block - Frontend Styles */

.pm-faces-wrapper {
    display: block;
    margin-bottom: 28px;
}

.pm-faces {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-face {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -12px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.pm-face:first-child {
    margin-left: 0;
}

.pm-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pm-face-count {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: -12px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    flex-shrink: 0;
}
