/* Container */
.wmcb-wrap {
    text-align: center;
    margin: 20px 0;
}

/* Each item (clap or views) */
.wmcb-item {
    margin-bottom: 15px;
}

/* Counter text */
.wmcb-count {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

/* Clap round button */
.wmcb-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #28a745;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.wmcb-btn:hover {
    background: #eafaea;
    transform: scale(1.1);
}

/* Views styling */
.wmcb-views {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.wmcb-views .wmcb-icon {
    font-size: 18px;
    margin-bottom: 4px;
}
