.info-box background-color: #e8f4f8; padding: 15px; border-radius: 5px; margin-bottom: 20px; font-size: 14px; color: #0c5460;
</script>
// Map size to index for volt drop // Note: Simplification: Using same index or finding closest match // Sizes array for mapping: [1.5, 2.5, 4, 6, 10, 16, 25, 35, 50, 70, 95, 120, 150, 185, 240] const sizes = [1.5, 2.5, 4, 6, 10, 16, 25, 35, 50, 70, 95, 120, 150, 185, 240]; let vIndex = sizes.indexOf(selectedSize);