/*
 * Custom Style Overrides
 *
 * This file is used to override the default styles provided by the base theme or framework.
 * Add custom rules here to adjust layout, appearance, or component-specific styling.
 *
 * Note: Use specificity and scoped selectors wisely to avoid unintended side effects.
 */


 /* * Emergency : Override the bundle stories for homepage. */
 .block_bundle_stories .story-row:nth-child(1) .story-card.featured-card-image .image-base, .block_bundle_stories_iframe .story-row:nth-child(1) .story-card.featured-card-image .image-base {
    aspect-ratio: auto !important;
}
