.ss-import-component-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
    padding: 4px 10px;
    border: 0;
    border-radius: 4px;
    background: #5e8000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.ss-import-component-badge:hover,
.ss-import-component-badge:focus-visible {
    background: #4d6900;
    outline: 2px solid #221e1f;
    outline-offset: 2px;
}

.ss-import-component-badge.is-copied {
    background: #3d5500;
}
