#kp-counter,
.kp-counter-box {
    margin: 15px 0 0 0;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

#kp-total {
    text-align: center;
    padding: 12px;
    background: #333;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}

#kp-total strong {
    font-weight: 700;
}

.kp-category {
    padding: 6px;
    background: #fff;
    margin-bottom: 6px;
    text-align: center;
    font-size: 12px;
}

.kp-category-label {
    font-weight: 600;
    color: #666;
}

.kp-category-value {
    font-weight: bold;
    color: #333;
}