/**
 * Aurora Image — Layout & Base Styles
 *
 * Structural styles only. Colors, borders, spacing are controlled
 * via Elementor widget style controls.
 */

.aurora-image-wrap {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.aurora-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

a.aurora-image-wrap {
    text-decoration: none;
}
