.StatementNavigation {

    &-item {
        float: right;
        font-size: 18px;
    }

    &-item-active {
        color: $puma;
        cursor: text;
        float: left;
        font-weight: 500;

        /* stylelint-disable max-nesting-depth */
        &:hover,
        &:focus {
            color: $puma;
            text-decoration: none;
        }
    }

    &-hr {
        border-bottom: 1px solid $koala;
        clear: both;
        width: 100%;
    }
}
