/* Fixed V2 presets. No caller CSS, variables, URLs, or values are interpolated. */
.uprank-spv2 .e-con, .uprank-spv2 .elementor-widget { min-width: 0; }
.uprank-spv2 .elementor-widget { overflow-wrap: anywhere; }
.uprank-spv2-image img { display: block; max-width: 100%; width: 100%; }
.uprank-spv2-natural img { height: auto; }
.uprank-spv2-landscape img { aspect-ratio: 16 / 9; height: auto; }
.uprank-spv2-square img { aspect-ratio: 1; height: auto; }
.uprank-spv2-cover img { object-fit: cover; }
.uprank-spv2-contain img { object-fit: contain; }
.uprank-spv2-radius-none img { border-radius: 0; }
.uprank-spv2-radius-small img { border-radius: 6px; }
.uprank-spv2-radius-medium img { border-radius: 14px; }
.uprank-spv2-radius-large img { border-radius: 24px; }
.uprank-spv2-shadow-soft img { box-shadow: 0 8px 28px rgba(18,43,53,.1); }
