/**
 * Aurora Heading — Layout & Base Styles
 *
 * Structural styles only. Colors, typography, spacing are controlled
 * via Elementor widget style controls and inline styles per segment.
 */

.aurora-heading {
    margin: 0;
    padding: 0;
}

.aurora-heading-link {
    text-decoration: none;
    color: inherit;
}

.aurora-heading-segment {
    display: inline;
}
