@import "../colors";
@import "../variables";
@import "../mixins";

/* stylelint-disable selector-no-type, no-descending-specificity, max-nesting-depth */
.HelpIcon {
    color: $color_text_label;
    line-height: normal;

    h2 &,
    .Table-col-wrapper + &,
    .Form-label-caption-wrapper + &,
    .Form-label-caption + & {
        display: inline-block;
        margin-left: $offset_main * .5;
    }

    h2 & {
        &,
        .Icon {
            vertical-align: baseline;
        }
    }

    .Form-label-caption-wrapper + &,
    .ControlsList & {
        margin-top: -1px;
    }

    .Form-label-caption &,
    .Table-col-wrapper + & {
        line-height: inherit;
    }
}
/* stylelint-enable selector-no-type, no-descending-specificity, max-nesting-depth */
