.pm-live-stats {
    display: flex;
    gap: 25px;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    font-size: 14px;
}

.pm-live-stats div {
    text-align: center;
    min-width: 90px;
}

.pm-live-stats strong {
    display: block;
    font-size: 22px;
    color: #e91683;
}

.pm-live-stats small {
    color: #666;
}

