@import "../variables";

.n2o-output-text {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;

    .details-label {
        display: inline-block;
        border-bottom: 1px dashed rgba(38, 50, 56, 0.55);
        cursor: pointer;
        margin-left: $input-padding-y;
    }

    > .text {
        display: flex;
        align-items: center;
        order: 2;
        min-height: 1.4rem;
    }

    > .icon {
        margin-top: 2px;
    }

    &.right {
        > .icon {
            order: 3;
        }
    }

    &.left {
        > .icon {
            order: 1;
        }
    }
}
