/* Remove unnecessary padding for a full-bleed magazine look */ .fluid-engine { --sqs-site-gutter: 3vw; /* Thinner gutters for a wider, chic look */ } /* Create the 'Overlapping' Editorial Effect */ /* This makes your text blocks feel like they are 'floating' over images */ .fe-block-yui_3_17_2_1_1712345678901_123 { /* You will replace this ID - see note below */ background: #ffffff; padding: 40px !important; box-shadow: 10px 10px 0px #f4f4f4; /* Subtle 'mag' shadow */ z-index: 10; } /* Editorial Hover Effects for Images */ .sqs-block-image img { transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) !important; }