.copy-widget-container-cedf6963 {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.copy-input-cedf6963 {
    flex-grow: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    background-color: #fff;
    color: #333;
}

.copy-btn-cedf6963 {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #3b82f6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.copy-btn-cedf6963:hover {
    background-color: #2563eb;
}
