.btn-convert-lead {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border: 1px solid #f0ad4e;
    border-radius: 0;
    background: #fff7e8;
    color: #9a5b00 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-convert-lead:hover,
.btn-convert-lead:focus {
    background: #f0ad4e;
    border-color: #ec971f;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(240, 173, 78, 0.25);
    outline: none;
}

.lead-converted-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 0;
    background: #ecfdf3;
    color: #1f7a46;
    font-size: 12px;
    font-weight: 600;
}
