.vinted-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
}

.vinted-button:hover {
    text-decoration: none;
    opacity: 0.9;
    transform: translateY(1px);
}

/* Button Sizes */
.vinted-button-sm {
    padding: 8px 16px;
    font-size: 14px;
}

.vinted-button-md {
    padding: 12px 24px;
    font-size: 16px;
}

.vinted-button-lg {
    padding: 16px 32px;
    font-size: 18px;
}

/* Default styles (can be overridden by Elementor controls) */
.vinted-button {
    background-color: #09B1BA;
    color: #ffffff;
    border-radius: 4px;
}

.vinted-button:hover {
    background-color: #007E85;
    color: #ffffff;
} 

.fuziion-vinted-favorites-heart {
    margin-bottom: 10px;
}
.fuziion-vinted-favorites-count {
    font-weight: bold;
    margin-bottom: 5px;
}
.fuziion-vinted-favorites-label {
    font-size: 0.9em;
}