Takes a list of SVG logos and arranges them horizontally with proper spacing. Returns the SVG elements positioned for the top-right corner.
create_logo_row(
logos,
target_height = 40,
spacing = 10,
card_width = 500,
x_offset = 20,
y_offset = 20
)A list with svg_content and total_width
List of SVG strings or file paths
Height for all logos (default 40)
Horizontal spacing between logos (default 10)
Total card width to calculate positioning
Right margin from card edge
Top margin