@import "src/styles/colors.scss";

.SectionHeadingRenderer {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;

    &-heading {
        color: $color_dark_dark_grey_heading;
        
        &-deprecated {
            color: $color_dark_grey;
            text-decoration: line-through;
        }
    }

    &-toolbar {
        margin-left: auto;
    }
}
